19 #ifndef GNASH_SWF_SETBACKGROUNDCOLOR_TAG_H 20 #define GNASH_SWF_SETBACKGROUNDCOLOR_TAG_H 33 class movie_definition;
62 log_parse(
_(
" SetBackgroundColor: %s"), m_color);
104 #endif // GNASH_SWF_SETBACKGROUNDCOLOR_TAG_H void executeState(MovieClip *m, DisplayList &) const
Execute "state" or "DisplayList" tags.
Definition: SetBackgroundColorTag.h:81
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
TagType
SWF tag types. Symbolic names copied from Ming.
Definition: SWF.h:30
void set_background_color(const rgba &color)
Definition: MovieClip.cpp:1580
SetBackgroundColorTag(SWFStream &in)
Construct a SetBackgroundColorTag by reading it from the given SWF stream.
Definition: SetBackgroundColorTag.h:76
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
rgba readRGB(SWFStream &in)
Read an RGB rgba from input stream.
Definition: TypesParser.cpp:106
#define IF_VERBOSE_PARSE(x)
Definition: log.h:378
Control tags are swf tags that control the operation of the movie.
Definition: ControlTag.h:43
void log_parse(StringType msg, Args... args)
Definition: log.h:313
Definition: GnashKey.h:166
#define _(String)
Definition: log.h:44
Class to group together per-run and external resources for Gnash.
Definition: RunResources.h:53
Definition: GnashKey.h:159
SWF Tag SetBackgroundColor (9)
Definition: SetBackgroundColorTag.h:41
virtual void addControlTag(boost::intrusive_ptr< SWF::ControlTag >)
Add an ControlTag to this movie_definition's playlist.
Definition: movie_definition.h:273
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
static void loader(SWFStream &in, TagType tag, movie_definition &m, const RunResources &)
Set background color tag loader (SWF::SETBACKGROUNDCOLOR)
Definition: SetBackgroundColorTag.h:86
A basic RGBA type.
Definition: RGBA.h:35