OmniOrbServerPlugin Class Reference

Launch a OmniORB CORBA server for remote access to the GUI. More...

#include </local/robotpkg/var/tmp/robotpkg/graphics/py-qt-gepetto-viewer-corba/work/gepetto-viewer-corba-5.3.1/plugins/omniorbserver/plugin.hh>

Inheritance diagram for OmniOrbServerPlugin:
[legend]
Collaboration diagram for OmniOrbServerPlugin:
[legend]

Public Member Functions

 OmniOrbServerPlugin ()
 
 ~OmniOrbServerPlugin ()
 
QString name () const
 
void stopServer ()
 
- Public Member Functions inherited from gepetto::gui::PluginInterface
 PluginInterface ()
 
virtual ~PluginInterface ()
 
void doInit ()
 
bool isInit () const
 
const QString & errorMsg () const
 

Protected Member Functions

void init ()
 

Detailed Description

Launch a OmniORB CORBA server for remote access to the GUI.

Constructor & Destructor Documentation

◆ OmniOrbServerPlugin()

OmniOrbServerPlugin::OmniOrbServerPlugin ( )

◆ ~OmniOrbServerPlugin()

OmniOrbServerPlugin::~OmniOrbServerPlugin ( )

Member Function Documentation

◆ init()

void OmniOrbServerPlugin::init ( )
protectedvirtual

Implements gepetto::gui::PluginInterface.

Referenced by name().

◆ name()

QString OmniOrbServerPlugin::name ( ) const
inlinevirtual

Implements gepetto::gui::PluginInterface.

References init(), and stopServer().

◆ stopServer()

void OmniOrbServerPlugin::stopServer ( )

Referenced by name().