WidgetProxy Class Reference

#include <ArmarXGui/libraries/RemoteGui/WidgetProxy.h>

+ Inheritance diagram for WidgetProxy:

Public Member Functions

bool isDisabled () const
 
bool isHidden () const
 
void setDisabled (bool disabled=true)
 
void setHidden (bool hidden=true)
 
 WidgetProxy (TabProxy *tab, std::string const &name)
 

Protected Attributes

std::string name
 
TabProxytab
 

Detailed Description

Definition at line 76 of file WidgetProxy.h.

Constructor & Destructor Documentation

◆ WidgetProxy()

WidgetProxy ( TabProxy * tab,
std::string const & name )
inline

Definition at line 279 of file WidgetProxy.h.

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

Member Function Documentation

◆ isDisabled()

bool isDisabled ( ) const
inline

Definition at line 302 of file WidgetProxy.h.

◆ isHidden()

bool isHidden ( ) const
inline

Definition at line 296 of file WidgetProxy.h.

◆ setDisabled()

void setDisabled ( bool disabled = true)
inline

Definition at line 290 of file WidgetProxy.h.

◆ setHidden()

void setHidden ( bool hidden = true)
inline

Definition at line 284 of file WidgetProxy.h.

Member Data Documentation

◆ name

std::string name
protected

Definition at line 89 of file WidgetProxy.h.

◆ tab

TabProxy* tab
protected

Definition at line 88 of file WidgetProxy.h.


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