Widget Struct Reference

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

+ Inheritance diagram for Widget:

Public Member Functions

std::string const & getName () const
 
void setName (std::string const &name)
 
 Widget (void *iceWidget)
 

Public Attributes

std::shared_ptr< WidgetImplimpl
 

Detailed Description

Definition at line 21 of file Widgets.h.

Constructor & Destructor Documentation

◆ Widget()

Widget ( void *  iceWidget)

Definition at line 8 of file Widgets.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ getName()

const std::string & getName ( ) const

Definition at line 24 of file Widgets.cpp.

+ Here is the caller graph for this function:

◆ setName()

void setName ( std::string const &  name)

Definition at line 19 of file Widgets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ impl

std::shared_ptr<WidgetImpl> impl

Definition at line 28 of file Widgets.h.


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