#include <C4FileSelDlg.h>
|
typedef void(CB::* | FileSelFunc) (const char *szFilename, int32_t idToken) |
|
template<class CB>
class C4FileSel_CBEx< CB >
Definition at line 35 of file C4FileSelDlg.h.
◆ FileSelFunc
template<class CB >
typedef void(CB::* C4FileSel_CBEx< CB >::FileSelFunc) (const char *szFilename, int32_t idToken) |
◆ C4FileSel_CBEx()
Definition at line 49 of file C4FileSelDlg.h.
49 : pCBClass(pCBClass), SelFunc(SelFunc), idToken(idToken) { }
◆ OnFileSelected()
The documentation for this class was generated from the following file: