Main Page   Compound List   File List   Compound Members  

MainFrm.h

00001 // MainFrm.h : interface of the CMainFrame class
00002 //
00004 
00005 #if !defined(AFX_MAINFRM_H__E787FBF3_9D72_4DCD_978E_68716A8DC725__INCLUDED_)
00006 #define AFX_MAINFRM_H__E787FBF3_9D72_4DCD_978E_68716A8DC725__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 
00013 class CMainFrame : public CFrameWnd
00014 {
00015         
00016 protected: // create from serialization only
00017         CMainFrame();
00018         DECLARE_DYNCREATE(CMainFrame)
00019 
00020 // Attributes
00021 public:
00022 
00023 // Operations
00024 public:
00025 
00026 // Overrides
00027         // ClassWizard generated virtual function overrides
00028         //{{AFX_VIRTUAL(CMainFrame)
00029         public:
00030         virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
00031         //}}AFX_VIRTUAL
00032 
00033 // Implementation
00034 public:
00035         virtual ~CMainFrame();
00036 #ifdef _DEBUG
00037         virtual void AssertValid() const;
00038         virtual void Dump(CDumpContext& dc) const;
00039 #endif
00040 
00041 protected:  // control bar embedded members
00042         CStatusBar  m_wndStatusBar;
00043         CToolBar    m_wndToolBar;
00044 //*****************
00045         CReBar      m_wndReBar;
00046 public:
00047         CDialogBar      m_wndDlgBar;
00048 //*****************
00049 
00050 // Generated message map functions
00051 protected:
00052         //{{AFX_MSG(CMainFrame)
00053         afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
00054                 // NOTE - the ClassWizard will add and remove member functions here.
00055                 //    DO NOT EDIT what you see in these blocks of generated code!
00056         //}}AFX_MSG
00057         DECLARE_MESSAGE_MAP()
00058 };
00059 
00061 
00062 //{{AFX_INSERT_LOCATION}}
00063 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00064 
00065 #endif // !defined(AFX_MAINFRM_H__E787FBF3_9D72_4DCD_978E_68716A8DC725__INCLUDED_)

Generated on Sun Dec 16 15:49:30 2001 for Fourier Volume Renderer by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001