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

mainload.h

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

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