#include <ArmarXGui/libraries/RemoteGui/WidgetProxy.h>
|
| 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) |
| |
template<typename T>
class armarx::RemoteGui::ValueProxy< T >
Definition at line 13 of file WidgetProxy.h.
◆ cast_lexical()
◆ cast_static()
◆ get()
◆ set() [1/2]
| void set |
( |
std::atomic< T1 > const & |
value | ) |
|
◆ set() [2/2]
| void set |
( |
T const & |
value | ) |
|
|
inline |
◆ WidgetProxy()
The documentation for this class was generated from the following file: