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


Public Member Functions | |
| NumberSliderImpl (const std::string &name, GetT get_fn, SetT set_fn, double min, double max) | |
| NumberSliderImpl () | |
| void | write (mc_rtc::MessagePackBuilder &writer) |
Public Member Functions inherited from mc_rtc::gui::CommonInputImpl< GetT, SetT > | |
| CommonInputImpl (const std::string &name, GetT get_fn, SetT set_fn) | |
| CommonInputImpl () | |
Public Member Functions inherited from mc_rtc::gui::CallbackElement< DataElement< GetT >, SetT > | |
| bool | handleRequest (const mc_rtc::Configuration &data) |
| CallbackElement (const std::string &name, SetT cb, Args &&... args) | |
| CallbackElement () | |
Public Member Functions inherited from mc_rtc::gui::DataElement< GetT > | |
| 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::DataElement< GetT > | |
| static constexpr size_t | write_size () |
Static Public Member Functions inherited from mc_rtc::gui::Element | |
| static constexpr size_t | write_size () |
Static Public Attributes | |
| static constexpr auto | type = Elements::NumberSlider |
Additional Inherited Members | |
Protected Member Functions inherited from mc_rtc::gui::Element | |
| Element (const std::string &name) | |
Protected Attributes inherited from mc_rtc::gui::CallbackElement< DataElement< GetT >, SetT > | |
| SetT | cb_ |
Protected Attributes inherited from mc_rtc::gui::DataElement< GetT > | |
| GetT | get_fn_ |
Protected Attributes inherited from mc_rtc::gui::Element | |
| std::string | name_ |
| int | id_ |
NumberSlider should display a number slider with minimum and maximum values specified
| GetT | Returns a numeric type |
| SetT | Called when the slider is manipulated by the client |
|
inline |
|
inline |
|
inline |
|
inlinestaticconstexpr |
|
staticconstexpr |