Go to the documentation of this file.
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);
82 m->set_background_color(m_color);
104 #endif // GNASH_SWF_SETBACKGROUNDCOLOR_TAG_H
Control tags are swf tags that control the operation of the movie.
Definition: ControlTag.h:44
TagType
SWF tag types. Symbolic names copied from Ming.
Definition: SWF.h:31
A basic RGBA type.
Definition: RGBA.h:36
#define _(String)
Definition: log.h:44
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
@ m
Definition: GnashKey.h:159
void executeState(MovieClip *m, DisplayList &) const
Execute "state" or "DisplayList" tags.
Definition: SetBackgroundColorTag.h:81
A MovieClip is a container for DisplayObjects.
Definition: MovieClip.h:84
Client program's interface to the definition of a movie or sprite.
Definition: movie_definition.h:96
A list of on-stage DisplayObjects, ordered by depth.
Definition: DisplayList.h:65
@ t
Definition: GnashKey.h:166
Class to group together per-run and external resources for Gnash.
Definition: RunResources.h:54
static void loader(SWFStream &in, TagType tag, movie_definition &m, const RunResources &)
Set background color tag loader (SWF::SETBACKGROUNDCOLOR)
Definition: SetBackgroundColorTag.h:86
#define IF_VERBOSE_PARSE(x)
Definition: log.h:378
void log_parse(StringType msg, Args... args)
Definition: log.h:313
rgba readRGB(SWFStream &in)
Read an RGB rgba from input stream.
Definition: TypesParser.cpp:106
SWF Tag SetBackgroundColor (9)
Definition: SetBackgroundColorTag.h:42
SetBackgroundColorTag(SWFStream &in)
Construct a SetBackgroundColorTag by reading it from the given SWF stream.
Definition: SetBackgroundColorTag.h:76
SWF stream wrapper class.
Definition: SWFStream.h:59
@ SETBACKGROUNDCOLOR
Definition: SWF.h:41
@ SWF
Definition: GnashKey.h:331