Go to the documentation of this file.
20 #ifndef GNASH_SWF_REMOVEOBJECTTAG_H
21 #define GNASH_SWF_REMOVEOBJECTTAG_H
31 class movie_definition;
72 #endif // GNASH_SWF_REMOVEOBJECTTAG_H
void executeState(MovieClip *m, DisplayList &dlist) const
Remove object at specified depth from MovieClip DisplayList.
Definition: RemoveObjectTag.cpp:52
TagType
SWF tag types. Symbolic names copied from Ming.
Definition: SWF.h:31
static const int staticDepthOffset
Definition: DisplayObject.h:205
#define _(String)
Definition: log.h:44
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:41
int _depth
Definition: DisplayListTag.h:63
@ m
Definition: GnashKey.h:159
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
@ r
Definition: GnashKey.h:164
DisplayList tag.
Definition: DisplayListTag.h:42
void read(SWFStream &in, TagType tag)
Read SWF::REMOVEOBJECT or SWF::REMOVEOBJECT2.
Definition: RemoveObjectTag.cpp:33
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 &r)
Definition: RemoveObjectTag.cpp:60
#define IF_VERBOSE_PARSE(x)
Definition: log.h:378
void log_parse(StringType msg, Args... args)
Definition: log.h:313
@ REMOVEOBJECT2
Definition: SWF.h:59
RemoveObjectTag()
Definition: RemoveObjectTag.h:47
std::uint16_t read_u16()
Read a aligned unsigned 16-bit value from the stream.
Definition: SWFStream.cpp:332
SWF Tag RemoveObject (5) or RemoveObject2 (28)
Definition: RemoveObjectTag.h:44
@ REMOVEOBJECT
Definition: SWF.h:37
void removeDisplayObject(int depth)
Removes the object at the specified depth.
Definition: DisplayList.cpp:331
SWF stream wrapper class.
Definition: SWFStream.h:59
void ensureBytes(unsigned long needed)
Ensure the requested number of bytes are available for an aligned read in the currently opened tag.
Definition: SWFStream.cpp:50
@ SWF
Definition: GnashKey.h:331