FloatSpinBox Struct Reference

#include <ArmarXGui/libraries/RemoteGui/Client/Widgets.h>

+ Inheritance diagram for FloatSpinBox:

Public Member Functions

 FloatSpinBox ()
 
float getValue () const
 
bool hasValueChanged () const
 
void setDecimals (int decimals)
 
void setRange (float min, float max)
 
void setSteps (int steps)
 
void setValue (float newValue)
 
- Public Member Functions inherited from Widget
std::string const & getName () const
 
void setName (std::string const &name)
 
 Widget (void *iceWidget)
 

Additional Inherited Members

- Public Attributes inherited from Widget
std::shared_ptr< WidgetImplimpl
 

Detailed Description

Definition at line 93 of file Widgets.h.

Constructor & Destructor Documentation

◆ FloatSpinBox()

Definition at line 307 of file Widgets.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ getValue()

float getValue ( ) const

Definition at line 332 of file Widgets.cpp.

+ Here is the caller graph for this function:

◆ hasValueChanged()

bool hasValueChanged ( ) const

Definition at line 342 of file Widgets.cpp.

+ Here is the caller graph for this function:

◆ setDecimals()

void setDecimals ( int  decimals)

Definition at line 326 of file Widgets.cpp.

+ Here is the caller graph for this function:

◆ setRange()

void setRange ( float  min,
float  max 
)

Definition at line 313 of file Widgets.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 320 of file Widgets.cpp.

+ Here is the caller graph for this function:

◆ setValue()

void setValue ( float  newValue)

Definition at line 337 of file Widgets.cpp.

+ Here is the caller graph for this function:

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