class GmCheckBox |
A checkbox class.
| GmCheckBox () 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. | |
| getSelected () Return the selected state of this checkbox. | |
| mousePressEvent (GmEvent* event) Event processing function to process a mouse press event. | |
| mouseReleaseEvent (GmEvent* event) Event processing function to process a mouse release event. | |
| setAbsoluteGeometry (float x, float y, float z, float width, float height, float depth) Sets the absolute geometry to use for this drawable object. | |
| setBaseColor (GlmColor4* color) Sets the base color of the button. | |
| setBaseColor (float r, float g, float b, float a) Sets the base color of the button. | |
| setCheckColor (float r, float g, float b, float a) Sets the check color of the checkbox. | |
| setDepth (float depth) Sets the depth of the drawable object in units. | |
| setHeight (float height) Sets the height of the drawable object in units. | |
| setPosition (GlmPoint3* point) Sets the position of the drawable. | |
| setPosition (float x, float y, float z) Sets the position of the drawable. | |
| setRelativeGeometry (float x, float y, float z, float width, float height, float depth) Sets the relative 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. | |
| setSelected (bool selected) Set the selected state of this checkbox. | |
| setWidth (float width) Sets the width of the drawable object in units. | |
| ~GmCheckBox () Standard destructor |
| mCheckColor The color of the check inside the checkbox | |
| mSelected The state, selected or unselected, of the checkbox |
| render2d (GmTypes::RenderOptionType renderOptions) Renders this button to a 2D image buffer. | |
| render2dSelect (GmTypes::RenderOptionType renderOptions) Renders this button to a selection buffer. |
A checkbox class. Checkboxes represent a toggleable state.
Alphabetic index HTML hierarchy of classes or Java