|
Gnash
0.8.11dev
|
#include "as_object.h"#include <set>#include <string>#include <boost/algorithm/string/case_conv.hpp>#include <utility>#include "RunResources.h"#include "log.h"#include "as_function.h"#include "as_environment.h"#include "movie_root.h"#include "event_id.h"#include "Property.h"#include "VM.h"#include "GnashException.h"#include "fn_call.h"#include "Array_as.h"#include "Global_as.h"#include "GnashAlgorithm.h"#include "DisplayObject.h"#include "namedStrings.h"Namespaces | |
| gnash | |
| Anonymous namespace for callbacks, local functions, event handlers etc. | |
Functions | |
| std::string | gnash::getURLEncodedVars (as_object &o) |
| Get url-encoded variables. More... | |
| SortedPropertyList | gnash::enumerateProperties (as_object &o) |
| Enumerate all non-hidden properties to the passed container. More... | |
| as_object * | gnash::getPathElement (as_object &o, const ObjectURI &uri) |
| Resolve the given relative path component. More... | |
| void | gnash::sendEvent (as_object &o, const as_environment &env, const ObjectURI &name) |
| Send a system event. More... | |
| as_object * | gnash::getObjectWithPrototype (Global_as &gl, const ObjectURI &c) |
| VM & | gnash::getVM (const as_object &o) |
| Get the VM from an as_object. More... | |
| movie_root & | gnash::getRoot (const as_object &o) |
| Get the movie_root from an as_object. More... | |
| string_table & | gnash::getStringTable (const as_object &o) |
| Get the string_table from an as_object. More... | |
| const RunResources & | gnash::getRunResources (const as_object &o) |
| Get the RunResources from an as_object. More... | |
| int | gnash::getSWFVersion (const as_object &o) |
| Get the executing VM version from an as_object. More... | |
| Global_as & | gnash::getGlobal (const as_object &o) |
| Get the Global object from an as_object. More... | |
1.8.12