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

IniFile.h

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

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