Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

IGuiSvc.h

Go to the documentation of this file.
00001 #ifndef _H_IGuiSvc_
00002 #define _H_IGuiSvc_
00003 
00004 // includes
00005 #include "GaudiKernel/IInterface.h"
00006 
00007 // Declaration of the interface ID ( interface id, major version, minor version) 
00008 static const InterfaceID IID_IGuiSvc(900, 1 , 0); 
00009 
00010 //forward declarations
00011 namespace gui { class GuiMgr; }
00012 
00015 class IGuiSvc : virtual public IInterface
00016 {  
00017 
00018 public:
00019     virtual gui::GuiMgr* guiMgr()=0;
00020 
00021     virtual void quit()=0;
00022     virtual void finishSetup()=0;  // dummy
00023 
00024     virtual StatusCode initialize ()=0;
00025     
00026     virtual StatusCode finalize ()=0;
00027 
00028 
00030     static const InterfaceID& interfaceID() { return IID_IGuiSvc; }
00031 
00032 };
00033 
00034 
00035 #endif // _H_IGuiSvc

Generated at Wed Nov 21 12:20:16 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000