PixelLightAPI
.
|
A standard button that can be toggled (binary state) More...
#include <ToggleButton.h>
Public Member Functions | |
PLGUI_API | ToggleButton (Widget *pParent=nullptr) |
Constructor. | |
virtual PLGUI_API | ~ToggleButton () |
Destructor. |
A standard button that can be toggled (binary state)
PLGUI_API PLGui::ToggleButton::ToggleButton | ( | Widget * | pParent = nullptr | ) |
Constructor.
[in] | pParent | Pointer to the parent widget |
virtual PLGUI_API PLGui::ToggleButton::~ToggleButton | ( | ) | [virtual] |
Destructor.
|