#include <string>#include <map>#include <vector>#include "action.h"#include "swf.h"Go to the source code of this file.
Namespaces | |
| namespace | gnash |
| namespace | gnash::SWF |
Classes | |
| class | gnash::SWF::ActionHandler |
| class | gnash::SWF::SWFHandlers |
| A singleton containing the supported SWF Action handlers. More... | |
Typedefs | |
| typedef void(* | gnash::SWF::action_callback_t )(ActionExec &thread) |
Enumerations | |
| enum | gnash::SWF::as_arg_t { gnash::SWF::ARG_NONE = 0, gnash::SWF::ARG_STR, gnash::SWF::ARG_HEX, gnash::SWF::ARG_U8, gnash::SWF::ARG_U16, gnash::SWF::ARG_S16, gnash::SWF::ARG_PUSH_DATA, gnash::SWF::ARG_DECL_DICT, gnash::SWF::ARG_FUNCTION2 } |
| enum | gnash::SWF::as_encoding_guess_t { gnash::SWF::ENCGUESS_UNICODE = 0, gnash::SWF::ENCGUESS_JIS = 1, gnash::SWF::ENCGUESS_OTHER = 2 } |
1.5.4