|
CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
Public 成员函数 | |
| CSelectState (CControlUI *ui) | |
| ~CSelectState () | |
| void | SetSelected (BOOL is_select, BOOL no_trigger=FALSE, BOOL is_refresh=TRUE) |
| 设置选中状态 | |
| BOOL | IsSelected () const |
| 是否为选中状态 | |
| void | ShellSelectAttribute (const BeString &str_name, const BeString &str_value) |
Protected 属性 | |
| CControlUI * | m_host_ui |
| SelectState | m_select_state |
| BUI::CSelectState::CSelectState | ( | CControlUI * | ui | ) |
| BUI::CSelectState::~CSelectState | ( | ) |
| BOOL BUI::CSelectState::IsSelected | ( | ) | const |
是否为选中状态
| void BUI::CSelectState::SetSelected | ( | BOOL | is_select, |
| BOOL | no_trigger = FALSE, | ||
| BOOL | is_refresh = TRUE ) |
设置选中状态
| void BUI::CSelectState::ShellSelectAttribute | ( | const BeString & | str_name, |
| const BeString & | str_value ) |
|
protected |
|
protected |