CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
Public 成员函数 | |
CheckBoxMode () | |
~CheckBoxMode () | |
void | SetCheckState (SelectState state) |
SelectState | CheckState () const |
void | SetCheckBoxRect (int x, int y, int w, int h) |
BOOL | PtInCheckBox (POINT pt) const |
RECT | CheckBoxRect () const |
void | SetCheckBoxAction (std::shared_ptr< IActionNotify > &action) |
Protected 属性 | |
RECT | m_rcCheckBox |
SelectState | m_checkState |
std::shared_ptr< IActionNotify > | m_checkBoxAction |
BUI::CheckBoxMode::CheckBoxMode | ( | ) |
BUI::CheckBoxMode::~CheckBoxMode | ( | ) |
RECT BUI::CheckBoxMode::CheckBoxRect | ( | ) | const |
SelectState BUI::CheckBoxMode::CheckState | ( | ) | const |
void BUI::CheckBoxMode::SetCheckBoxAction | ( | std::shared_ptr< IActionNotify > & | action | ) |
void BUI::CheckBoxMode::SetCheckBoxRect | ( | int | x, |
int | y, | ||
int | w, | ||
int | h | ||
) |
void BUI::CheckBoxMode::SetCheckState | ( | SelectState | state | ) |
|
protected |
|
protected |
|
protected |