Vector3Widget Struct Reference

#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< WidgetImplimpl
 

Detailed Description

Definition at line 11 of file EigenWidgets.h.

Constructor & Destructor Documentation

◆ Vector3Widget()

Definition at line 11 of file EigenWidgets.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ getValue()

Eigen::Vector3f getValue ( ) const

Definition at line 24 of file EigenWidgets.cpp.

+ Here is the call graph for this function:

◆ hasValueChanged()

bool hasValueChanged ( ) const

Definition at line 61 of file EigenWidgets.cpp.

+ Here is the call graph for this function:

◆ setDecimals()

void setDecimals ( int  decimals)

Definition at line 54 of file EigenWidgets.cpp.

+ Here is the call graph for this function:

◆ setRange()

void setRange ( float  allMin,
float  allMax 
)

Definition at line 40 of file EigenWidgets.cpp.

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

◆ setSteps()

void setSteps ( int  steps)

Definition at line 47 of file EigenWidgets.cpp.

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

◆ setValue()

void setValue ( Eigen::Vector3f  value)

Definition at line 33 of file EigenWidgets.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ x

Definition at line 13 of file EigenWidgets.h.

◆ y

Definition at line 14 of file EigenWidgets.h.

◆ z

Definition at line 15 of file EigenWidgets.h.


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