mc_rtc::gui::FormDataComboInput Struct Reference

#include <mc_rtc/gui/Form.h>

Inheritance diagram for mc_rtc::gui::FormDataComboInput:
Collaboration diagram for mc_rtc::gui::FormDataComboInput:

Public Member Functions

 FormDataComboInput (const std::string &name, bool required, const std::vector< std::string > &ref, bool send_index=false)
 
void write_ (mc_rtc::MessagePackBuilder &builder)
 
 FormDataComboInput ()
 
- Public Member Functions inherited from mc_rtc::gui::FormElement< FormDataComboInput, Elements::DataComboInput >
void write (mc_rtc::MessagePackBuilder &builder)
 
 FormElement ()
 

Static Public Member Functions

static constexpr size_t write_size_ ()
 
- Static Public Member Functions inherited from mc_rtc::gui::FormElement< FormDataComboInput, Elements::DataComboInput >
static constexpr size_t write_size ()
 
static constexpr bool is_dynamic ()
 

Additional Inherited Members

- Public Types inherited from mc_rtc::gui::FormElement< FormDataComboInput, Elements::DataComboInput >
using is_form_element_t = std::true_type
 
- Static Public Attributes inherited from mc_rtc::gui::FormElement< FormDataComboInput, Elements::DataComboInput >
static constexpr auto type
 
- Protected Member Functions inherited from mc_rtc::gui::FormElement< FormDataComboInput, Elements::DataComboInput >
 FormElement (const std::string &name, bool required)
 
- Protected Attributes inherited from mc_rtc::gui::FormElement< FormDataComboInput, Elements::DataComboInput >
std::string name_
 
bool required_
 

Constructor & Destructor Documentation

◆ FormDataComboInput() [1/2]

mc_rtc::gui::FormDataComboInput::FormDataComboInput ( const std::string &  name,
bool  required,
const std::vector< std::string > &  ref,
bool  send_index = false 
)
inline

◆ FormDataComboInput() [2/2]

mc_rtc::gui::FormDataComboInput::FormDataComboInput ( )
inline

Invalid element

Member Function Documentation

◆ write_()

void mc_rtc::gui::FormDataComboInput::write_ ( mc_rtc::MessagePackBuilder builder)
inline

◆ write_size_()

static constexpr size_t mc_rtc::gui::FormDataComboInput::write_size_ ( )
inlinestaticconstexpr

The documentation for this struct was generated from the following file: