GME
13
|
#include <MgaOpenDlg.h>
Public Types | |
enum | DialogTypes { OpenDialog, SaveDialog, SaveAsDialog, NewDialog, ImportDialog, ClearLocksDialog } |
enum | { IDD = IDD_MGAOPEN } |
Public Member Functions | |
CMgaOpenDlg (DialogTypes dType=OpenDialog, CWnd *pParent=NULL) | |
void | SetFileNameHint (const CString &hint) |
void | SetFolderPathHint (const CString &hint) |
CString | AskConnectionString (bool allowXme, bool openFileDialog) |
CString | AskMGAConnectionString () |
virtual BOOL | OnInitDialog () |
afx_msg void | OnBack () |
afx_msg void | OnNext () |
Public Attributes | |
bool | pressed_back |
int | m_radio |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
Protected Attributes | |
CString | fileNameHint |
CString | folderPathHint |
BOOL | flag_isopen |
bool | flag_back |
bool | flag_create |
bool | flag_meta |
CString | title |
CString | filemsg |
CString | xmlfilemsg |
Definition at line 14 of file MgaOpenDlg.h.
anonymous enum |
Definition at line 43 of file MgaOpenDlg.h.
Definition at line 17 of file MgaOpenDlg.h.
CMgaOpenDlg::CMgaOpenDlg | ( | DialogTypes | dType = OpenDialog , |
CWnd * | pParent = NULL |
||
) |
Definition at line 20 of file MgaOpenDlg.cpp.
CString CMgaOpenDlg::AskConnectionString | ( | bool | allowXme, |
bool | openFileDialog | ||
) |
Definition at line 120 of file MgaOpenDlg.cpp.
CString CMgaOpenDlg::AskMGAConnectionString | ( | ) |
Definition at line 99 of file MgaOpenDlg.cpp.
void CMgaOpenDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 300 of file MgaOpenDlg.cpp.
void CMgaOpenDlg::OnBack | ( | ) |
Definition at line 346 of file MgaOpenDlg.cpp.
BOOL CMgaOpenDlg::OnInitDialog | ( | ) | [virtual] |
Definition at line 319 of file MgaOpenDlg.cpp.
void CMgaOpenDlg::OnNext | ( | ) |
Definition at line 355 of file MgaOpenDlg.cpp.
void CMgaOpenDlg::SetFileNameHint | ( | const CString & | hint | ) |
Definition at line 363 of file MgaOpenDlg.cpp.
void CMgaOpenDlg::SetFolderPathHint | ( | const CString & | hint | ) |
Definition at line 368 of file MgaOpenDlg.cpp.
CString CMgaOpenDlg::filemsg [protected] |
Definition at line 65 of file MgaOpenDlg.h.
CString CMgaOpenDlg::fileNameHint [protected] |
Definition at line 58 of file MgaOpenDlg.h.
bool CMgaOpenDlg::flag_back [protected] |
Definition at line 61 of file MgaOpenDlg.h.
bool CMgaOpenDlg::flag_create [protected] |
Definition at line 62 of file MgaOpenDlg.h.
BOOL CMgaOpenDlg::flag_isopen [protected] |
Definition at line 60 of file MgaOpenDlg.h.
bool CMgaOpenDlg::flag_meta [protected] |
Definition at line 63 of file MgaOpenDlg.h.
CString CMgaOpenDlg::folderPathHint [protected] |
Definition at line 59 of file MgaOpenDlg.h.
Definition at line 44 of file MgaOpenDlg.h.
Definition at line 32 of file MgaOpenDlg.h.
CString CMgaOpenDlg::title [protected] |
Definition at line 64 of file MgaOpenDlg.h.
CString CMgaOpenDlg::xmlfilemsg [protected] |
Definition at line 66 of file MgaOpenDlg.h.