#include <ASHandlers.h>
Public Member Functions | |
| ActionHandler () | |
| ActionHandler (action_type type, action_callback_t func) | |
| ActionHandler (action_type type, std::string name, action_callback_t func) | |
| ActionHandler (action_type type, std::string name, action_callback_t func, as_arg_t format) | |
| ActionHandler (action_type type, std::string name, action_callback_t func, as_arg_t format, int nargs) | |
| ~ActionHandler () | |
| void | execute (ActionExec &thread) const |
| Execute the action. | |
| void | toggleDebug (bool state) const |
| action_type | getType () const |
| std::string | getName () const |
| int | getNumArgs () const |
| as_arg_t | getArgFormat () const |
| gnash::SWF::ActionHandler::ActionHandler | ( | ) |
| gnash::SWF::ActionHandler::ActionHandler | ( | action_type | type, | |
| action_callback_t | func | |||
| ) |
| gnash::SWF::ActionHandler::ActionHandler | ( | action_type | type, | |
| std::string | name, | |||
| action_callback_t | func | |||
| ) |
| gnash::SWF::ActionHandler::ActionHandler | ( | action_type | type, | |
| std::string | name, | |||
| action_callback_t | func, | |||
| as_arg_t | format | |||
| ) |
| gnash::SWF::ActionHandler::ActionHandler | ( | action_type | type, | |
| std::string | name, | |||
| action_callback_t | func, | |||
| as_arg_t | format, | |||
| int | nargs | |||
| ) |
| gnash::SWF::ActionHandler::~ActionHandler | ( | ) |
| void gnash::SWF::ActionHandler::execute | ( | ActionExec & | thread | ) | const |
Execute the action.
| void gnash::SWF::ActionHandler::toggleDebug | ( | bool | state | ) | const [inline] |
| action_type gnash::SWF::ActionHandler::getType | ( | ) | const [inline] |
| std::string gnash::SWF::ActionHandler::getName | ( | ) | const [inline] |
| int gnash::SWF::ActionHandler::getNumArgs | ( | ) | const [inline] |
| as_arg_t gnash::SWF::ActionHandler::getArgFormat | ( | ) | const [inline] |
1.5.4