cocos2d-x  3.1rc0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DisplayData Class Reference

#include <CCDatas.h>

Inheritance diagram for DisplayData:
Ref ArmatureDisplayData ParticleDisplayData SpriteDisplayData

Public Member Functions

 DisplayData ()
virtual ~DisplayData (void)
virtual void copy (DisplayData *displayData)
- Public Member Functions inherited from Ref
void retain ()
 Retains the ownership. More...
 
void release ()
 Releases the ownership immediately. More...
 
Refautorelease ()
 Releases the ownership sometime soon automatically. More...
 
unsigned int getReferenceCount () const
 Returns the Ref's current reference count. More...
 
virtual ~Ref ()

Static Public Member Functions

static DisplayDatacreate (void)
static const std::string changeDisplayToTexture (const std::string &displayName)

Public Attributes

DisplayType displayType
std::string displayName
 mark which type your display is More...
 

Additional Inherited Members

- Protected Member Functions inherited from Ref
 Ref ()
 Constructor. More...
 
- Protected Attributes inherited from Ref
unsigned int _referenceCount
 count of references More...
 

Constructor & Destructor Documentation

virtual ~DisplayData ( void  )
inlinevirtual

Member Function Documentation

static const std::string
changeDisplayToTexture
( const std::string &  displayName)
static
virtual void copy ( DisplayData displayData)
virtual

Reimplemented in SpriteDisplayData.

static DisplayData* create ( void  )
inlinestatic

Member Data Documentation

std::string displayName

mark which type your display is

DisplayType displayType

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