#include <pqCustomPlotSettingsModel.h>
|
| QString | getUnit (const QString &seriesName) |
| |
| pqCustomPlotSettingsModel::pqCustomPlotSettingsModel |
( |
QObject * |
parent = 0 | ) |
|
| pqCustomPlotSettingsModel::~pqCustomPlotSettingsModel |
( |
| ) |
|
| void pqCustomPlotSettingsModel::setRepresentation |
( |
pqDataRepresentation * |
rep | ) |
|
| pqDataRepresentation * pqCustomPlotSettingsModel::representation |
( |
| ) |
const |
| bool pqCustomPlotSettingsModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role = Qt::EditRole |
|
) |
| |
|
virtual |
- Parameters
-
| index | The model index. |
| value | The new data for the given role. |
| role | The role to set data for. |
- Returns
- True if the data was changed successfully.
References setSeriesEnabled().
| void pqCustomPlotSettingsModel::SetIgnoreUnitsModeOn |
( |
bool |
enabled | ) |
|
| void pqCustomPlotSettingsModel::SetAutoSelectModeOn |
( |
bool |
enabled | ) |
|
| void pqCustomPlotSettingsModel::setSeriesEnabled |
( |
int |
row, |
|
|
bool |
enabled |
|
) |
| |
|
slot |
| QString pqCustomPlotSettingsModel::getUnit |
( |
const QString & |
seriesName | ) |
|
|
private |
| bool pqCustomPlotSettingsModel::IgnoreUnitsModeOn |
|
private |
| bool pqCustomPlotSettingsModel::AutoSelectModeOn |
|
private |