![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
Helper GUI component that functions as a RadioButton but also renders a conspicuous highlight when it is active. More...
#include <HighlightRadioButton.hpp>
Public Types | |
using | Ptr = std::shared_ptr< HighlightRadioButton > |
Pointer to a HighlightRadioButton. More... | |
Public Member Functions | |
virtual | ~HighlightRadioButton ()=default |
Destroy the Highlight Radio Button. More... | |
Static Public Member Functions | |
static Ptr | create (bl::gui::Element::Ptr child, bl::gui::RadioButton::Group *group=nullptr) |
Creates a new HighlightRadioButton. More... | |
Helper GUI component that functions as a RadioButton but also renders a conspicuous highlight when it is active.
Definition at line 16 of file HighlightRadioButton.hpp.
using editor::component::HighlightRadioButton::Ptr = std::shared_ptr<HighlightRadioButton> |
Pointer to a HighlightRadioButton.
Definition at line 19 of file HighlightRadioButton.hpp.
|
virtualdefault |
Destroy the Highlight Radio Button.
|
static |
Creates a new HighlightRadioButton.
child | Child element to use for button display |
group | Radio group to be a part of |
Definition at line 10 of file HighlightRadioButton.cpp.