|
SimpleWindow
|
列表视图的子项信息 更多...
#include <ListView.h>
Public 成员函数 | |
| ListViewItem ()=default | |
| 默认构造函数 | |
| ListViewItem (const ListViewItem &other)=default | |
| 默认拷贝构造函数 | |
| ListViewItem (ListViewItem &&other) noexcept | |
| 移动构造函数 | |
| ListViewItem (std::initializer_list< std::wstring > subItems) | |
| 使用初始化列表构造 | |
Public 属性 | |
| List< std::wstring > | subItems |
| 子项文本列表,索引0为主项文本 | |
| int | imageIndex = -1 |
| 关联图像在图像列表中的索引,-1表示无图像 | |
| bool | checked = false |
| 复选框选中状态 | |
列表视图的子项信息