| 67 | virtual void setTextID(S32 id); |
| 68 | virtual void setTextID(const char *id); |
| 69 | const char *getText() { return (const char*)mText; } |
| 70 | |
| 71 | // Text Property Accessors |
| 72 | static bool setText(void *object, const char *index, const char *data) |
no outgoing calls
no test coverage detected