Gnash  0.8.11dev
Public Member Functions | Static Public Member Functions | Friends | List of all members
gnash::SWF::DefineTextTag Class Reference

Static text definition tag. More...

#include <DefineTextTag.h>

Inheritance diagram for gnash::SWF::DefineTextTag:
gnash::SWF::DefinitionTag gnash::SWF::ControlTag gnash::ref_counted

Public Member Functions

void display (Renderer &renderer, const Transform &xform) const
 Draw the string. More...
 
const SWFRectbounds () const
 
bool extractStaticText (std::vector< const TextRecord * > &to, size_t &size) const
 Extract static text from TextRecords. More...
 
virtual DisplayObjectcreateDisplayObject (Global_as &gl, DisplayObject *parent) const
 Create a DisplayObject with the given parent. More...
 
- Public Member Functions inherited from gnash::SWF::DefinitionTag
virtual ~DefinitionTag ()
 
virtual DSOTEXPORT void executeState (MovieClip *m, DisplayList &) const
 Executing a DefinitionTag adds its id to list of known characters. More...
 
std::uint16_t id () const
 The immutable id of the DefinitionTag. More...
 
- Public Member Functions inherited from gnash::SWF::ControlTag
virtual ~ControlTag ()
 
virtual void executeActions (MovieClip *, DisplayList &) const
 Execute Action tags. More...
 
- Public Member Functions inherited from gnash::ref_counted
 ref_counted ()
 
 ref_counted (const ref_counted &)
 
void add_ref () const
 
void drop_ref () const
 
long get_ref_count () const
 

Static Public Member Functions

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

Friends

class DefineText2Tag
 DefineText2Tag::loader also constructs a DefineTextTag. More...
 

Additional Inherited Members

- Public Types inherited from gnash::SWF::ControlTag
enum  Type { TAG_ACTION = 1 << 0, TAG_DLIST = 1 << 1 }
 Type of ControlTag. More...
 
- Protected Member Functions inherited from gnash::SWF::DefinitionTag
 DefinitionTag (std::uint16_t id)
 
- Protected Member Functions inherited from gnash::ref_counted
virtual ~ref_counted ()
 

Detailed Description

Static text definition tag.

Member Function Documentation

const SWFRect& gnash::SWF::DefineTextTag::bounds ( ) const
inline
DisplayObject * gnash::SWF::DefineTextTag::createDisplayObject ( Global_as gl,
DisplayObject parent 
) const
virtual

Create a DisplayObject with the given parent.

This function will determine the correct prototype and associated object using the passed global.

Parameters
glThe global object used to set prototype and associated object. Calling this function creates a new DisplayObject from the DefinitionTag and adds it as a child of the specified parent DisplayObject.

Implements gnash::SWF::DefinitionTag.

References gnash::getRoot().

void gnash::SWF::DefineTextTag::display ( Renderer renderer,
const Transform xform 
) const
bool gnash::SWF::DefineTextTag::extractStaticText ( std::vector< const TextRecord * > &  to,
size_t &  size 
) const

Extract static text from TextRecords.

Parameters
toWill be filled with pointers to TextRecords if any are present
sizeWill contain the number of DisplayObjects in this StaticText definition.

Insert pointers to all our TextRecords into to.

Count the number of DisplayObjects in this definition's text records.

void gnash::SWF::DefineTextTag::loader ( SWFStream in,
TagType  tag,
movie_definition m,
const RunResources r 
)
static

Friends And Related Function Documentation

friend class DefineText2Tag
friend

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