#include <CCDecorativeDisplay.h>
Public Member Functions | |
DecorativeDisplay (void) | |
~DecorativeDisplay (void) | |
virtual bool | init () |
virtual void | setDisplay (cocos2d::Node *display) |
virtual cocos2d::Node * | getDisplay () const |
virtual void | setDisplayData (DisplayData *data) |
virtual DisplayData * | getDisplayData () const |
Public Member Functions inherited from Ref | |
void | retain () |
Retains the ownership. More... | |
void | release () |
Release the ownership immediately. More... | |
Ref * | autorelease () |
Release 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 DecorativeDisplay * | create () |
Protected Attributes | |
cocos2d::Node * | _display |
DisplayData * | _displayData |
Protected Attributes inherited from Ref | |
unsigned int | _referenceCount |
count of references More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Ref | |
Ref () | |
Constructor. More... | |
DecorativeDisplay | ( | void | ) |
~DecorativeDisplay | ( | void | ) |
|
static |
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
|
virtual |
|
inlinevirtual |
|
protected |
|
protected |