|
CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
编辑输入组合体容器 更多...
类 BUI::CEditList 继承关系图:Public 成员函数 | |
| CEditList () | |
| ~CEditList () | |
| CNodeDataLists & | GetNodeDataList () |
Protected 成员函数 | |
| void | AddEditUI (CEditTextUI *edit) |
| void | Clear () |
| void | SetVerJmpStep (int step) |
| void | SetEditFont (GFont *font) |
| BOOL | OnMessageHandlerList (UINT uMsg, WPARAM wp, LPARAM lp) |
| BOOL | DoKeyDown (WPARAM wp, LPARAM lp) |
| BOOL | MoveNext (int i, BOOL selectall) |
| int | GetEditControlCount () const |
| int | GetFocusEditIndex () const |
| int | GetEditControlValue (int pos) const |
| BeString | GetEditControlText (int pos) const |
Protected 属性 | |
| CNodeDataLists | m_nodedata_list |
| std::vector< CEditTextUI * > | m_edit_list |
| int | m_ver_step |
编辑输入组合体容器
| BUI::CEditList::CEditList | ( | ) |
| BUI::CEditList::~CEditList | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| CNodeDataLists & BUI::CEditList::GetNodeDataList | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |