#include <CCDatas.h>
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... | |
| Ref * | autorelease () |
| Releases the ownership sometime soon automatically. More... | |
| unsigned int | getReferenceCount () const |
| Returns the Ref's current reference count. More... | |
| virtual | ~Ref () |
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... | |
| Ref () | |
| Constructor. More... | |
Protected Attributes inherited from Ref | |
| unsigned int | _referenceCount |
| count of references More... | |
| var | _referenceCount |
| count of references More... | |
| local | _referenceCount |
| count of references More... | |
| DisplayData | ( | ) |
|
inlinevirtual |
|
virtual |
Reimplemented in SpriteDisplayData.
| std::string displayName |
mark which type your display is
| DisplayType displayType |