19 #ifndef GNASH_CONTROL_TAG_H 20 #define GNASH_CONTROL_TAG_H 22 #include <boost/noncopyable.hpp> Definition: ControlTag.h:51
A MovieClip is a container for DisplayObjects.
Definition: MovieClip.h:83
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:34
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
Control tags are swf tags that control the operation of the movie.
Definition: ControlTag.h:43
virtual void executeState(MovieClip *, DisplayList &) const
Execute "state" or "DisplayList" tags.
Definition: ControlTag.h:71
virtual ~ControlTag()
Definition: ControlTag.h:54
Type
Type of ControlTag.
Definition: ControlTag.h:48
A list of on-stage DisplayObjects, ordered by depth.
Definition: DisplayList.h:64
Definition: GnashKey.h:331
virtual void executeActions(MovieClip *, DisplayList &) const
Execute Action tags.
Definition: ControlTag.h:61
Definition: ControlTag.h:50