#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... | |
|
pure virtual |
Returns the string that is currently being used in this label.
Implemented in CCLabelBMFont, CCLabelTTF, CCTextFieldTTF, and CCLabelAtlas.
|
pure virtual |
Sets a new label using an string.
A | null terminated string |
Implemented in CCLabelBMFont, CCLabelTTF, CCTextFieldTTF, and CCLabelAtlas.