Gnash
0.8.11dev
|
#include <ASHandlers.h>
Public Member Functions | |
ActionHandler () | |
ActionHandler (ActionType type, ActionCallback func, ArgumentType format=ARG_NONE) | |
void | execute (ActionExec &thread) const |
Execute the action. | |
ActionType | getType () const |
ArgumentType | getArgFormat () const |
gnash::SWF::ActionHandler::ActionHandler | ( | ) |
gnash::SWF::ActionHandler::ActionHandler | ( | ActionType | type, |
ActionCallback | func, | ||
ArgumentType | format = ARG_NONE |
||
) |
void gnash::SWF::ActionHandler::execute | ( | ActionExec & | thread | ) | const |
Execute the action.
|
inline |
|
inline |