#include <QDynExpLineGraph.h>
|
| QHash< int, QByteArray > | roleNames () const override |
| |
| Qt::ItemFlags | flags (const QModelIndex &) const override |
| |
| int | rowCount (const QModelIndex &) const override |
| |
| QVariant | data (const QModelIndex &index, int role) const override |
| |
| bool | setData (const QModelIndex &index, const QVariant &value, int role) override |
| |
Definition at line 34 of file QDynExpLineGraph.h.
◆ Roles
| Enumerator |
|---|
| NameRole | |
| VisibleRole | |
| NumSamplesRole | |
| ColorRole | |
Definition at line 39 of file QDynExpLineGraph.h.
◆ DynExpLineGraphPlotModel()
| DynExpQuick::DynExpLineGraphPlotModel::DynExpLineGraphPlotModel |
( |
QObject * |
Parent = nullptr | ) |
|
|
inline |
◆ ~DynExpLineGraphPlotModel()
| DynExpQuick::DynExpLineGraphPlotModel::~DynExpLineGraphPlotModel |
( |
| ) |
|
|
default |
◆ data()
| QVariant DynExpQuick::DynExpLineGraphPlotModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
overrideprivate |
◆ flags()
| Qt::ItemFlags DynExpQuick::DynExpLineGraphPlotModel::flags |
( |
const QModelIndex & |
| ) |
const |
|
overrideprivate |
◆ GetIndex()
| size_t DynExpQuick::DynExpLineGraphPlotModel::GetIndex |
( |
QString |
Name | ) |
const |
◆ GetNumSeries()
| size_t DynExpQuick::DynExpLineGraphPlotModel::GetNumSeries |
( |
| ) |
const |
|
inlinenoexcept |
◆ GetSeries() [1/2]
◆ GetSeries() [2/2]
◆ GetSeriesNames()
| QStringList DynExpQuick::DynExpLineGraphPlotModel::GetSeriesNames |
( |
| ) |
const |
◆ InsertSeries()
| size_t DynExpQuick::DynExpLineGraphPlotModel::InsertSeries |
( |
QString |
Name, |
|
|
QColor |
Color |
|
) |
| |
◆ IsAnyLineSeriesVisible()
| bool DynExpQuick::DynExpLineGraphPlotModel::IsAnyLineSeriesVisible |
( |
| ) |
const |
◆ RemoveSeries()
| void DynExpQuick::DynExpLineGraphPlotModel::RemoveSeries |
( |
size_t |
Index | ) |
|
◆ roleNames()
| QHash< int, QByteArray > DynExpQuick::DynExpLineGraphPlotModel::roleNames |
( |
| ) |
const |
|
overrideprivate |
◆ rowCount()
| int DynExpQuick::DynExpLineGraphPlotModel::rowCount |
( |
const QModelIndex & |
| ) |
const |
|
overrideprivate |
◆ SeriesChanged()
| void DynExpQuick::DynExpLineGraphPlotModel::SeriesChanged |
( |
size_t |
Index | ) |
|
◆ setData()
| bool DynExpQuick::DynExpLineGraphPlotModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role |
|
) |
| |
|
overrideprivate |
◆ PlotSeries
The documentation for this class was generated from the following files: