CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
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_nRangeMin |
int64_t | m_nRangeMax |
BeString | m_textMatch |
BUI::MatchFeatures::MatchFeatures | ( | ) |
BUI::MatchFeatures::~MatchFeatures | ( | ) |
BeString & BUI::MatchFeatures::MatchText | ( | ) |
MATCH_TYPE BUI::MatchFeatures::MatchType | ( | ) | const |
void BUI::MatchFeatures::SetMatchText | ( | BeString & | str | ) |
void BUI::MatchFeatures::SetMatchType | ( | MATCH_TYPE | type | ) |
|
protected |
|
protected |
|
protected |
|
protected |