|
|
#include <ArmarXGui/libraries/RemoteGui/Client/EigenWidgets.h>
Inheritance diagram for Vector3Widget: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 45 of file EigenWidgets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void setSteps | ( | int | steps | ) |
Definition at line 53 of file EigenWidgets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| 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.