|
#include <ArmarXGui/libraries/RemoteGui/Client/EigenWidgets.h>
Public Member Functions | |
Eigen::Matrix3f | getOrientation () const |
Eigen::Matrix4f | getPose () const |
Eigen::Vector3f | getPosition () const |
PoseWidget () | |
void | setDecimalsPosition (int decimals) |
void | setDecimalsRPY (int decimals) |
void | setOrientation (Eigen::Matrix3f const &m) |
void | setPosition (Eigen::Vector3f value) |
void | setRangePosition (float allMin, float allMax) |
void | setRangeRPY (float allMin, float allMax) |
void | setStepsPosition (int steps) |
void | setStepsRPY (int steps) |
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 | pitch |
FloatSpinBox | roll |
FloatSpinBox | x |
FloatSpinBox | y |
FloatSpinBox | yaw |
FloatSpinBox | z |
Public Attributes inherited from Widget | |
std::shared_ptr< WidgetImpl > | impl |
Definition at line 32 of file EigenWidgets.h.
PoseWidget | ( | ) |
Eigen::Matrix3f getOrientation | ( | ) | const |
Definition at line 108 of file EigenWidgets.cpp.
Eigen::Matrix4f getPose | ( | ) | const |
Eigen::Vector3f getPosition | ( | ) | const |
Definition at line 92 of file EigenWidgets.cpp.
void setDecimalsPosition | ( | int | decimals | ) |
Definition at line 154 of file EigenWidgets.cpp.
void setDecimalsRPY | ( | int | decimals | ) |
Definition at line 161 of file EigenWidgets.cpp.
void setOrientation | ( | Eigen::Matrix3f const & | m | ) |
void setPosition | ( | Eigen::Vector3f | value | ) |
Definition at line 126 of file EigenWidgets.cpp.
Definition at line 140 of file EigenWidgets.cpp.
void setStepsPosition | ( | int | steps | ) |
Definition at line 133 of file EigenWidgets.cpp.
void setStepsRPY | ( | int | steps | ) |
Definition at line 147 of file EigenWidgets.cpp.
FloatSpinBox pitch |
Definition at line 39 of file EigenWidgets.h.
FloatSpinBox roll |
Definition at line 38 of file EigenWidgets.h.
Definition at line 34 of file EigenWidgets.h.
Definition at line 35 of file EigenWidgets.h.
FloatSpinBox yaw |
Definition at line 40 of file EigenWidgets.h.
Definition at line 36 of file EigenWidgets.h.