Base class for filter used in file/folder selection dialogs. More...
#include <mi32/mdlg.h>

Public Member Functions | |
| GETFILEFILTER () | |
| virtual | ~GETFILEFILTER () |
| virtual bool | OnSelection (const FILEPATH &path)=0 |
| void | SetFilterMsg (const MIUNICODE *string) |
| void | SetFilterMsg (const char *msgkey) |
Base class for filter used in file/folder selection dialogs.
| GETFILEFILTER::GETFILEFILTER | ( | ) | [inline] |
Constructor.
| virtual GETFILEFILTER::~GETFILEFILTER | ( | ) | [inline, virtual] |
Destructor.
| virtual bool GETFILEFILTER::OnSelection | ( | const FILEPATH & | path | ) | [pure virtual] |
Method called when user attempts to select a file (or folder).
| void GETFILEFILTER::SetFilterMsg | ( | const MIUNICODE * | string | ) |
Set message returned by filter using MIUNICODE string.
| void GETFILEFILTER::SetFilterMsg | ( | const char * | msgkey | ) |
Set message returned by filter using message lookup from [getfile] group.
1.6.1