#include <mc_rtc/gui/Checkbox.h>
Public Member Functions | |
CheckboxImpl (const std::string &name, GetT get_fn, Callback cb) | |
CheckboxImpl () | |
![]() | |
bool | handleRequest (const mc_rtc::Configuration &) |
VoidCallbackElement (const std::string &name, Callback cb, Args &&... args) | |
VoidCallbackElement () | |
![]() | |
bool | handleRequest (const mc_rtc::Configuration &data) |
template<typename... Args> | |
CallbackElement (const std::string &name, Callback cb, Args &&... args) | |
CallbackElement () | |
Static Public Attributes | |
static constexpr auto | type = Elements::Checkbox |
Additional Inherited Members | |
![]() | |
Callback | cb_ |
Checkbox display a toggable checkbox
GetT | Should return a boolean providing the state of the button |
Callback | When the checkbox is called, this is called |
|
inline |
|
inline |
Invalid element
|
staticconstexpr |