|
Gnash 0.8.9
|
#include "AsBroadcaster.h"#include "Array_as.h"#include "log.h"#include "fn_call.h"#include "NativeFunction.h"#include "Global_as.h"#include "namedStrings.h"#include "ObjectURI.h"Namespaces | |
| namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
| namespace | gnash::cpp |
Functions | |
| as_value | gnash::cpp::asbroadcaster_addListener (const fn_call &fn) |
| as_value | gnash::cpp::asbroadcaster_removeListener (const fn_call &fn) |
| as_value | gnash::cpp::asbroadcaster_broadcastMessage (const fn_call &fn) |
| as_value | gnash::cpp::asbroadcaster_initialize (const fn_call &fn) |
| as_value | gnash::cpp::asbroadcaster_ctor (const fn_call &fn) |
| void | gnash::attachAsBroadcasterStaticInterface (as_object &o) |
| size_t _dispatched |
Number of event dispatches.
| const ObjectURI& _eventURI |
Name of the event being broadcasted appropriately cased based on SWF version of the current VM
| fn_call _fn |
1.7.3