FileSaveDialog Class Reference

#include <FileSaveDialog.h>

List of all members.

Public Types

enum  { IDD = IDD_FILESAVEDIALOG }

Public Member Functions

 FileSaveDialog (CWnd *pParent=NULL)
virtual ~FileSaveDialog ()
afx_msg void OnBnClickedButtonbrowse ()
CString getFileName ()
UINT getWidth ()
UINT getHeight ()

Protected Member Functions

virtual void DoDataExchange (CDataExchange *pDX)
void OnOK ()

Protected Attributes

CEdit m_FileName
CEdit m_Width
CEdit m_Height
CString m_FileNameString
UINT m_WidthUINT
UINT m_HeightUINT

Static Private Attributes

static const int MAX_SIZE = 8196
static const int MIN_SIZE = 1


Member Enumeration Documentation

anonymous enum

Enumerator:
IDD 


Constructor & Destructor Documentation

FileSaveDialog::FileSaveDialog ( CWnd *  pParent = NULL  ) 

FileSaveDialog::~FileSaveDialog (  )  [virtual]


Member Function Documentation

void FileSaveDialog::DoDataExchange ( CDataExchange *  pDX  )  [protected, virtual]

CString FileSaveDialog::getFileName (  ) 

Returns the selected filepath

Returns:
Filepath

UINT FileSaveDialog::getHeight (  ) 

Returns the entered height

Returns:
Height

UINT FileSaveDialog::getWidth (  ) 

Returns the entered width

Returns:
Width

void FileSaveDialog::OnBnClickedButtonbrowse (  ) 

void FileSaveDialog::OnOK (  )  [protected]


Member Data Documentation

CEdit FileSaveDialog::m_FileName [protected]

CString FileSaveDialog::m_FileNameString [protected]

CEdit FileSaveDialog::m_Height [protected]

UINT FileSaveDialog::m_HeightUINT [protected]

CEdit FileSaveDialog::m_Width [protected]

UINT FileSaveDialog::m_WidthUINT [protected]

const int FileSaveDialog::MAX_SIZE = 8196 [static, private]

const int FileSaveDialog::MIN_SIZE = 1 [static, private]


The documentation for this class was generated from the following files:

Generated on Wed Dec 10 12:18:31 2008 for volRendering by  doxygen 1.5.7.1