Gnash
0.8.11dev
|
#include <ImportAssetsTag.h>
Public Types | |
typedef std::pair< int, std::string > | Import |
typedef std::vector< Import > | Imports |
![]() | |
enum | Type { TAG_ACTION = 1 << 0, TAG_DLIST = 1 << 1 } |
Type of ControlTag. More... |
Public Member Functions | |
virtual void | executeState (MovieClip *m, DisplayList &) const |
Execute an ImportAssetsTag. | |
![]() | |
virtual | ~ControlTag () |
virtual void | executeActions (MovieClip *, DisplayList &) const |
Execute Action tags. | |
![]() | |
ref_counted () | |
ref_counted (const ref_counted &) | |
void | add_ref () const |
void | drop_ref () const |
long | get_ref_count () const |
Static Public Member Functions | |
static void | loader (SWFStream &in, TagType tag, movie_definition &m, const RunResources &r) |
typedef std::pair<int, std::string> gnash::SWF::ImportAssetsTag::Import |
typedef std::vector<Import> gnash::SWF::ImportAssetsTag::Imports |
|
inlinevirtual |
Execute an ImportAssetsTag.
Executing this tag adds the imported definition with an id to the list of known characters. This id may be different from the genuine id of the DefinitionTag.
Reimplemented from gnash::SWF::ControlTag.
References gnash::Movie::addCharacter(), gnash::key::e, and gnash::MovieClip::get_root().
|
inlinestatic |
References gnash::movie_definition::addControlTag(), assert, gnash::SWF::IMPORTASSETS, gnash::SWF::IMPORTASSETS2, and gnash::key::p.
Referenced by gnash::SWF::addDefaultLoaders().