|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <ReportStyle.hpp>
Public 属性 | |
| std::string | name_ |
| std::string | className_ |
| EStyleType | styleType_ = EStyleType::eTabular |
| std::string | title_ |
| bool | showDate_ = true |
| bool | showName_ = true |
| bool | showDescShort_ = false |
| bool | showDescLong_ = false |
| bool | yLog10_ = false |
| bool | y2Log10_ = false |
| bool | verticalGridLines_ = false |
| bool | horizontalGridLines_ = false |
| int | numAnnotations_ = 3 |
| int | annotationRotation_ = 1 |
| Color | backgroundColor_ = Color(0xFFFFFFFF) |
| double | viewableDuration_ = 0.0 |
| bool | realTimeMode_ = false |
| bool | readOnlyMode_ = false |
| int | dayLinesStatus_ = 1 |
| int | legendStatus_ = 1 |
| std::vector< ReportSection > | sections_ |
报表样式
对应 ReportStyle 文件的完整结构,包含文件头属性、图形显示参数 以及按 Section → Line → Element 组织的报表数据列定义。