Button Struct Reference

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

+ Inheritance diagram for Button:

Public Member Functions

 Button ()
 
void setLabel (std::string const &label)
 
bool wasClicked () const
 
- 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 120 of file Widgets.h.

Constructor & Destructor Documentation

◆ Button()

Button ( )

Definition at line 118 of file Widgets.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ setLabel()

void setLabel ( std::string const &  label)

Definition at line 124 of file Widgets.cpp.

◆ wasClicked()

bool wasClicked ( ) const

Definition at line 130 of file Widgets.cpp.

+ Here is the call graph for this function:

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