20 #ifndef GNASH_SWF_REMOVEOBJECTTAG_H 21 #define GNASH_SWF_REMOVEOBJECTTAG_H 31 class movie_definition;
72 #endif // GNASH_SWF_REMOVEOBJECTTAG_H Client program's interface to the definition of a movie or sprite.
Definition: movie_definition.h:95
A MovieClip is a container for DisplayObjects.
Definition: MovieClip.h:83
RemoveObjectTag()
Definition: RemoveObjectTag.h:47
TagType
SWF tag types. Symbolic names copied from Ming.
Definition: SWF.h:30
static void loader(SWFStream &in, TagType tag, movie_definition &m, const RunResources &r)
Definition: RemoveObjectTag.cpp:60
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
void executeState(MovieClip *m, DisplayList &dlist) const
Remove object at specified depth from MovieClip DisplayList.
Definition: RemoveObjectTag.cpp:52
Definition: GnashKey.h:164
DisplayList tag.
Definition: DisplayListTag.h:41
Class to group together per-run and external resources for Gnash.
Definition: RunResources.h:53
SWF Tag RemoveObject (5) or RemoveObject2 (28)
Definition: RemoveObjectTag.h:43
void read(SWFStream &in, TagType tag)
Read SWF::REMOVEOBJECT or SWF::REMOVEOBJECT2.
Definition: RemoveObjectTag.cpp:33
Definition: GnashKey.h:159
A list of on-stage DisplayObjects, ordered by depth.
Definition: DisplayList.h:64
Definition: GnashKey.h:331
SWF stream wrapper class.
Definition: SWFStream.h:58