Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

halloffame.h

Go to the documentation of this file.
00001 /*
00002          _/_/_/     _/_/_/   _/_/_/_/    _/_/_/    _/    _/  _/_/_/_/ _/_/_/_/    _/_/_/   _/_/_/_/
00003         _/    _/  _/    _/  _/     _/  _/     _/  _/    _/  _/       _/     _/  _/    _/  _/     _/
00004        _/    _/  _/    _/  _/     _/  _/     _/  _/    _/  _/       _/     _/  _/    _/  _/     _/
00005       _/_/_/    _/    _/  _/_/_/_/   _/     _/  _/    _/  _/_/_/   _/_/_/_/   _/    _/  _/_/_/_/
00006      _/     _/ _/    _/  _/  _/     _/     _/  _/    _/  _/       _/  _/     _/    _/  _/  _/
00007     _/     _/ _/    _/  _/   _/    _/   _/_/  _/    _/  _/       _/   _/    _/    _/  _/   _/
00008    _/     _/ _/    _/  _/    _/     _/_/_/   _/    _/  _/       _/    _/   _/    _/  _/    _/
00009   _/_/_/_/   _/_/_/   _/     _/         _/   _/_/_/   _/_/_/_/ _/     _/   _/_/_/   _/     _/
00010 
00011   \author Hannosset Christophe
00012   \date 27 - Oct - 2003
00013 */
00014 
00015 
00016 #if !defined( __HALLOFFAME_H__ )
00017 #define __HALLOFFAME_H__
00018 
00019 class HallOfFame : public BqBase        {
00020 private:
00021         
00022         Rsrc    res;
00023 
00024 public:
00025 
00026         HallOfFame( Window *aParent );
00027 
00028         ~HallOfFame( void );
00029 
00030 protected:
00031 
00032         virtual const bool SetupWindow( const Message &msg );
00033 
00035         virtual const bool MainLoop( void );
00036 
00037         virtual const bool evMouseLClick( const CtrlMessage &msg );
00038 };
00039 
00040 #endif

Generated on Fri Dec 5 04:05:59 2003 for Borqueror by doxygen 1.3.3