CMGDK r49-rc2
|
函数 | |
void | EnumFileItem (void *cp, FileInfo &fi) |
void | SetDirectory () |
bool | GetViewUpLevel () |
void | SetViewUpLevel (bool) |
void | SetUpLevelString () |
bool | GetViewDirectory () |
void | SetViewDirectory (bool) |
bool | GetViewFile () |
void | SetViewFile (bool) |
void | SetFileNameFilter () |
FileFilter * | GetFilter () |
void | SetFilter (FileFilter *) |
void | InitPrivate () |
bool | DefaultFilter (GUIObject *, int, ListBox::ListItem *) |
void | ListBoxSelect (GUIObject *, int, ListBox::ListItem *) |
bool | ListBoxDblClick (GUIObject *, int, int, uint32) |
void | RedrawFileList () |
变量 | |
bool | view_up_level |
WideString | up_level_string |
bool | view_directory |
bool | view_file |
WideString | directory |
WideString | filename_filter |
ObjectList< hgl::FileInfo > | file_info |
FileFilter * | file_filter |
bool DefaultFilter | ( | GUIObject * | , |
int | , | ||
ListBox::ListItem * | |||
) | [protected] |
friend void EnumFileItem | ( | void * | cp, |
FileInfo & | fi | ||
) |
FileFilter* GetFilter | ( | ) | [protected] |
bool GetViewDirectory | ( | ) | [protected] |
bool GetViewFile | ( | ) | [protected] |
bool GetViewUpLevel | ( | ) | [protected] |
void InitPrivate | ( | ) | [protected] |
bool ListBoxDblClick | ( | GUIObject * | , |
int | , | ||
int | , | ||
uint32 | |||
) | [protected] |
void ListBoxSelect | ( | GUIObject * | , |
int | , | ||
ListBox::ListItem * | |||
) | [protected] |
void RedrawFileList | ( | ) | [protected] |
void SetDirectory | ( | ) | [protected] |
void SetFileNameFilter | ( | ) | [protected] |
void SetFilter | ( | FileFilter * | ) | [protected] |
void SetUpLevelString | ( | ) | [protected] |
void SetViewDirectory | ( | bool | ) | [protected] |
void SetViewFile | ( | bool | ) | [protected] |
void SetViewUpLevel | ( | bool | ) | [protected] |
WideString directory |
FileFilter* file_filter |
ObjectList<hgl::FileInfo> file_info |
WideString filename_filter |
WideString up_level_string |
bool view_directory |
bool view_file |
bool view_up_level |