|
mc_rtc
2.14.0
|
#include <mc_rtc/gui/Form.h>


Public Member Functions | |
| FormInteractiveDataInput (const std::string &name, bool required, const T &def, bool interactive=true) | |
| FormInteractiveDataInput (const std::string &name, bool required, bool interactive) | |
| void | write_ (mc_rtc::MessagePackBuilder &builder) |
Public Member Functions inherited from mc_rtc::gui::FormElement< FormInteractiveDataInput< T, element >, element > | |
| void | write (mc_rtc::MessagePackBuilder &builder) |
| FormElement () | |
Public Member Functions inherited from mc_rtc::gui::details::FormDataInputBase< T > | |
| FormDataInputBase (const T &def) | |
| FormDataInputBase () | |
| void | write_ (mc_rtc::MessagePackBuilder &builder) |
Static Public Member Functions | |
| static constexpr bool | is_dynamic () |
| static constexpr size_t | write_size_ () |
Static Public Member Functions inherited from mc_rtc::gui::FormElement< FormInteractiveDataInput< T, element >, element > | |
| static constexpr size_t | write_size () |
| static constexpr bool | is_dynamic () |
Static Public Member Functions inherited from mc_rtc::gui::details::FormDataInputBase< T > | |
| static constexpr size_t | write_size_ () |
| static constexpr bool | is_dynamic_ () |
Additional Inherited Members | |
Public Types inherited from mc_rtc::gui::FormElement< FormInteractiveDataInput< T, element >, element > | |
| using | is_form_element_t = std::true_type |
Static Public Attributes inherited from mc_rtc::gui::FormElement< FormInteractiveDataInput< T, element >, element > | |
| static constexpr auto | type |
Protected Member Functions inherited from mc_rtc::gui::FormElement< FormInteractiveDataInput< T, element >, element > | |
| FormElement (const std::string &name, bool required) | |
Protected Attributes inherited from mc_rtc::gui::FormElement< FormInteractiveDataInput< T, element >, element > | |
| std::string | name_ |
| bool | required_ |
|
inline |
|
inline |
|
inlinestaticconstexpr |
|
inline |
|
inlinestaticconstexpr |