20 #ifndef GNASH_SWF_DISPLAYLISTTAG_H 21 #define GNASH_SWF_DISPLAYLISTTAG_H 71 #endif // GNASH_SWF_DISPLAYLISTTAG_H virtual void executeState(MovieClip *m, DisplayList &dlist) const =0
All DisplayList tags are state tags.
A MovieClip is a container for DisplayObjects.
Definition: MovieClip.h:83
virtual ~DisplayListTag()
Definition: DisplayListTag.h:50
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
DisplayListTag(int depth)
Definition: DisplayListTag.h:45
Control tags are swf tags that control the operation of the movie.
Definition: ControlTag.h:43
DisplayList tag.
Definition: DisplayListTag.h:41
int getDepth() const
Return the depth affected by this DisplayList tag.
Definition: DisplayListTag.h:59
Definition: GnashKey.h:159
int _depth
Definition: DisplayListTag.h:63
A list of on-stage DisplayObjects, ordered by depth.
Definition: DisplayList.h:64
Definition: GnashKey.h:331