#include <FileSaveDialog.h>
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 |
FileSaveDialog::FileSaveDialog | ( | CWnd * | pParent = NULL |
) |
FileSaveDialog::~FileSaveDialog | ( | ) | [virtual] |
void FileSaveDialog::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
CString FileSaveDialog::getFileName | ( | ) |
Returns the selected filepath
UINT FileSaveDialog::getHeight | ( | ) |
Returns the entered height
UINT FileSaveDialog::getWidth | ( | ) |
Returns the entered width
void FileSaveDialog::OnBnClickedButtonbrowse | ( | ) |
void FileSaveDialog::OnOK | ( | ) | [protected] |
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] |