ValueProxy< T > Class Template Reference

#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
 
TabProxytab
 

Detailed Description

template<typename T>
class armarx::RemoteGui::ValueProxy< T >

Definition at line 93 of file WidgetProxy.h.

Member Function Documentation

◆ cast_lexical()

template<typename T>
template<class T2>
T2 cast_lexical ( ) const
inline

Definition at line 331 of file WidgetProxy.h.

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

◆ cast_static()

template<typename T>
template<class T2>
T2 cast_static ( ) const
inline

Definition at line 322 of file WidgetProxy.h.

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

◆ get()

template<typename T>
T get ( ) const
inline

Definition at line 313 of file WidgetProxy.h.

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

◆ set() [1/2]

template<typename T>
template<typename T1, typename std::enable_if_t< std::is_trivially_copyable_v< T1 >, int >>
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:

◆ set() [2/2]

template<typename T>
void set ( T const & value)
inline

Definition at line 343 of file WidgetProxy.h.

+ Here is the call graph for this function:

◆ WidgetProxy()

template<typename T>
WidgetProxy ( TabProxy * tab,
std::string const & name )
inline

Definition at line 79 of file WidgetProxy.h.


The documentation for this class was generated from the following file: