Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

dialogbar.h

Go to the documentation of this file.
00001 #if !defined(AFX_DIALOGBAR_H__8225A3A7_4CEB_4949_B181_E3293ED989F9__INCLUDED_)
00002 #define AFX_DIALOGBAR_H__8225A3A7_4CEB_4949_B181_E3293ED989F9__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // dialogbar.h : header file
00008 //
00009 
00011 // dialogbar dialog
00012 
00013 class dialogbar : public CDialogBar
00014 {
00015         int m_dCheckedButton;
00016 
00017 // Construction
00018 public:
00019 //      dialogbar(CWnd* pParent = NULL);   // standard constructor
00020         dialogbar();
00021 
00022 
00023 // Dialog Data
00024         //{{AFX_DATA(dialogbar)
00025         enum { IDD = IDR_MAINFRAME };
00026                 // NOTE: the ClassWizard will add data members here
00027         //}}AFX_DATA
00028 
00029 
00030 // Overrides
00031         // ClassWizard generated virtual function overrides
00032         //{{AFX_VIRTUAL(dialogbar)
00033         protected:
00034 //      virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00035         //}}AFX_VIRTUAL
00036 
00037 // Implementation
00038 protected:
00039 
00040         // Generated message map functions
00041         //{{AFX_MSG(dialogbar)
00042         afx_msg void OnRadioXy();
00043         afx_msg void OnRadioXz();
00044         afx_msg void OnRadioYz();
00045         afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
00046         afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
00047         afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
00048         afx_msg void OnCheckZoom();
00049         afx_msg void OnCheckUseTransfer();
00050         //}}AFX_MSG
00051         DECLARE_MESSAGE_MAP()
00052 };
00053 
00054 //{{AFX_INSERT_LOCATION}}
00055 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00056 
00057 #endif // !defined(AFX_DIALOGBAR_H__8225A3A7_4CEB_4949_B181_E3293ED989F9__INCLUDED_)

Generated on Thu Jan 30 21:35:43 2003 for 3DVis by doxygen1.3-rc2