|
|
#include <ArmarXGui/libraries/RemoteGui/WidgetProxy.h>
Inheritance diagram for ValueProxy< T >:Public Member Functions | |
| template<class T2> | |
| T2 | cast_lexical () const |
| template<class T2> | |
| T2 | cast_static () const |
| T | get () const |
| template<typename T1 = T, std::enable_if_t< std::is_trivially_copyable_v< T1 >, int > = 0> | |
| void | set (std::atomic< T1 > const &value) |
| void | set (T const &value) |
| WidgetProxy (TabProxy *tab, std::string const &name) | |
Public Member Functions inherited from WidgetProxy | |
| bool | isDisabled () const |
| bool | isHidden () const |
| void | setDisabled (bool disabled=true) |
| void | setHidden (bool hidden=true) |
| WidgetProxy (TabProxy *tab, std::string const &name) | |
Additional Inherited Members | |
Protected Attributes inherited from WidgetProxy | |
| std::string | name |
| TabProxy * | tab |
Definition at line 93 of file WidgetProxy.h.
Definition at line 331 of file WidgetProxy.h.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 322 of file WidgetProxy.h.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 313 of file WidgetProxy.h.
Here is the call graph for this function:
Here is the caller graph for this function:| void set | ( | std::atomic< T1 > const & | value | ) |
Definition at line 352 of file WidgetProxy.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 79 of file WidgetProxy.h.