|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <ReportElement.hpp>
Public 属性 | |
| std::string | name_ |
| std::string | title_ |
| bool | nameInTitle_ = true |
| bool | isIndepVar_ = false |
| std::string | indepVarName_ |
| std::string | service_ |
| std::string | type_ |
| std::string | element_ |
| std::string | format_ |
| int | sumAllowedMask_ = 0 |
| bool | summaryOnly_ = false |
| int | sumRequestMask_ = 0 |
| EDataType | dataType_ = EDataType::eFloat |
| int | unitType_ = 0 |
| ELineStyle | lineStyle_ = ELineStyle::eSolid |
| int | lineWidth_ = 0 |
| Color | lineColor_ = Color(0xFF000000) |
| EPointStyle | pointStyle_ = EPointStyle::eNone |
| int | pointSize_ = 0 |
| Color | pointColor_ = Color(0xFF000000) |
| EFillPattern | fillPattern_ = EFillPattern::eNone |
| Color | fillColor_ = Color(0xFF000000) |
| int | propMask_ = 0 |
| bool | useScenUnits_ = true |
| ReportUnits | units_ |
报表数据元素
对应 ReportStyle 文件中 Section/Line 内的 Element 块, 描述单个数据列(表格报告)或数据序列(图形样式)的属性和数据来源。