#include <mi32/mdlg.h>
Inheritance diagram for GETFILEFILTER:

Public Member Functions | |
| GETFILEFILTER () | |
| virtual bool | OnSelection (const FILEPATH &path)=0 |
| void | SetFilterMsg (const MIUNICODE *string) |
| void | SetFilterMsg (const char *msgkey) |
| virtual | ~GETFILEFILTER () |
Definition at line 245 of file mdlg.h.
| virtual GETFILEFILTER::~GETFILEFILTER | ( | ) | [inline, virtual] |
| 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.5.2