#include <GuiSvc.h>
Inheritance diagram for GuiSvc:

Public Methods | |
| gui::GuiMgr* | guiMgr () |
| only thing this wrapper class does: provide access to the wrapped class. More... | |
| void | quit () |
| void | finishSetup () |
| virtual StatusCode | initialize () |
| perform initializations for this service. More... | |
| virtual StatusCode | finalize () |
| virtual void | handle (const Incident& inc) |
| Handles incidents, implementing IIncidentListener interface. More... | |
| virtual StatusCode | queryInterface ( const IID& riid, void** ppvUnknown ) |
| Query interface. More... | |
Protected Methods | |
| GuiSvc ( const std::string& name, ISvcLocator* al ) | |
| Standard Constructor. More... | |
Private Methods | |
| void | beginEvent () |
| void | endEvent () |
| void | queryEvtMax () |
| void | queryPause () |
Private Attributes | |
| gui::GuiMgr* | m_guiMgr |
| float | m_size |
| int | m_pause_interval |
| bool | m_paused |
Friends | |
| class | SvcFactory< GuiSvc > |
|
|
Standard Constructor.
Definition at line 30 of file GuiSvc.cxx. |
|
|
Definition at line 142 of file GuiSvc.cxx. Referenced by handle(). |
|
|
Definition at line 159 of file GuiSvc.cxx. Referenced by handle(). |
|
|
Reimplemented from IGuiSvc. Definition at line 166 of file GuiSvc.cxx. |
|
|
Reimplemented from IGuiSvc. |
|
|
only thing this wrapper class does: provide access to the wrapped class.
Reimplemented from IGuiSvc. |
|
|
Handles incidents, implementing IIncidentListener interface.
Definition at line 134 of file GuiSvc.cxx. |
|
|
perform initializations for this service.
Reimplemented from IGuiSvc. Definition at line 48 of file GuiSvc.cxx. |
|
|
Definition at line 94 of file GuiSvc.cxx. |
|
|
Query interface.
Definition at line 174 of file GuiSvc.cxx. |
|
|
Definition at line 89 of file GuiSvc.cxx. |
|
|
Reimplemented from IGuiSvc. Definition at line 116 of file GuiSvc.cxx. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000