class ffw::GuiRadio::Button
Class List > ffw :: GuiRadio :: Button
Inherits the following classes: ffw::GuiWidget
Classes
| Type | Name |
|---|---|
| struct | Style |
Public Attributes
| Type | Name |
|---|---|
| GuiRadio::Value * | group |
| GuiRadio * | parentradio |
Public Functions
| Type | Name |
|---|---|
| Button (GuiWindow * context) | |
| virtual | ~Button () = default |
| virtual ffw::Pointf | getMinimumWrapSize () override |
| void | setStyle (const Button::Style * style, bool defaults = false) |
Public Attributes Documentation
variable group
GuiRadio::Value* ffw::GuiRadio::Button::group;
variable parentradio
GuiRadio* ffw::GuiRadio::Button::parentradio;
Public Functions Documentation
function Button
ffw::GuiRadio::Button::Button (
GuiWindow * context
)
function ~Button
virtual ffw::GuiRadio::Button::~Button () = default
function getMinimumWrapSize
virtual ffw::Pointf ffw::GuiRadio::Button::getMinimumWrapSize ()
Implements GuiWidget::getMinimumWrapSize
function setStyle
void ffw::GuiRadio::Button::setStyle (
const Button::Style * style,
bool defaults = false
)
The documentation for this class was generated from the following file: include/ffw/gui/guiradio.h