Vector3fSpinBoxesBuilder Struct Reference

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

+ Inheritance diagram for Vector3fSpinBoxesBuilder:

Public Member Functions

Vector3fSpinBoxesBuilderdecimals (const Eigen::Vector3i decimals)
 
Vector3fSpinBoxesBuilderdecimals (int d)
 
Vector3fSpinBoxesBuilderdecimals (int x, int y, int z)
 
Vector3fSpinBoxesBuilderdecimals (std::array< int, 1 > d)
 
 Vector3fSpinBoxesBuilder (std::string const &name, float limpos=1000)
 
- Public Member Functions inherited from ValueMixin< Vector3fSpinBoxes, Eigen::Vector3f, Vector3fSpinBoxesBuilder >
Vector3fSpinBoxesBuildervalue (Eigen::Vector3f const &value)
 
- Public Member Functions inherited from WidgetMixin< Vector3fSpinBoxes, Vector3fSpinBoxesBuilder >
Vector3fSpinBoxes & 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 Vector3fMinMaxMixin< Vector3fSpinBoxesBuilder >
Vector3fSpinBoxesBuildermax (float v)
 
Vector3fSpinBoxesBuildermax (float x, float y, float z)
 
Vector3fSpinBoxesBuildermax (std::array< float, 1 > v)
 
Vector3fSpinBoxesBuildermax (std::array< float, 3 > v)
 
Vector3fSpinBoxesBuildermax (std::array< Type, 1 > v)
 
Vector3fSpinBoxesBuildermax (Type max)
 
Vector3fSpinBoxesBuildermin (float v)
 
Vector3fSpinBoxesBuildermin (float x, float y, float z)
 
Vector3fSpinBoxesBuildermin (std::array< float, 1 > v)
 
Vector3fSpinBoxesBuildermin (std::array< float, 3 > v)
 
Vector3fSpinBoxesBuildermin (std::array< Type, 1 > v)
 
Vector3fSpinBoxesBuildermin (Type min)
 
Vector3fSpinBoxesBuildersteps (const Eigen::Vector3i steps)
 
Vector3fSpinBoxesBuildersteps (int v)
 
Vector3fSpinBoxesBuildersteps (int x, int y, int z)
 
Vector3fSpinBoxesBuildersteps (std::array< int, 1 > v)
 
Vector3fSpinBoxesBuildersteps (std::array< int, 3 > v)
 
- Public Member Functions inherited from MinMaxMixin< Vector3fSpinBoxesBuilder, Eigen::Vector3f >
Vector3fSpinBoxesBuildermax (Eigen::Vector3f max)
 
Vector3fSpinBoxesBuildermax (std::array< Eigen::Vector3f, 1 > v)
 
std::enable_if_t< simox::meta::are_arithmetic_v< Eigen::Vector3f, T >, Vector3fSpinBoxesBuilder & > max (std::array< T, 1 > v)
 
std::enable_if_t< simox::meta::are_arithmetic_v< Eigen::Vector3f, T >, Vector3fSpinBoxesBuilder & > max (T v)
 
Vector3fSpinBoxesBuildermin (Eigen::Vector3f min)
 
Vector3fSpinBoxesBuildermin (std::array< Eigen::Vector3f, 1 > v)
 
std::enable_if_t< simox::meta::are_arithmetic_v< Eigen::Vector3f, T >, Vector3fSpinBoxesBuilder & > min (std::array< T, 1 > v)
 
std::enable_if_t< simox::meta::are_arithmetic_v< Eigen::Vector3f, T >, Vector3fSpinBoxesBuilder & > min (T v)
 
Vector3fSpinBoxesBuilderminmax (T0 lo, T1 hi)
 
- Public Member Functions inherited from ToolTipMixin< Vector3fSpinBoxesBuilder >
Vector3fSpinBoxesBuildertoolTip (std::string const &toolTip)
 

Additional Inherited Members

- Public Types inherited from Vector3fMinMaxMixin< Vector3fSpinBoxesBuilder >
using Base = MinMaxMixin< Vector3fSpinBoxesBuilder, Eigen::Vector3f >
 
- Static Public Member Functions inherited from ValueMixin< Vector3fSpinBoxes, Eigen::Vector3f, Vector3fSpinBoxesBuilder >
static ValueVariant defaultValue ()
 
- Protected Attributes inherited from WidgetBuilder
WidgetPtr widget_
 

Detailed Description

Definition at line 77 of file Vector3fWidgets.h.

Constructor & Destructor Documentation

◆ Vector3fSpinBoxesBuilder()

Vector3fSpinBoxesBuilder ( std::string const &  name,
float  limpos = 1000 
)
inline

Definition at line 82 of file Vector3fWidgets.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ decimals() [1/4]

Vector3fSpinBoxesBuilder& decimals ( const Eigen::Vector3i  decimals)
inline

Definition at line 91 of file Vector3fWidgets.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ decimals() [2/4]

Vector3fSpinBoxesBuilder& decimals ( int  d)
inline

Definition at line 100 of file Vector3fWidgets.h.

+ Here is the call graph for this function:

◆ decimals() [3/4]

Vector3fSpinBoxesBuilder& decimals ( int  x,
int  y,
int  z 
)
inline

Definition at line 96 of file Vector3fWidgets.h.

+ Here is the call graph for this function:

◆ decimals() [4/4]

Vector3fSpinBoxesBuilder& decimals ( std::array< int, 1 >  d)
inline

Definition at line 104 of file Vector3fWidgets.h.

+ Here is the call graph for this function:

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