Go to the documentation of this file.
19 #ifndef GNASH_CONTROL_TAG_H
20 #define GNASH_CONTROL_TAG_H
22 #include <boost/noncopyable.hpp>
Control tags are swf tags that control the operation of the movie.
Definition: ControlTag.h:44
@ TAG_DLIST
Definition: ControlTag.h:51
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
A MovieClip is a container for DisplayObjects.
Definition: MovieClip.h:84
virtual void executeState(MovieClip *, DisplayList &) const
Execute "state" or "DisplayList" tags.
Definition: ControlTag.h:71
A list of on-stage DisplayObjects, ordered by depth.
Definition: DisplayList.h:65
virtual ~ControlTag()
Definition: ControlTag.h:54
virtual void executeActions(MovieClip *, DisplayList &) const
Execute Action tags.
Definition: ControlTag.h:61
Type
Type of ControlTag.
Definition: ControlTag.h:49
@ SWF
Definition: GnashKey.h:331
@ TAG_ACTION
Definition: ControlTag.h:50
For stuff that's tricky to keep track of w/r/t ownership & cleanup. The only use for this class seems...
Definition: ref_counted.h:35