|
| Wrapped (Wrapped const &)=delete |
|
void | operator= (Wrapped const &)=delete |
|
void * | m_wrapped |
| A pointer to the wrapped class.
|
|
◆ Flag
Enumerator |
---|
FlagSelected | Causes the radio button to be selected by default.
|
FlagEnabled | Makes the radio button interactive.
|
◆ GUIRadioButton()
GUIRadioButton::GUIRadioButton |
( |
int |
x, |
|
|
int |
y, |
|
|
const char * |
text, |
|
|
int |
flags |
|
) |
| |
Creates a radio button.
- Parameters
-
| x,y | The position to place the radio button at, in pixels and relative to the top left of the display. |
[in] | text | The text to display to the right-hand side of the radio button. |
| flags | A bitfield of flags specified by bitwise-ORing members of the Flag enum. |
The documentation for this class was generated from the following files: