|
CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
匹配信息类 更多...
类 BUI::MatchFeatures 继承关系图:Public 成员函数 | |
| MatchFeatures () | |
| ~MatchFeatures () | |
| void | SetMatchType (MATCH_TYPE type) |
| MATCH_TYPE | MatchType () const |
| void | SetMatchText (BeString &str) |
| BeString & | MatchText () |
| void | SetMatchNumRange (int64_t mini, int64_t maxi) |
| void | GetMatchNumRange (int64_t &mini, int64_t &maxi) const |
Protected 属性 | |
| MATCH_TYPE | m_type |
| int64_t | m_range_min |
| int64_t | m_range_max |
| BeString | m_text_match |
匹配信息类
| BUI::MatchFeatures::MatchFeatures | ( | ) |
| BUI::MatchFeatures::~MatchFeatures | ( | ) |
| void BUI::MatchFeatures::GetMatchNumRange | ( | int64_t & | mini, |
| int64_t & | maxi | ||
| ) | const |
| BeString & BUI::MatchFeatures::MatchText | ( | ) |
| MATCH_TYPE BUI::MatchFeatures::MatchType | ( | ) | const |
| void BUI::MatchFeatures::SetMatchNumRange | ( | int64_t | mini, |
| int64_t | maxi | ||
| ) |
| void BUI::MatchFeatures::SetMatchText | ( | BeString & | str | ) |
| void BUI::MatchFeatures::SetMatchType | ( | MATCH_TYPE | type | ) |
|
protected |
|
protected |
|
protected |
|
protected |