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

GuiTestAlg.h

Go to the documentation of this file.
00001 // $Header: /nfs/slac/g/glast/ground/cvs/GuiSvc/src/test/GuiTestAlg.h,v 1.2 2001/04/18 21:01:22 burnett Exp $
00002 #ifndef GuiTestAlg_H
00003 #define GuiTestAlg_H
00004 
00005 // Include files
00006 #include "GaudiKernel/Algorithm.h"
00007 
00008 // forward declarations
00009 namespace gui{ class GuiMgr; }
00010 class Demo;
00011 
00017 class GuiTestAlg : public Algorithm {
00018 
00019 public:
00021   GuiTestAlg(const std::string& name, ISvcLocator* pSvcLocator); 
00022 
00023   StatusCode initialize();
00024   StatusCode execute();
00025   StatusCode finalize();
00026 
00027 private:
00028     gui::GuiMgr* m_guiMgr;
00029     Demo*        m_demo;
00030 };
00031 
00032 
00033 #endif // Graphics_BeginEvent_H

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