class GmDialog |
The GmDialog is a container that represents a dialog with the user.
| GmDialog () Standard constructor | |
| getTitleText () Gets the title text that is currently associated with this dialog. | |
| getTitleTextColor () Gets the color that is currently assigned to the title text. | |
| getTitleTextJustification (GmTypes::JustificationType& horizontal, GmTypes::JustificationType& vertical) Gets the type of justification for the title text of the dialog | |
| getTitleTextPointSize () Gets the size of the title text in points. | |
| getTitlebarColor () Gets the color of the dailog's titlebar. | |
| setTitleText (char* titleText) Sets the title text of this dialog to the given text. | |
| setTitleTextColor (GlmColor4* color) Sets the display color of the title text. | |
| 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. | |
| setTitleTextJustification (GmTypes::JustificationType horizontal, GmTypes::JustificationType vertical) Sets the horizontal and vertical title text justification for the dialog. | |
| 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. | |
| setTitlebarColor (float r, float g, float b, float a) Sets the color of the dialog's titlebar. | |
| ~GmDialog () Virtual destructor |
| mTitleTextWidget Some text for labeling the title bar of the dialog | |
| 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