ToggleButton Struct Reference

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

+ Inheritance diagram for ToggleButton:

Public Member Functions

bool getValue () const
 
bool hasValueChanged () const
 
void setLabel (std::string const &label)
 
void setValue (bool newValue)
 
 ToggleButton ()
 
- 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 139 of file Widgets.h.

Constructor & Destructor Documentation

◆ ToggleButton()

Definition at line 252 of file Widgets.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ getValue()

bool getValue ( ) const

Definition at line 264 of file Widgets.cpp.

◆ hasValueChanged()

bool hasValueChanged ( ) const

Definition at line 274 of file Widgets.cpp.

◆ setLabel()

void setLabel ( std::string const &  label)

Definition at line 258 of file Widgets.cpp.

◆ setValue()

void setValue ( bool  newValue)

Definition at line 269 of file Widgets.cpp.

+ Here is the caller graph for this function:

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