RemoteGuiBase Class Referenceabstract

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

Public Member Functions

 RemoteGuiBase (const RemoteGuiInterfacePrx &remoteGui)
 
void shutdown ()
 

Protected Member Functions

void createTab (const WidgetPtr &widget)
 
RemoteGuiInterfacePrx & getRemoteGui ()
 
const RemoteGuiInterfacePrx & getRemoteGui () const
 
armarx::RemoteGui::TabProxygetTab ()
 
const armarx::RemoteGui::TabProxygetTab () const
 
virtual void handleEvents (armarx::RemoteGui::TabProxy &tab)=0
 
virtual const std::string & tabName () const =0
 

Detailed Description

Definition at line 32 of file RemoteGuiBase.h.

Constructor & Destructor Documentation

◆ RemoteGuiBase()

RemoteGuiBase ( const RemoteGuiInterfacePrx &  remoteGui)

Definition at line 10 of file RemoteGuiBase.cpp.

Member Function Documentation

◆ createTab()

void createTab ( const WidgetPtr &  widget)
protected

Definition at line 32 of file RemoteGuiBase.cpp.

+ Here is the call graph for this function:

◆ getRemoteGui() [1/2]

const RemoteGuiInterfacePrx & getRemoteGui ( )
protected

Definition at line 64 of file RemoteGuiBase.cpp.

◆ getRemoteGui() [2/2]

const RemoteGuiInterfacePrx& getRemoteGui ( ) const
protected

◆ getTab() [1/2]

const armarx::RemoteGui::TabProxy & getTab ( )
protected

Definition at line 54 of file RemoteGuiBase.cpp.

◆ getTab() [2/2]

const armarx::RemoteGui::TabProxy& getTab ( ) const
protected

◆ handleEvents()

virtual void handleEvents ( armarx::RemoteGui::TabProxy tab)
protectedpure virtual

◆ shutdown()

void shutdown ( )

Definition at line 43 of file RemoteGuiBase.cpp.

+ Here is the call graph for this function:

◆ tabName()

virtual const std::string& tabName ( ) const
protectedpure virtual
+ Here is the caller graph for this function:

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