#include <ArmarXGui/libraries/RemoteGui/WidgetProxy.h>
Definition at line 17 of file WidgetProxy.h.
◆ TabProxy() [1/2]
◆ TabProxy() [2/2]
TabProxy |
( |
RemoteGuiInterfacePrx const & |
remoteGui, |
|
|
std::string const & |
tabId |
|
) |
| |
|
inline |
◆ getButton()
◆ getButtonClicked()
bool getButtonClicked |
( |
std::string const & |
name | ) |
|
◆ getValue() [1/3]
void getValue |
( |
std::atomic< T > & |
val, |
|
|
std::string const & |
name |
|
) |
| |
|
inline |
◆ getValue() [2/3]
◆ getValue() [3/3]
void getValue |
( |
T & |
val, |
|
|
std::string const & |
name |
|
) |
| |
|
inline |
◆ getWidgetState()
RemoteGui::WidgetState & getWidgetState |
( |
std::string const & |
name | ) |
|
|
inline |
◆ hasValueChanged()
bool hasValueChanged |
( |
std::string const & |
name | ) |
|
◆ internalButtonClicked()
bool internalButtonClicked |
( |
std::string const & |
name | ) |
const |
|
inline |
◆ internalGetValue()
T internalGetValue |
( |
std::string const & |
name | ) |
const |
|
inline |
◆ internalSetDisabled()
void internalSetDisabled |
( |
std::string const & |
name, |
|
|
bool |
disabled |
|
) |
| |
|
inline |
◆ internalSetHidden()
void internalSetHidden |
( |
std::string const & |
name, |
|
|
bool |
hidden |
|
) |
| |
|
inline |
◆ internalSetValue()
void internalSetValue |
( |
std::string const & |
name, |
|
|
T const & |
value |
|
) |
| |
|
inline |
◆ receiveUpdates()
◆ remove()
◆ sendUpdates()
◆ setValue() [1/2]
void setValue |
( |
const std::atomic< T > & |
val, |
|
|
std::string const & |
name |
|
) |
| |
|
inline |
◆ setValue() [2/2]
void setValue |
( |
const T & |
val, |
|
|
std::string const & |
name |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: