class GmHyperlink |
Class description
| GmHyperlink () Standard constructor | |
| applyLayout (float minX, float minY, float minZ, float maxX, float maxY, float maxZ) Repositions and resizes this component based on parameters passed into the method. | |
| getText () Gets the text that is currently associated with this widget | |
| getTextColor () Gets the text color that is currently assigned to the text. | |
| getTextJustification (GmTypes::JustificationType& horizontal, GmTypes::JustificationType& vertical) Gets the type of justification for the text in this widget. | |
| getTextPointSize () Gets the size of the text in points. | |
| setAbsoluteGeometry (float x, float y, float z, float width, float height, float depth) Sets the absolute geometry to use for this drawable object. | |
| setRelativeGeometry (float x, float y, float width, float height) Sets the relative geometry to use for this drawable object. | |
| setRelativeGeometry (float x, float y, float z, float width, float height, float depth) Sets the relative geometry to use for this drawable object. | |
| setText (char* text) Sets the text of this text widget to the given text. | |
| setTextColor (GlmColor4* color) Sets the display color of the text. | |
| 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. | |
| setTextJustification (GmTypes::JustificationType horizontal, GmTypes::JustificationType vertical) Sets the horizontal and vertical text justification for the widget text. | |
| 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. | |
| ~GmHyperlink () Virtual destructor |
| mTextColor The text color for this hyperlink | |
| mTextHeight The height of the text | |
| mTextWidget The text widget used to draw the text | |
| mTextWidth The width of the text |
| render2d (GmTypes::RenderOptionType renderOptions) Renders this button to a 2D image buffer. | |
| render2dSelect (GmTypes::RenderOptionType renderOptions) Renders this button to a selection buffer. |
Class description
Alphabetic index HTML hierarchy of classes or Java