ComboBox Struct Reference

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

+ Inheritance diagram for ComboBox:

Public Member Functions

void addOption (std::string const &option)
 
void addOptions (std::initializer_list< std::string > options)
 
 ComboBox ()
 
int getIndex () const
 
std::string getValue () const
 
bool hasValueChanged () const
 
void setIndex (int index)
 
void setOptions (std::vector< std::string > const &options)
 
void setValue (std::string const &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 50 of file Widgets.h.

Constructor & Destructor Documentation

◆ ComboBox()

ComboBox ( )

Definition at line 157 of file Widgets.cpp.

Member Function Documentation

◆ addOption()

void addOption ( std::string const &  option)

Definition at line 162 of file Widgets.cpp.

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

◆ addOptions()

void addOptions ( std::initializer_list< std::string >  options)

Definition at line 174 of file Widgets.cpp.

+ Here is the call graph for this function:

◆ getIndex()

int getIndex ( ) const

Definition at line 212 of file Widgets.cpp.

+ Here is the call graph for this function:

◆ getValue()

std::string getValue ( ) const

Definition at line 197 of file Widgets.cpp.

+ Here is the caller graph for this function:

◆ hasValueChanged()

bool hasValueChanged ( ) const

Definition at line 226 of file Widgets.cpp.

◆ setIndex()

void setIndex ( int  index)

Definition at line 202 of file Widgets.cpp.

+ Here is the call graph for this function:

◆ setOptions()

void setOptions ( std::vector< std::string > const &  options)

Definition at line 182 of file Widgets.cpp.

+ Here is the call graph for this function:

◆ setValue()

void setValue ( std::string const &  newValue)

Definition at line 192 of file Widgets.cpp.

+ Here is the caller graph for this function:

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