|
QGIS API Documentation 4.0.0-Norrköping (1ddcee3d0e4)
|
XY series details. More...
#include <qgsvectorlayerplotdatagatherer.h>
Public Member Functions | |
| XySeriesDetails (const QString &name, const QString &xExpression, const QString &yExpression, const QString &filterExpression=QString()) | |
Public Attributes | |
| QString | filterExpression |
| QString | name |
| QString | xExpression |
| QString | yExpression |
XY series details.
Definition at line 95 of file qgsvectorlayerplotdatagatherer.h.
|
inlineexplicit |
Definition at line 97 of file qgsvectorlayerplotdatagatherer.h.
| QString QgsVectorLayerXyPlotDataGatherer::XySeriesDetails::filterExpression |
Definition at line 107 of file qgsvectorlayerplotdatagatherer.h.
| QString QgsVectorLayerXyPlotDataGatherer::XySeriesDetails::name |
Definition at line 104 of file qgsvectorlayerplotdatagatherer.h.
| QString QgsVectorLayerXyPlotDataGatherer::XySeriesDetails::xExpression |
Definition at line 105 of file qgsvectorlayerplotdatagatherer.h.
| QString QgsVectorLayerXyPlotDataGatherer::XySeriesDetails::yExpression |
Definition at line 106 of file qgsvectorlayerplotdatagatherer.h.