|
#include <ArmarXGui/libraries/RemoteGui/Client/EigenWidgets.h>
Public Member Functions | |
Eigen::Vector3f | getValue () const |
bool | hasValueChanged () const |
void | setDecimals (int decimals) |
void | setRange (float allMin, float allMax) |
void | setSteps (int steps) |
void | setValue (Eigen::Vector3f value) |
Vector3Widget () | |
Public Member Functions inherited from HBoxLayout | |
HBoxLayout () | |
HBoxLayout (std::initializer_list< Widget > children) | |
Public Member Functions inherited from ContainerWidget | |
void | addChild (Widget const &child) |
void | addChildren (std::initializer_list< Widget > children) |
Widget (void *iceWidget) | |
Public Member Functions inherited from Widget | |
std::string const & | getName () const |
void | setName (std::string const &name) |
Widget (void *iceWidget) | |
Public Attributes | |
FloatSpinBox | x |
FloatSpinBox | y |
FloatSpinBox | z |
Public Attributes inherited from Widget | |
std::shared_ptr< WidgetImpl > | impl |
Definition at line 11 of file EigenWidgets.h.
Vector3Widget | ( | ) |
Eigen::Vector3f getValue | ( | ) | const |
bool hasValueChanged | ( | ) | const |
void setDecimals | ( | int | decimals | ) |
Definition at line 40 of file EigenWidgets.cpp.
void setSteps | ( | int | steps | ) |
Definition at line 47 of file EigenWidgets.cpp.
void setValue | ( | Eigen::Vector3f | value | ) |
Definition at line 13 of file EigenWidgets.h.
Definition at line 14 of file EigenWidgets.h.
Definition at line 15 of file EigenWidgets.h.