![]() |
CMGDK r49-rc2
|
文件列表框 更多...
#include <FileList.h>
公有成员 | |
DefEvent (void, OnSelect,(GUIObject *, hgl::FileInfo *)) | |
选中其中一项事件 | |
DefEvent (void, OnDblClick,(GUIObject *, hgl::FileInfo *)) | |
选中其中一项事件 | |
FileList () | |
FileList (float, float, float, float) | |
FileList (float, float, float, float, const WideString &) | |
virtual | ~FileList () |
公有属性 | |
PropertyString | Directory |
当前目录 | |
Property< bool > | ViewUpLevel |
显示上一级标志 | |
PropertyString | UpLevelString |
上一级目录显示字串(默认为“<..>”) | |
Property< bool > | ViewDirectory |
显示目录 | |
Property< bool > | ViewFile |
显示文件 | |
PropertyString | FileNameFilter |
文件名过滤(如果有过滤器此属性无效) | |
Property< FileFilter * > | Filter |
过滤器 |
文件列表框
文件列表框类
hgl::gui::FileList::FileList | ( | ) |
hgl::gui::FileList::FileList | ( | float | l, |
float | t, | ||
float | w, | ||
float | h | ||
) |
hgl::gui::FileList::FileList | ( | float | l, |
float | t, | ||
float | w, | ||
float | h, | ||
const WideString & | dir | ||
) |
hgl::gui::FileList::~FileList | ( | ) | [virtual] |
hgl::gui::FileList::DefEvent | ( | void | , |
OnSelect | , | ||
(GUIObject *, hgl::FileInfo *) | |||
) |
选中其中一项事件
hgl::gui::FileList::DefEvent | ( | void | , |
OnDblClick | , | ||
(GUIObject *, hgl::FileInfo *) | |||
) |
选中其中一项事件
文件名过滤(如果有过滤器此属性无效)
上一级目录显示字串(默认为“<..>”)
显示目录
显示文件
显示上一级标志