WidgetProxy Class Reference

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

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 73 of file WidgetProxy.h.

Constructor & Destructor Documentation

◆ WidgetProxy()

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

Definition at line 258 of file WidgetProxy.h.

Member Function Documentation

◆ isDisabled()

bool isDisabled ( ) const
inline

Definition at line 279 of file WidgetProxy.h.

◆ isHidden()

bool isHidden ( ) const
inline

Definition at line 274 of file WidgetProxy.h.

◆ setDisabled()

void setDisabled ( bool  disabled = true)
inline

Definition at line 269 of file WidgetProxy.h.

◆ setHidden()

void setHidden ( bool  hidden = true)
inline

Definition at line 264 of file WidgetProxy.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ name

std::string name
protected

Definition at line 85 of file WidgetProxy.h.

◆ tab

TabProxy* tab
protected

Definition at line 84 of file WidgetProxy.h.


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