#include <mc_rtc/gui/elements.h>
Public Member Functions | |
void | write (mc_rtc::MessagePackBuilder &builder) |
DataElement (const std::string &name, GetT get_fn) | |
DataElement () | |
Public Member Functions inherited from mc_rtc::gui::Element | |
const std::string & | name () const |
int | id () const |
void | id (int idIn) |
void | write (mc_rtc::MessagePackBuilder &) |
bool | handleRequest (const mc_rtc::Configuration &) |
Element () | |
Static Public Member Functions | |
static constexpr size_t | write_size () |
Static Public Member Functions inherited from mc_rtc::gui::Element | |
static constexpr size_t | write_size () |
Protected Attributes | |
GetT | get_fn_ |
Protected Attributes inherited from mc_rtc::gui::Element | |
std::string | name_ |
int | id_ |
Additional Inherited Members | |
Protected Member Functions inherited from mc_rtc::gui::Element | |
Element (const std::string &name) | |
A generic element to write data to the GUI
This is a common building block for other elements
|
inline |
Constructor
|
inline |
Invalid element
|
inline |
|
inlinestaticconstexpr |
|
protected |