#include <mgui/formrbtn.h>
Inheritance diagram for MGUI::FORM_RADIOBUTTONS:

Public Member Functions | |
| void | AddButton (ID id, ICONID iconid, const UNICODE *tooltip, int iconsize=0) |
| void | AddButton (ID id, ICONID iconid, const char *tooltip, int iconsize=0) |
| void | AddButton (ID id, const UNICODE *string) |
| void | AddButton (ID id, const char *string) |
| void | AddButtons (const MGUI::LISTITEMDEF *buttons) |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, const MGUI::LISTITEMDEF *buttons=0, MGUI::LAYOUT_ORIENTATION orientation=MGUI::LAYOUT_ORIENTATION_Vertical, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedSize, int ChildSpacing=4) |
| FORM_RADIOBUTTONS () | |
| ID | GetSelectedID () const |
| void | SetEnabledID (ID id, bool enabled=true) |
| void | SetSelectedID (ID id) |
| virtual | ~FORM_RADIOBUTTONS () |
Protected Member Functions | |
| virtual void | OnSelection () |
Definition at line 56 of file formrbtn.h.
|
|
Constructor.
|
|
|
Destructor.
|
|
||||||||||||||||||||
|
Add icon button with Unicode tooltip.
|
|
||||||||||||||||||||
|
Add icon button with tooltip from resource lookup.
|
|
||||||||||||
|
Add button with Unicode string.
|
|
||||||||||||
|
Add button with string from resource lookup.
|
|
|
Add multiple buttons.
|
|
||||||||||||||||||||||||
|
Create control.
|
|
|
Get ID of currently selected button.
|
|
|
Called when user makes selection.
|
|
||||||||||||
|
Set whether individual button is enabled or not.
|
|
|
Select button using ID. If button does not exist then no button will appear selected
|
1.3.8-20040913