|
DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
#include <QDynExpLineGraph.h>
Public Member Functions | |
| DynExpLineGraphPlotSeries (QString Name) | |
Public Attributes | |
| QString | Name |
| bool | Visible = true |
| std::shared_ptr< QBarSeries > | BarSeries |
| std::shared_ptr< QLineSeries > | LineSeries |
| QBarSet * | BarSet |
Definition at line 21 of file QDynExpLineGraph.h.
| DynExpQuick::DynExpLineGraphPlotSeries::DynExpLineGraphPlotSeries | ( | QString | Name | ) |
Definition at line 7 of file QDynExpLineGraph.cpp.
| std::shared_ptr<QBarSeries> DynExpQuick::DynExpLineGraphPlotSeries::BarSeries |
Definition at line 28 of file QDynExpLineGraph.h.
| QBarSet* DynExpQuick::DynExpLineGraphPlotSeries::BarSet |
Definition at line 31 of file QDynExpLineGraph.h.
| std::shared_ptr<QLineSeries> DynExpQuick::DynExpLineGraphPlotSeries::LineSeries |
Definition at line 29 of file QDynExpLineGraph.h.
| QString DynExpQuick::DynExpLineGraphPlotSeries::Name |
Definition at line 25 of file QDynExpLineGraph.h.
| bool DynExpQuick::DynExpLineGraphPlotSeries::Visible = true |
Definition at line 26 of file QDynExpLineGraph.h.