| GmToolTip ()
Standard constructor
|
void | getGlExtents (float& width, float& height)
Gets the ideal extents of the text widget in OpenGL units.
|
virtual char* | getText ()
Gets the text that is currently associated with this widget
|
GlmColor4* | getTextColor ()
Gets the text color that is currently assigned to the text.
|
float | getTextPointSize ()
Gets the size of the text in points.
|
virtual void | setText (char* text)
Sets the text of this text widget to the given text.
|
void | setTextColor (float r, float g, float b, float a)
Sets the display color of the text to the given red, green, blue and alpha values.
|
void | setTextColor (GlmColor4* color)
Sets the display color of the text.
|
void | setTextPointSize (float pointSize)
Sets the point size of the text, this will affect the size at which the font is rendered for the text string.
|
virtual | ~GmToolTip ()
Virtual destructor
|