Gnash
0.8.11dev
|
#include <ExportAssetsTag.h>
Public Types | |
typedef std::vector< std::string > | Exports |
![]() | |
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 "state" or "DisplayList" tags. More... | |
![]() | |
virtual | ~ControlTag () |
virtual void | executeActions (MovieClip *, DisplayList &) const |
Execute Action tags. More... | |
![]() | |
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 &) |
Additional Inherited Members | |
![]() | |
virtual | ~ref_counted () |
typedef std::vector<std::string> gnash::SWF::ExportAssetsTag::Exports |
|
inlinevirtual |
Execute "state" or "DisplayList" tags.
State tags exist to control the state of MovieClips along the timeline. They are executed even for skipped frames so that the state is consistent at each frame. Some tags are considered state tags even though they only contain ActionScript, e.g. the DoInitAction tag.
Reimplemented from gnash::SWF::ControlTag.
References gnash::Movie::addCharacter(), assert, gnash::Movie::definition(), gnash::key::e, gnash::movie_definition::exportID(), and gnash::MovieClip::get_root().
|
inlinestatic |
References gnash::movie_definition::addControlTag(), assert, gnash::SWF::EXPORTASSETS, and gnash::key::t.
Referenced by gnash::SWF::addDefaultLoaders().