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

volumebar.h

Go to the documentation of this file.
00001 #if !defined(AFX_VOLUMEBAR_H__B4DD779D_2720_440B_BFF8_ECA787EA38BF__INCLUDED_)
00002 #define AFX_VOLUMEBAR_H__B4DD779D_2720_440B_BFF8_ECA787EA38BF__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // volumebar.h : header file
00008 //
00009 
00011 // volumebar dialog
00012 
00013 class volumebar : public CDialogBar
00014 {
00015 
00016 // Dialog Data
00017         //{{AFX_DATA(volumebar)
00018         enum { IDD = IDR_VOLUMEFRAME };
00019         float   m_fVolumeStepLength;
00020         //}}AFX_DATA
00021 
00022         
00023         int m_dRenderType;
00024         
00025 // Construction
00026 public:
00027         volumebar(/*CWnd* pParent = NULL*/);   // standard constructor
00028 
00029 
00030 // Overrides
00031         // ClassWizard generated virtual function overrides
00032         //{{AFX_VIRTUAL(volumebar)
00033         protected:
00034         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00035         //}}AFX_VIRTUAL
00036 
00037 // Implementation
00038 protected:
00039 
00040 
00041         // Generated message map functions
00042         //{{AFX_MSG(volumebar)
00043         afx_msg void OnButtonRenderVolume();
00044         afx_msg void OnRadioVolumeNn();
00045         afx_msg void OnRadioVolumeTri();
00046         afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
00047         //}}AFX_MSG
00048         afx_msg void OnUpdateButtonRenderVolume(CCmdUI* pCmdUI);
00049         DECLARE_MESSAGE_MAP()
00050 };
00051 
00052 //{{AFX_INSERT_LOCATION}}
00053 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00054 
00055 #endif // !defined(AFX_VOLUMEBAR_H__B4DD779D_2720_440B_BFF8_ECA787EA38BF__INCLUDED_)

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