![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Aggregated rendering parameters for one chart series. More...
#include <seriesstyle.h>
Public Member Functions | |
| QJsonObject | toJson () const |
| QColor | effectiveMarkerFillColor () const |
| QColor | effectiveMarkerBorderColor () const |
| QColor | effectivePointLabelColor () const |
| QColor | effectiveAreaFillColor () const |
Static Public Member Functions | |
| static SeriesStyle | fromJson (const QJsonObject &obj) |
Public Attributes | |
| QColor | color = QColor(31, 119, 180) |
| qreal | opacity = 1.0 |
| QString | legendName |
| bool | showLine = true |
| qreal | lineWidth = 1.6 |
| Qt::PenStyle | dash = Qt::SolidLine |
| Qt::PenCapStyle | capStyle = Qt::FlatCap |
| Qt::PenJoinStyle | joinStyle = Qt::BevelJoin |
| bool | showMarkers = false |
| MarkerShape | shape = MarkerShape::Circle |
| qreal | markerSize = 5.0 |
| QColor | markerFillColor |
| QColor | markerBorderColor |
| qreal | markerBorderWidth = 0.0 |
| bool | showPointLabels = false |
| QFont | pointLabelFont |
| QColor | pointLabelColor |
| int | pointLabelPrecision = 2 |
| NumberFormatMode | pointLabelFormatMode = NumberFormatMode::Decimals |
| QString | pointLabelFormat |
| bool | showAreaFill = false |
| QColor | areaFillColor |
Aggregated rendering parameters for one chart series.
| QColor openswmmvis::plot::SeriesStyle::effectiveAreaFillColor | ( | ) | const |
| QColor openswmmvis::plot::SeriesStyle::effectiveMarkerBorderColor | ( | ) | const |
| QColor openswmmvis::plot::SeriesStyle::effectiveMarkerFillColor | ( | ) | const |
| QColor openswmmvis::plot::SeriesStyle::effectivePointLabelColor | ( | ) | const |
|
static |
| QJsonObject openswmmvis::plot::SeriesStyle::toJson | ( | ) | const |
| QColor openswmmvis::plot::SeriesStyle::areaFillColor |
| Qt::PenCapStyle openswmmvis::plot::SeriesStyle::capStyle = Qt::FlatCap |
| QColor openswmmvis::plot::SeriesStyle::color = QColor(31, 119, 180) |
| Qt::PenStyle openswmmvis::plot::SeriesStyle::dash = Qt::SolidLine |
| Qt::PenJoinStyle openswmmvis::plot::SeriesStyle::joinStyle = Qt::BevelJoin |
| QString openswmmvis::plot::SeriesStyle::legendName |
| qreal openswmmvis::plot::SeriesStyle::lineWidth = 1.6 |
| QColor openswmmvis::plot::SeriesStyle::markerBorderColor |
| qreal openswmmvis::plot::SeriesStyle::markerBorderWidth = 0.0 |
| QColor openswmmvis::plot::SeriesStyle::markerFillColor |
| qreal openswmmvis::plot::SeriesStyle::markerSize = 5.0 |
| qreal openswmmvis::plot::SeriesStyle::opacity = 1.0 |
| QColor openswmmvis::plot::SeriesStyle::pointLabelColor |
| QFont openswmmvis::plot::SeriesStyle::pointLabelFont |
| QString openswmmvis::plot::SeriesStyle::pointLabelFormat |
| NumberFormatMode openswmmvis::plot::SeriesStyle::pointLabelFormatMode = NumberFormatMode::Decimals |
| int openswmmvis::plot::SeriesStyle::pointLabelPrecision = 2 |
| MarkerShape openswmmvis::plot::SeriesStyle::shape = MarkerShape::Circle |
| bool openswmmvis::plot::SeriesStyle::showAreaFill = false |
| bool openswmmvis::plot::SeriesStyle::showLine = true |
| bool openswmmvis::plot::SeriesStyle::showMarkers = false |
| bool openswmmvis::plot::SeriesStyle::showPointLabels = false |