PosRPYSpinBoxesBuilder Struct Reference

#include <ArmarXGui/libraries/RemoteGui/WidgetBuilder/Matrix4fWidgets.h>

+ Inheritance diagram for PosRPYSpinBoxesBuilder:

Public Member Functions

PosRPYSpinBoxesBuilderdecimalsPos (const Eigen::Vector3i decimals)
 
PosRPYSpinBoxesBuilderdecimalsRPY (const Eigen::Vector3i decimals)
 
PosRPYSpinBoxesBuildermaxPos (const Eigen::Vector3f max)
 
PosRPYSpinBoxesBuildermaxRPY (const Eigen::Vector3f max)
 
PosRPYSpinBoxesBuilderminPos (const Eigen::Vector3f min)
 
PosRPYSpinBoxesBuilderminRPY (const Eigen::Vector3f min)
 
 PosRPYSpinBoxesBuilder (std::string const &name, float limpos=1000, float limrpy=M_PI)
 
PosRPYSpinBoxesBuilderstepsPos (const Eigen::Vector3i steps)
 
PosRPYSpinBoxesBuilderstepsRPY (const Eigen::Vector3i steps)
 
- Public Member Functions inherited from ValueMixin< PosRPYSpinBoxes, Eigen::Matrix4f, PosRPYSpinBoxesBuilder >
PosRPYSpinBoxesBuildervalue (Eigen::Matrix4f const &value)
 
- Public Member Functions inherited from WidgetMixin< PosRPYSpinBoxes, PosRPYSpinBoxesBuilder >
PosRPYSpinBoxes & widget ()
 
 WidgetMixin (std::string const &name)
 
- Public Member Functions inherited from WidgetBuilder
WidgetBuilderdisabled (bool disabled=true)
 
WidgetBuilderhidden (bool hidden=true)
 
virtual operator WidgetPtr () const
 
virtual ~WidgetBuilder ()=default
 
- Public Member Functions inherited from ToolTipMixin< PosRPYSpinBoxesBuilder >
PosRPYSpinBoxesBuildertoolTip (std::string const &toolTip)
 

Additional Inherited Members

- Static Public Member Functions inherited from ValueMixin< PosRPYSpinBoxes, Eigen::Matrix4f, PosRPYSpinBoxesBuilder >
static ValueVariant defaultValue ()
 
- Protected Attributes inherited from WidgetBuilder
WidgetPtr widget_
 

Detailed Description

Definition at line 7 of file Matrix4fWidgets.h.

Constructor & Destructor Documentation

◆ PosRPYSpinBoxesBuilder()

PosRPYSpinBoxesBuilder ( std::string const &  name,
float  limpos = 1000,
float  limrpy = M_PI 
)
inline

Definition at line 11 of file Matrix4fWidgets.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ decimalsPos()

PosRPYSpinBoxesBuilder& decimalsPos ( const Eigen::Vector3i  decimals)
inline

Definition at line 58 of file Matrix4fWidgets.h.

+ Here is the call graph for this function:

◆ decimalsRPY()

PosRPYSpinBoxesBuilder& decimalsRPY ( const Eigen::Vector3i  decimals)
inline

Definition at line 63 of file Matrix4fWidgets.h.

+ Here is the call graph for this function:

◆ maxPos()

PosRPYSpinBoxesBuilder& maxPos ( const Eigen::Vector3f  max)
inline

Definition at line 36 of file Matrix4fWidgets.h.

+ Here is the call graph for this function:

◆ maxRPY()

PosRPYSpinBoxesBuilder& maxRPY ( const Eigen::Vector3f  max)
inline

Definition at line 41 of file Matrix4fWidgets.h.

+ Here is the call graph for this function:

◆ minPos()

PosRPYSpinBoxesBuilder& minPos ( const Eigen::Vector3f  min)
inline

Definition at line 25 of file Matrix4fWidgets.h.

+ Here is the call graph for this function:

◆ minRPY()

PosRPYSpinBoxesBuilder& minRPY ( const Eigen::Vector3f  min)
inline

Definition at line 30 of file Matrix4fWidgets.h.

+ Here is the call graph for this function:

◆ stepsPos()

PosRPYSpinBoxesBuilder& stepsPos ( const Eigen::Vector3i  steps)
inline

Definition at line 47 of file Matrix4fWidgets.h.

+ Here is the call graph for this function:

◆ stepsRPY()

PosRPYSpinBoxesBuilder& stepsRPY ( const Eigen::Vector3i  steps)
inline

Definition at line 52 of file Matrix4fWidgets.h.

+ Here is the call graph for this function:

The documentation for this struct was generated from the following file: