cocos2d-x
2.2.3-gd2.113-rev1ec524e
|
Common interface for Labels NA NA. More...
#include <CCProtocols.h>
Public Member Functions | |
virtual void | setString (const char *label)=0 |
Sets a new label using an string. More... | |
virtual const char * | getString (void)=0 |
Returns the string that is currently being used in this label. More... | |
Common interface for Labels NA NA.
|
pure virtual |
Returns the string that is currently being used in this label.
Implemented in CCLabelAtlas, CCLabelBMFont, CCLabelTTF, and CCTextFieldTTF.
|
pure virtual |
Sets a new label using an string.
A | null terminated string |
Implemented in CCLabelAtlas, CCLabelTTF, CCLabelBMFont, and CCTextFieldTTF.