Gnash  0.8.10
Public Member Functions | Static Public Member Functions
gnash::SWF::RemoveObjectTag Class Reference

SWF Tag RemoveObject (5) or RemoveObject2 (28) More...

#include <RemoveObjectTag.h>

Inheritance diagram for gnash::SWF::RemoveObjectTag:
gnash::SWF::DisplayListTag gnash::SWF::ControlTag gnash::ref_counted

List of all members.

Public Member Functions

 RemoveObjectTag ()
void read (SWFStream &in, TagType tag)
 Read SWF::REMOVEOBJECT or SWF::REMOVEOBJECT2.
void executeState (MovieClip *m, DisplayList &dlist) const
 Remove object at specified depth from MovieClip DisplayList.

Static Public Member Functions

static void loader (SWFStream &in, TagType tag, movie_definition &m, const RunResources &r)

Detailed Description

SWF Tag RemoveObject (5) or RemoveObject2 (28)

The RemoveObject tag removes the DisplayObject instance at the specified depth.


Constructor & Destructor Documentation

gnash::SWF::RemoveObjectTag::RemoveObjectTag ( ) [inline]

Member Function Documentation

void gnash::SWF::RemoveObjectTag::executeState ( MovieClip m,
DisplayList dlist 
) const [virtual]
void gnash::SWF::RemoveObjectTag::loader ( SWFStream in,
TagType  tag,
movie_definition m,
const RunResources r 
) [static]
void gnash::SWF::RemoveObjectTag::read ( SWFStream in,
TagType  tag 
)

The documentation for this class was generated from the following files: