class GmHyperlink |
Class description
GmHyperlink () Standard constructor | |
virtual void | 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. |
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. |
void | getTextJustification (GmTypes::JustificationType& horizontal, GmTypes::JustificationType& vertical) Gets the type of justification for the text in this widget. |
float | getTextPointSize () Gets the size of the text in points. |
virtual void | setAbsoluteGeometry (float x, float y, float z, float width, float height, float depth) Sets the absolute geometry to use for this drawable object. |
virtual void | setRelativeGeometry (float x, float y, float width, float height) Sets the relative geometry to use for this drawable object. |
virtual void | setRelativeGeometry (float x, float y, float z, float width, float height, float depth) Sets the relative geometry to use for this drawable object. |
virtual void | setText (char* text) Sets the text of this text widget to the given text. |
void | setTextColor (GlmColor4* color) Sets the display color of the 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 | setTextJustification (GmTypes::JustificationType horizontal, GmTypes::JustificationType vertical) Sets the horizontal and vertical text justification for the widget 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 | ~GmHyperlink () Virtual destructor |
GlmColor4 | mTextColor The text color for this hyperlink |
float | mTextHeight The height of the text |
GmLabel* | mTextWidget The text widget used to draw the text |
float | mTextWidth The width of the text |
virtual void | render2d (GmTypes::RenderOptionType renderOptions) Renders this button to a 2D image buffer. |
virtual void | render2dSelect (GmTypes::RenderOptionType renderOptions) Renders this button to a selection buffer. |
Class description
Alphabetic index HTML hierarchy of classes or Java