mc_rtc
2.12.0
|
#include <mc_rtc/gui/ArrayLabel.h>
Public Member Functions | |
ArrayLabelImpl (const std::string &name, GetT get_fn) | |
ArrayLabelImpl (const std::string &name, const std::vector< std::string > &labels, GetT get_fn) | |
ArrayLabelImpl () | |
void | write (mc_rtc::MessagePackBuilder &writer) |
![]() | |
LabelImpl (const std::string &name, GetT get_fn) | |
LabelImpl () | |
![]() | |
void | write (mc_rtc::MessagePackBuilder &builder) |
DataElement (const std::string &name, GetT get_fn) | |
DataElement () | |
![]() | |
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 constexpr size_t | write_size () |
![]() | |
static constexpr size_t | write_size () |
Static Public Attributes | |
static constexpr auto | type = Elements::ArrayLabel |
![]() | |
static constexpr auto | type = Elements::Label |
Additional Inherited Members | |
![]() | |
Element (const std::string &name) | |
![]() | |
GetT | get_fn_ |
![]() | |
std::string | name_ |
int | id_ |
ArrayLabel should display data in an array form
Labels can be provided optionally
GetT | should return anything that can be serialized as an array |
|
inline |
|
inline |
|
inline |
Invalid element
|
inline |
|
inlinestaticconstexpr |
|
staticconstexpr |