Namespaces |
namespace | gnash |
| Anonymous namespace for callbacks, local functions, event handlers etc.
|
Functions |
std::string | gnash::getURLEncodedVars (as_object &o) |
| Get url-encoded variables.
|
SortedPropertyList | gnash::enumerateProperties (as_object &o) |
| Enumerate all non-hidden properties to the passed container.
|
as_object * | gnash::getPathElement (as_object &o, const ObjectURI &uri) |
| Resolve the given relative path component.
|
void | gnash::sendEvent (as_object &o, const as_environment &env, const ObjectURI &name) |
| Send a system event.
|
as_object * | gnash::getObjectWithPrototype (Global_as &gl, const ObjectURI &c) |
VM & | gnash::getVM (const as_object &o) |
| Get the VM from an as_object.
|
movie_root & | gnash::getRoot (const as_object &o) |
| Get the movie_root from an as_object.
|
string_table & | gnash::getStringTable (const as_object &o) |
| Get the string_table from an as_object.
|
const RunResources & | gnash::getRunResources (const as_object &o) |
| Get the RunResources from an as_object.
|
int | gnash::getSWFVersion (const as_object &o) |
| Get the executing VM version from an as_object.
|
Global_as & | gnash::getGlobal (const as_object &o) |
| Get the Global object from an as_object.
|