Gnash
0.8.10
|
#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 | ( | ActionType | type, |
ActionCallback | func, | ||
ArgumentType | format = ARG_NONE |
||
) |
void gnash::SWF::ActionHandler::execute | ( | ActionExec & | thread | ) | const |
Execute the action.
ArgumentType gnash::SWF::ActionHandler::getArgFormat | ( | ) | const [inline] |
ActionType gnash::SWF::ActionHandler::getType | ( | ) | const [inline] |