IntSpinBox Struct Reference

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

+ Inheritance diagram for IntSpinBox:

Public Member Functions

int getValue () const
 
bool hasValueChanged () const
 
 IntSpinBox ()
 
void setRange (int min, int max)
 
void setValue (int 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 69 of file Widgets.h.

Constructor & Destructor Documentation

◆ IntSpinBox()

Definition at line 45 of file Widgets.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ getValue()

int getValue ( ) const

Definition at line 68 of file Widgets.cpp.

+ Here is the caller graph for this function:

◆ hasValueChanged()

bool hasValueChanged ( ) const

Definition at line 63 of file Widgets.cpp.

◆ setRange()

void setRange ( int  min,
int  max 
)

Definition at line 51 of file Widgets.cpp.

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

◆ setValue()

void setValue ( int  newValue)

Definition at line 58 of file Widgets.cpp.

+ Here is the caller graph for this function:

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