Container for a string. Need to use a structure to keep the starting text and the current text together. Operations applied to an instance of this structure alter the contents but not the structure itself. More...
#include <Command_TextObject.h>
Public Attributes | |
const char * | startingText |
Starting string text so we can reset the text to a known point. | |
char * | text |
The text that can change. | |
Container for a string. Need to use a structure to keep the starting text and the current text together. Operations applied to an instance of this structure alter the contents but not the structure itself.
Definition at line 18 of file Command_TextObject.h.
const char* startingText |
Starting string text so we can reset the text to a known point.
Definition at line 23 of file Command_TextObject.h.
Referenced by Command_TextObject_Clear(), Command_TextObject_Initialize(), and Command_TextObject_Reset().
char* text |
The text that can change.
Definition at line 28 of file Command_TextObject.h.
Referenced by Command_Operation_Reverse(), Command_TextObject_Clear(), Command_TextObject_GetText(), Command_TextObject_Initialize(), Command_TextObject_Reset(), Command_TextObject_SetText(), and Command_TextObject_ToString().