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

bqbase.h

Go to the documentation of this file.
00001 /*
00002          _/_/_/     _/_/_/   _/_/_/_/    _/_/_/    _/    _/  _/_/_/_/ _/_/_/_/    _/_/_/   _/_/_/_/
00003         _/    _/  _/    _/  _/     _/  _/     _/  _/    _/  _/       _/     _/  _/    _/  _/     _/
00004        _/    _/  _/    _/  _/     _/  _/     _/  _/    _/  _/       _/     _/  _/    _/  _/     _/
00005       _/_/_/    _/    _/  _/_/_/_/   _/     _/  _/    _/  _/_/_/   _/_/_/_/   _/    _/  _/_/_/_/
00006      _/     _/ _/    _/  _/  _/     _/     _/  _/    _/  _/       _/  _/     _/    _/  _/  _/
00007     _/     _/ _/    _/  _/   _/    _/   _/_/  _/    _/  _/       _/   _/    _/    _/  _/   _/
00008    _/     _/ _/    _/  _/    _/     _/_/_/   _/    _/  _/       _/    _/   _/    _/  _/    _/
00009   _/_/_/_/   _/_/_/   _/     _/         _/   _/_/_/   _/_/_/_/ _/     _/   _/_/_/   _/     _/
00010 
00011   \author Hannosset Christophe
00012   \date 22 - Oct - 2003
00013 */
00014 
00015 #if !defined( __BQBASE_H__ )
00016 #define __BQBASE_H__
00017 
00018 class BqBase : public Rsrc , public Window {
00019 private:
00020 
00021         const int id;
00022 
00023 protected:
00024 
00025         Form    *f;
00026         bool isDisplayed;       
00027 
00028         virtual void SetupDialog( const std::string &aFormname );
00029 
00030         virtual const bool SetupWindow( const Message &msg );
00031 
00032         virtual void InitDialog( void ) {};
00033 
00034 public:
00035 
00036         BqBase( const int aId , Window *aParent );
00037 
00038         virtual ~BqBase( void );
00039 
00040         virtual const bool MainLoop( void );
00041 };
00042 
00043 #endif

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