|
GME
13
|
#include <DirDialog.h>
Public Member Functions | |
| CDirDialog (LPCTSTR initial=NULL, LPCTSTR filter=NULL, CWnd *pParentWnd=NULL) | |
| CString | GetPath () |
| virtual void | OnInitDone () |
| virtual void | OnFolderChange () |
| virtual BOOL | OnFileNameOK () |
Definition at line 33 of file DirDialog.h.
| CDirDialog::CDirDialog | ( | LPCTSTR | initial = NULL, |
| LPCTSTR | filter = NULL, |
||
| CWnd * | pParentWnd = NULL |
||
| ) |
Definition at line 608 of file DirDialog.cpp.
| CString CDirDialog::GetPath | ( | ) | [inline] |
Definition at line 39 of file DirDialog.h.
| virtual BOOL CDirDialog::OnFileNameOK | ( | ) | [inline, virtual] |
Definition at line 46 of file DirDialog.h.
| void CDirDialog::OnFolderChange | ( | ) | [virtual] |
Definition at line 705 of file DirDialog.cpp.
| void CDirDialog::OnInitDone | ( | ) | [virtual] |
Definition at line 628 of file DirDialog.cpp.
1.7.6.1