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

haresdbview.h

Go to the documentation of this file.
00001 
00009 #if !defined(HARESDBVIEW_H)
00010 #define HARESDBVIEW_H
00011 
00012 #include "hamolview_mfc.h"
00013 
00014 class HaResDBView : public HaMolViewMFC
00015 {
00016 protected:
00017         HaResDBView();           // protected constructor used by dynamic creation
00018         DECLARE_DYNCREATE(HaResDBView)
00019 
00020 // Attributes
00021 public:
00022 
00023 // Operations
00024 public:
00025 
00026 // Overrides
00027         // ClassWizard generated virtual function overrides
00028         //{{AFX_VIRTUAL(HaResDBView)
00029         public:
00030         protected:
00031         virtual void OnDraw(CDC* pDC);      // overridden to draw this view
00032         //}}AFX_VIRTUAL
00033 
00034 // Implementation
00035 protected:
00036         virtual ~HaResDBView();
00037 #ifdef _DEBUG
00038         virtual void AssertValid() const;
00039         virtual void Dump(CDumpContext& dc) const;
00040 #endif
00041 
00042         // Generated message map functions
00043 protected:
00044         //{{AFX_MSG(HaResDBView)
00045                 // NOTE - the ClassWizard will add and remove member functions here.
00046         //}}AFX_MSG
00047         DECLARE_MESSAGE_MAP()
00048 };
00049 
00050 class HaResDBViewFrame : public CMDIChildWnd
00051 {
00052         DECLARE_DYNCREATE(HaResDBViewFrame)
00053 public:
00054         HaResDBViewFrame();
00055 
00056 // Attributes
00057 public:
00058 
00059 // Operations
00060 public:
00061 
00062 // Overrides
00063         //{{AFX_VIRTUAL(HaResDBViewFrame)
00064         virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
00065         virtual BOOL OnCreateClient( LPCREATESTRUCT lpcs, CCreateContext* pContext );
00066         //}}AFX_VIRTUAL
00067         virtual void OnUpdateFrameTitle(BOOL bAddToTitle);
00068 
00069 
00070 // Implementation
00071 public:
00072         virtual ~HaResDBViewFrame();
00073 
00074 // Generated message map functions
00075 protected:
00076         //{{AFX_MSG(HaResDBViewFrame)
00077 
00078         //}}AFX_MSG
00079         DECLARE_MESSAGE_MAP()
00080 };
00081 
00082 
00084 
00085 //{{AFX_INSERT_LOCATION}}
00086 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00087 
00088 #endif // !defined(HARESDBVIEW_H)

Generated on Tue Feb 17 02:03:06 2004 for harlem by doxygen 1.3.6