|
CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
Public 成员函数 | |
| CNumberValue () | |
| CNumberValue (float value, CNumberType type=value_px) | |
| ~CNumberValue () | |
| const CNumberValue & | operator= (const CNumberValue &other) |
| float | ValueViewPort (int w, int h) const |
| float | Value () const |
| float | ValueRoundRadius (int w, int h, float scale, BOOL is_horz) const |
| void | SetValue (float value, CNumberType type=value_px) |
| void | ShellValue (LPCTSTR text) |
Public 属性 | |
| float | m_value |
| CNumberType | m_type |
| BUI::CNumberValue::CNumberValue | ( | ) |
| BUI::CNumberValue::CNumberValue | ( | float | value, |
| CNumberType | type = value_px ) |
| BUI::CNumberValue::~CNumberValue | ( | ) |
| const CNumberValue & BUI::CNumberValue::operator= | ( | const CNumberValue & | other | ) |
| void BUI::CNumberValue::SetValue | ( | float | value, |
| CNumberType | type = value_px ) |
| void BUI::CNumberValue::ShellValue | ( | LPCTSTR | text | ) |
| float BUI::CNumberValue::Value | ( | ) | const |
| float BUI::CNumberValue::ValueRoundRadius | ( | int | w, |
| int | h, | ||
| float | scale, | ||
| BOOL | is_horz ) const |
| float BUI::CNumberValue::ValueViewPort | ( | int | w, |
| int | h ) const |
| CNumberType BUI::CNumberValue::m_type |
| float BUI::CNumberValue::m_value |