Tab Struct Reference

#include <ArmarXGui/libraries/RemoteGui/Client/Tab.h>

+ Inheritance diagram for Tab:

Public Member Functions

void create (std::string const &name, Ice::ObjectPrx const &remoteGuiObject, Widget const &rootWidget)
 
void receiveUpdates ()
 
void remove ()
 
void sendUpdates ()
 
 Tab ()
 
 Tab (Tab &&other)
 
 ~Tab ()
 

Public Attributes

std::unique_ptr< TabImplimpl
 

Detailed Description

Definition at line 15 of file Tab.h.

Constructor & Destructor Documentation

◆ Tab() [1/2]

Tab ( )

Definition at line 17 of file Tab.cpp.

◆ Tab() [2/2]

Tab ( Tab &&  other)

Definition at line 22 of file Tab.cpp.

◆ ~Tab()

~Tab ( )

Definition at line 27 of file Tab.cpp.

Member Function Documentation

◆ create()

void create ( std::string const &  name,
Ice::ObjectPrx const &  remoteGuiObject,
Widget const &  rootWidget 
)

Definition at line 31 of file Tab.cpp.

+ Here is the caller graph for this function:

◆ receiveUpdates()

void receiveUpdates ( )

Definition at line 45 of file Tab.cpp.

◆ remove()

void remove ( )

Definition at line 40 of file Tab.cpp.

+ Here is the caller graph for this function:

◆ sendUpdates()

void sendUpdates ( )

Definition at line 50 of file Tab.cpp.

Member Data Documentation

◆ impl

std::unique_ptr<TabImpl> impl

Definition at line 33 of file Tab.h.


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