class GmDialog |
The GmDialog is a container that represents a dialog with the user.
GmDialog () Standard constructor | |
virtual char* | getTitleText () Gets the title text that is currently associated with this dialog. |
GlmColor4* | getTitleTextColor () Gets the color that is currently assigned to the title text. |
void | getTitleTextJustification (GmTypes::JustificationType& horizontal, GmTypes::JustificationType& vertical) Gets the type of justification for the title text of the dialog |
float | getTitleTextPointSize () Gets the size of the title text in points. |
virtual GlmColor4* | getTitlebarColor () Gets the color of the dailog's titlebar. |
virtual void | setTitleText (char* titleText) Sets the title text of this dialog to the given text. |
void | setTitleTextColor (GlmColor4* color) Sets the display color of the title text. |
void | setTitleTextColor (float r, float g, float b, float a) Sets the display color of the title text to the given red, green, blue and alpha values. |
void | setTitleTextJustification (GmTypes::JustificationType horizontal, GmTypes::JustificationType vertical) Sets the horizontal and vertical title text justification for the dialog. |
void | setTitleTextPointSize (float pointSize) Sets the point size of the title text, this will affect the size at which the font is rendered for the text string. |
virtual void | setTitlebarColor (float r, float g, float b, float a) Sets the color of the dialog's titlebar. |
virtual | ~GmDialog () Virtual destructor |
GmTextWidget* | mTitleTextWidget Some text for labeling the title bar of the dialog |
GlmColor4 | mTitlebarColor The color of the titlebar |
The GmDialog is a container that represents a dialog with the user. Things such as file selection, pop-up, progress meter, and the like would use a GmDialog as their base class.
Alphabetic index HTML hierarchy of classes or Java