class GmRadioButton |
A radio button class.
GmRadioButton () Standard constructor | |
virtual void | mousePressEvent (GmEvent* event) Event processing function to process a mouse release event. |
virtual | ~GmRadioButton () Virtual destructor |
virtual void | render2d (GmTypes::RenderOptionType renderOptions) Renders this radio button to a 2D image buffer. |
virtual void | render2dSelect (GmTypes::RenderOptionType renderOptions) Renders this radio button to a 2D selection buffer. |
A radio button class. Radio buttons are like checkboxes in that they represent a toggle, but they are typically are only used in groups where the user must make a unique choice between a defined set of options.
Alphabetic index HTML hierarchy of classes or Java