Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

EventLoop.h

Go to the documentation of this file.
00001 
00011 #ifndef __EVENTLOOP_H
00012 #define __EVENTLOOP_H
00013 
00014 #include "jbltools/sfh/SFROList.h"
00015 
00016 // Class EventLoop
00018 
00102 class EventLoop: public SFROList {
00103   public:
00105     virtual ~EventLoop ();
00107     virtual void loop ();
00109     virtual void output (const char* rootfile = "", 
00110                          const char* psfile = ""
00111                         );
00112 
00113   protected: 
00114     ROList cachedObjects;  
00115 };
00116 
00117 #endif

Generated on Thu Oct 26 12:52:55 2006 for SFH by doxygen 1.3.2