#include "Plot.h"
◆ Plot()
◆ ~Plot()
◆ addDataset()
ot::PlotDataset * ot::Plot::addDataset |
( |
const QString & | _title, |
|
|
double * | _dataX, |
|
|
double * | _dataY, |
|
|
long | _dataSize ) |
◆ changeCachedDatasetEntityVersion()
bool ot::Plot::changeCachedDatasetEntityVersion |
( |
UID | _entityID, |
|
|
UID | _newEntityVersion ) |
Updates the entity version of the specified dataset if needed. Returns false if the dataset does not exist or the version did not change.
◆ clear()
void ot::Plot::clear |
( |
bool | _clearCache | ) |
|
◆ datasetSelectionChanged()
void ot::Plot::datasetSelectionChanged |
( |
PlotDataset * | _selectedDataset | ) |
|
◆ findDataset() [1/3]
Returns the dataset for the given plot curve. Returns NULL if the dataset does not exist. The Plot keeps ownership of the dataset.
◆ findDataset() [2/3]
Returns the dataset for the given plot curve. Returns NULL if the dataset does not exist. The Plot keeps ownership of the dataset.
◆ findDataset() [3/3]
Returns the cached dataset for the given entity id. Returns NULL if the dataset does not exist. The Plot keeps ownership of the dataset.
◆ getCache() [1/2]
◆ getCache() [2/2]
const std::map< UID, std::pair< UID, PlotDataset * > > & ot::Plot::getCache |
( |
void | | ) |
const |
|
inlineprotected |
◆ getCartesianPlot()
◆ getConfig()
const Plot1DCfg & ot::Plot::getConfig |
( |
void | | ) |
const |
|
inline |
◆ getDatasets()
◆ getPolarPlot()
◆ getQWidget() [1/2]
virtual const QWidget * ot::Plot::getQWidget |
( |
void | | ) |
const |
|
inlineoverridevirtual |
◆ getQWidget() [2/2]
virtual QWidget * ot::Plot::getQWidget |
( |
void | | ) |
|
|
inlineoverridevirtual |
◆ hasCachedEntity()
bool ot::Plot::hasCachedEntity |
( |
UID | _entityID | ) |
const |
◆ importData()
virtual void ot::Plot::importData |
( |
const std::string & | _projectName, |
|
|
const std::list< Plot1DCurveInfoCfg > & | _curvesToImport ) |
|
inlineprotectedvirtual |
◆ refresh()
void ot::Plot::refresh |
( |
void | | ) |
|
◆ removeFromCache()
void ot::Plot::removeFromCache |
( |
unsigned long long | _entityID | ) |
|
◆ resetItemSelectionRequest
void ot::Plot::resetItemSelectionRequest |
( |
void | | ) |
|
|
signal |
◆ resetView()
void ot::Plot::resetView |
( |
void | | ) |
|
◆ setAxisQuantity()
◆ setConfig()
void ot::Plot::setConfig |
( |
const Plot1DCfg & | _config | ) |
|
|
inline |
◆ setErrorState()
void ot::Plot::setErrorState |
( |
bool | _isError, |
|
|
const QString & | _message = QString() ) |
◆ setFromDataBaseConfig()
◆ setIncompatibleData()
void ot::Plot::setIncompatibleData |
( |
void | | ) |
|
◆ setItemSelectedRequest
void ot::Plot::setItemSelectedRequest |
( |
UID | _treeItemUid, |
|
|
bool | _hasControlModifier ) |
|
signal |
◆ setPlotType()
The documentation for this class was generated from the following files:
- Libraries/OTWidgets/include/OTWidgets/Plot.h
- Libraries/OTWidgets/src/Plot.cpp