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

FileInfoDialog.h

Go to the documentation of this file.
00001 #if !defined(AFX_FILEINFODIALOG_H__2D6DE667_FDB2_4C2F_B7E0_A4AD07BAF79A__INCLUDED_)
00002 #define AFX_FILEINFODIALOG_H__2D6DE667_FDB2_4C2F_B7E0_A4AD07BAF79A__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // FileInfoDialog.h : header file
00008 //
00009 
00010 #include <string>
00011 using std::string;
00012 
00014 // CFileInfoDialog dialog
00015 
00016 class CFileInfoDialog : public CDialog
00017 {
00018 
00019 // Dialog Data
00020         //{{AFX_DATA(CFileInfoDialog)
00021         enum { IDD = IDD_FILEINFODIALOG_DIALOG };
00022         CString m_sFilename;
00023         CString m_sDimX;
00024         CString m_sDimY;
00025         CString m_sDimZ;
00026         //}}AFX_DATA
00027         
00028         
00029 // Construction
00030 public:
00031         CFileInfoDialog(CWnd* pParent = NULL);   // standard constructor
00032 
00033         void SetInfo(string filename, int dimx, int dimy, int dimz);
00034 
00035 
00036 // Overrides
00037         // ClassWizard generated virtual function overrides
00038         //{{AFX_VIRTUAL(CFileInfoDialog)
00039         protected:
00040         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00041         //}}AFX_VIRTUAL
00042 
00043 // Implementation
00044 protected:
00045 
00046         // Generated message map functions
00047         //{{AFX_MSG(CFileInfoDialog)
00048         afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
00049         //}}AFX_MSG
00050         DECLARE_MESSAGE_MAP()
00051 };
00052 
00053 //{{AFX_INSERT_LOCATION}}
00054 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00055 
00056 #endif // !defined(AFX_FILEINFODIALOG_H__2D6DE667_FDB2_4C2F_B7E0_A4AD07BAF79A__INCLUDED_)

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