LeveyDiagram defines a Levey Jennings chart. More...
#include <KDChartLeveyJenningsDiagram.h>
Public Types | |
enum | LineType { Normal = 0, Stacked = 1, Percent = 2 } |
enum | Symbol { OkDataPoint, NotOkDataPoint, LotChanged, SensorChanged, FluidicsPackChanged } |
Signals | |
void | aboutToBeDestroyed () |
This signal is emitted when this diagram is being destroyed, but before all the data, i.e. | |
void | dataHidden () |
This signal is emitted, when the hidden status of at least one data cell was (un)set. | |
void | layoutChanged (AbstractDiagram *) |
Diagrams are supposed to emit this signal, when the layout of one of their element changes. | |
void | modelDataChanged () |
This signal is emitted, when the model data is changed. | |
void | modelsChanged () |
This signal is emitted, when either the model or the AttributesModel is replaced. | |
void | propertiesChanged () |
Emitted upon change of a property of the Diagram. | |
Public Member Functions | |
virtual void | addAxis (CartesianAxis *axis) |
Add the axis to the diagram. | |
bool | allowOverlappingDataValueTexts () const |
bool | antiAliasing () const |
virtual AttributesModel * | attributesModel () const |
Returns the AttributesModel, that is used by this diagram. | |
virtual KDChart::CartesianAxisList | axes () const |
QBrush | brush (const QModelIndex &index) const |
Retrieve the brush to be used, for painting the datapoint at the given index in the model. | |
QBrush | brush (int dataset) const |
Retrieve the brush to be used for the given dataset. | |
QBrush | brush () const |
Retrieve the brush to be used for painting datapoints globally. | |
float | calculatedMeanValue () const |
Returns the calculated mean values over all QC values. | |
float | calculatedStandardDeviation () const |
Returns the calculated standard deviation over all QC values. | |
bool | centerDataPoints () const |
virtual LineDiagram * | clone () const |
Creates an exact copy of this diagram. | |
bool | compare (const AbstractDiagram *other) const |
Returns true if both diagrams have the same settings. | |
bool | compare (const AbstractCartesianDiagram *other) const |
Returns true if both diagrams have the same settings. | |
bool | compare (const LineDiagram *other) const |
Returns true if both diagrams have the same settings. | |
bool | compare (const LeveyJenningsDiagram *other) const |
Returns true if both diagrams have the same settings. | |
AbstractCoordinatePlane * | coordinatePlane () const |
The coordinate plane associated with the diagram. | |
const QPair< QPointF, QPointF > | dataBoundaries () const |
Return the bottom left and top right data point, that the diagram will display (unless the grid adjusts these values). | |
virtual void | dataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight) |
[reimplemented] | |
QList< QBrush > | datasetBrushes () const |
The set of dataset brushes currently used, for use in legends, etc. | |
int | datasetDimension () const |
The dataset dimension of a diagram determines, how many value dimensions it expects each datapoint to have. | |
QStringList | datasetLabels () const |
The set of dataset labels currently displayed, for use in legends, etc. | |
QList< MarkerAttributes > | datasetMarkers () const |
The set of dataset markers currently used, for use in legends, etc. | |
QList< QPen > | datasetPens () const |
The set of dataset pens currently used, for use in legends, etc. | |
DataValueAttributes | dataValueAttributes (const QModelIndex &index) const |
Retrieve the DataValueAttributes for the given index. | |
DataValueAttributes | dataValueAttributes (int dataset) const |
Retrieve the DataValueAttributes for the given dataset. | |
DataValueAttributes | dataValueAttributes () const |
Retrieve the DataValueAttributes specified globally. | |
virtual void | doItemsLayout () |
[reimplemented] | |
float | expectedMeanValue () const |
Returns the expected mean values over all QC values. | |
float | expectedStandardDeviation () const |
Returns the expected standard deviation over all QC values. | |
Qt::Alignment | fluidicsPackChangedSymbolPosition () const |
Returns the position of the fluidics pack changed symbol. | |
QVector< QDateTime > | fluidicsPackChanges () const |
Returns the list of all fluidics pack changes. | |
virtual int | horizontalOffset () const |
[reimplemented] | |
virtual QModelIndex | indexAt (const QPoint &point) const |
[reimplemented] | |
QModelIndexList | indexesAt (const QPoint &point) const |
This method is added alongside with indexAt from QAIM, since in kdchart multiple indexes can be displayed at the same spot. | |
bool | isHidden (const QModelIndex &index) const |
Retrieve the hidden status for the given index. | |
bool | isHidden (int dataset) const |
Retrieve the hidden status for the given dataset. | |
bool | isHidden () const |
Retrieve the hidden status specified globally. | |
virtual bool | isIndexHidden (const QModelIndex &index) const |
[reimplemented] | |
QStringList | itemRowLabels () const |
The set of item row labels currently displayed, for use in Abscissa axes, etc. | |
virtual void | layoutPlanes () |
Triggers layouting of all coordinate planes on the current chart. | |
LeveyJenningsDiagram (QWidget *parent=0, LeveyJenningsCoordinatePlane *plane=0) | |
LineAttributes | lineAttributes (const QModelIndex &index) const |
LineAttributes | lineAttributes (int column) const |
LineAttributes | lineAttributes () const |
Qt::Alignment | lotChangedSymbolPosition () const |
Returns the position of the lot change symbol. | |
virtual QModelIndex | moveCursor (CursorAction cursorAction, Qt::KeyboardModifiers modifiers) |
[reimplemented] | |
const int | numberOfAbscissaSegments () const |
const int | numberOfOrdinateSegments () const |
void | paintDataValueText (QPainter *painter, const QModelIndex &index, const QPointF &pos, double value) |
void | paintMarker (QPainter *painter, const QModelIndex &index, const QPointF &pos) |
void | paintMarker (QPainter *painter, const DataValueAttributes &a, const QModelIndex &index, const QPointF &pos) |
virtual void | paintMarker (QPainter *painter, const MarkerAttributes &markerAttributes, const QBrush &brush, const QPen &, const QPointF &point, const QSizeF &size) |
QPen | pen (const QModelIndex &index) const |
Retrieve the pen to be used, for painting the datapoint at the given index in the model. | |
QPen | pen (int dataset) const |
Retrieve the pen to be used for the given dataset. | |
QPen | pen () const |
Retrieve the pen to be used for painting datapoints globally. | |
bool | percentMode () const |
Returns whether this diagram is drawn in percent mode. | |
virtual AbstractCartesianDiagram * | referenceDiagram () const |
virtual QPointF | referenceDiagramOffset () const |
void | resetLineAttributes (const QModelIndex &index) |
Remove any explicit line attributes settings that might have been specified before. | |
void | resetLineAttributes (int column) |
Resets the line attributes of data set column. | |
void | resize (const QSizeF &area) |
Called by the widget's sizeEvent. | |
bool | reverseDatasetOrder () const |
QPen | scanLinePen () const |
Returns the pen being used for drawing the scan line. | |
virtual void | scrollTo (const QModelIndex &index, ScrollHint hint=EnsureVisible) |
[reimplemented] | |
Qt::Alignment | sensorChangedSymbolPosition () const |
Returns the position of the sensor changed symbol. | |
QVector< QDateTime > | sensorChanges () const |
Returns the list of all sensor changes. | |
void | setAllowOverlappingDataValueTexts (bool allow) |
Set whether data value labels are allowed to overlap. | |
void | setAntiAliasing (bool enabled) |
Set whether anti-aliasing is to be used while rendering this diagram. | |
void | setAttributesModel (AttributesModel *model) |
Associate an AttributesModel with this diagram. | |
void | setBrush (const QBrush &brush) |
Set the brush to be used, for painting all datasets in the model. | |
void | setBrush (int dataset, const QBrush &brush) |
Set the brush to be used, for painting the given dataset. | |
void | setBrush (const QModelIndex &index, const QBrush &brush) |
Set the brush to be used, for painting the datapoint at the given index. | |
void | setCenterDataPoints (bool center) |
If centerDataPoints() is true, all data points are moved by an offset of 0.5 to the right. | |
virtual void | setCoordinatePlane (AbstractCoordinatePlane *plane) |
[reimplemented] | |
void | setDatasetDimension (int dimension) |
void | setDataValueAttributes (const DataValueAttributes &a) |
Set the DataValueAttributes for all datapoints in the model. | |
void | setDataValueAttributes (int dataset, const DataValueAttributes &a) |
Set the DataValueAttributes for the given dataset. | |
void | setDataValueAttributes (const QModelIndex &index, const DataValueAttributes &a) |
Set the DataValueAttributes for the given index. | |
void | setExpectedMeanValue (float meanValue) |
Sets the expected mean value over all QC values to meanValue. | |
void | setExpectedStandardDeviation (float sd) |
Sets the expected standard deviaction over all QC values to sd. | |
void | setFluidicsPackChangedSymbolPosition (Qt::Alignment pos) |
Sets the position of the fluidics pack changed symbol to pos. | |
void | setFluidicsPackChanges (const QVector< QDateTime > &changes) |
Sets the date/time of all fluidics pack changes to changes. | |
void | setHidden (bool hidden) |
Hide (or unhide, resp. | |
void | setHidden (int dataset, bool hidden) |
Hide (or unhide, resp. | |
void | setHidden (const QModelIndex &index, bool hidden) |
Hide (or unhide, resp. | |
void | setLineAttributes (const QModelIndex &index, const LineAttributes &a) |
Sets the line attributes for the model index index to la. | |
void | setLineAttributes (int column, const LineAttributes &a) |
Sets the line attributes of data set column to la. | |
void | setLineAttributes (const LineAttributes &a) |
Sets the global line attributes to la. | |
void | setLotChangedSymbolPosition (Qt::Alignment pos) |
Sets the position of the lot change symbol to pos. | |
void | setModel (QAbstractItemModel *model) |
Associate a model with the diagram. | |
void | setPen (const QPen &pen) |
Set the pen to be used, for painting all datasets in the model. | |
void | setPen (int dataset, const QPen &pen) |
Set the pen to be used, for painting the given dataset. | |
void | setPen (const QModelIndex &index, const QPen &pen) |
Set the pen to be used, for painting the datapoint at the given index. | |
void | setPercentMode (bool percent) |
Deprecated method that turns the percent mode of this diagram on or off. | |
virtual void | setReferenceDiagram (AbstractCartesianDiagram *diagram, const QPointF &offset=QPointF()) |
Makes this diagram use another diagram diagram as reference diagram with relative offset offset. | |
void | setReverseDatasetOrder (bool reverse) |
With this property set to true, data sets in a normal line diagram are drawn in reversed order. | |
void | setRootIndex (const QModelIndex &index) |
Set the root index in the model, where the diagram starts referencing data for display. | |
void | setScanLinePen (const QPen &pen) |
Sets the pen used for drawing the scan line to pen. | |
virtual void | setSelection (const QRect &rect, QItemSelectionModel::SelectionFlags command) |
[reimplemented] | |
virtual void | setSelectionModel (QItemSelectionModel *selectionModel) |
Associate a seleection model with the diagrom. | |
void | setSensorChangedSymbolPosition (Qt::Alignment pos) |
Sets the position of the sensor changed symbol to pos. | |
void | setSensorChanges (const QVector< QDateTime > &changes) |
Sets the date/time of all sensor changes to changes. | |
void | setSymbol (Symbol symbol, const QString &filename) |
Sets the symbol being used for symbol to a SVG file filename. | |
void | setThreeDLineAttributes (const QModelIndex &index, const ThreeDLineAttributes &a) |
Sets the 3D line attributes of model index index to la. | |
void | setThreeDLineAttributes (int column, const ThreeDLineAttributes &a) |
Sets the 3D line attributes of data set column to ta. | |
void | setThreeDLineAttributes (const ThreeDLineAttributes &a) |
Sets the global 3D line attributes to la. | |
void | setTimeRange (const QPair< QDateTime, QDateTime > &timeRange) |
Sets the timeRange visible on the x axis. | |
void | setType (const LineType type) |
Sets the line diagram's type to type. | |
void | setUnitPrefix (const QString &prefix, Qt::Orientation orientation) |
Set the unit prefix to be used on axes for all columns. | |
void | setUnitPrefix (const QString &prefix, int column, Qt::Orientation orientation) |
Set the unit prefix to be used on axes for one specific column. | |
void | setUnitSuffix (const QString &suffix, Qt::Orientation orientation) |
Set the unit prefix to be used on axes for all columns. | |
void | setUnitSuffix (const QString &suffix, int column, Qt::Orientation orientation) |
Set the unit prefix to be used on axes for one specific column. | |
void | setValueTrackerAttributes (const QModelIndex &index, const ValueTrackerAttributes &a) |
Sets the value tracker attributes of the model index index to va. | |
QString | symbol (Symbol symbol) const |
Returns the SVG file name usef for symbol. | |
virtual void | takeAxis (CartesianAxis *axis) |
Removes the axis from the diagram, without deleting it. | |
ThreeDLineAttributes | threeDLineAttributes (const QModelIndex &index) const |
ThreeDLineAttributes | threeDLineAttributes (int column) const |
ThreeDLineAttributes | threeDLineAttributes () const |
QPair< QDateTime, QDateTime > | timeRange () const |
Returns the timerange of the diagram's data. | |
LineType | type () const |
QString | unitPrefix (Qt::Orientation orientation) const |
Retrieves the axis unit prefix. | |
QString | unitPrefix (int column, Qt::Orientation orientation, bool fallback=false) const |
Retrieves the axis unit prefix for a specific column. | |
QString | unitSuffix (Qt::Orientation orientation) const |
Retrieves the axis unit suffix. | |
QString | unitSuffix (int column, Qt::Orientation orientation, bool fallback=false) const |
Retrieves the axis unit suffix for a specific column. | |
void | update () const |
void | useDefaultColors () |
Set the palette to be used, for painting datasets to the default palette. | |
void | useRainbowColors () |
Set the palette to be used, for painting datasets to the rainbow palette. | |
virtual bool | usesExternalAttributesModel () const |
Returns whether the diagram is using its own built-in attributes model or an attributes model that was set via setAttributesModel. | |
void | useSubduedColors () |
Set the palette to be used, for painting datasets to the subdued palette. | |
ValueTrackerAttributes | valueTrackerAttributes (const QModelIndex &index) const |
Returns the value tracker attributes of the model index index. | |
virtual int | verticalOffset () const |
[reimplemented] | |
virtual QRect | visualRect (const QModelIndex &index) const |
[reimplemented] | |
virtual QRegion | visualRegion (const QModelIndex &index) const |
virtual QRegion | visualRegionForSelection (const QItemSelection &selection) const |
[reimplemented] | |
virtual | ~LeveyJenningsDiagram () |
Protected Slots | |
void | calculateMeanAndStandardDeviation () const |
void | setDataBoundariesDirty () const |
Protected Member Functions | |
QModelIndex | attributesModelRootIndex () const |
const QPair< QPointF, QPointF > | calculateDataBoundaries () const |
[reimplemented] | |
virtual bool | checkInvariants (bool justReturnTheStatus=false) const |
void | drawChanges (PaintContext *paintContext) |
Draws the fluidics pack and sensor changed symbols. | |
virtual void | drawDataPointSymbol (PaintContext *paintContext, const QPointF &pos, bool ok) |
Draws a data point symbol for the data point at pos. | |
virtual void | drawFluidicsPackChangedSymbol (PaintContext *paintContext, const QPointF &pos) |
Draws a fluidics pack changed symbol for the data point at pos. | |
virtual void | drawLotChangeSymbol (PaintContext *paintContext, const QPointF &pos) |
Draws a lot changed symbol for the data point at pos. | |
virtual void | drawSensorChangedSymbol (PaintContext *paintContext, const QPointF &pos) |
Draws a sensor changed symbol for the data point at pos. | |
LineAttributes::MissingValuesPolicy | getCellValues (int row, int column, bool shiftCountedXValuesByHalfSection, double &valueX, double &valueY) const |
virtual QRectF | iconRect () const |
Returns the rectangle being used for drawing the icons. | |
QSvgRenderer * | iconRenderer (Symbol symbol) |
Returns the SVG icon renderer for symbol. | |
void | paint (PaintContext *paintContext) |
[reimplemented] | |
virtual void | paintDataValueTexts (QPainter *painter) |
void | paintEvent (QPaintEvent *) |
virtual void | paintMarkers (QPainter *painter) |
void | resizeEvent (QResizeEvent *) |
void | setAttributesModelRootIndex (const QModelIndex &) |
void | setDatasetDimensionInternal (int dimension) |
virtual double | threeDItemDepth (int column) const |
virtual double | threeDItemDepth (const QModelIndex &index) const |
double | valueForCell (int row, int column) const |
Helper method, retrieving the data value (DisplayRole) for a given row and column. | |
double | valueForCellTesting (int row, int column, bool &bOK, bool showHiddenCellsAsInvalid=false) const |
LeveyDiagram defines a Levey Jennings chart.
It provides different subtypes which are set using setType.
Definition at line 42 of file KDChartLeveyJenningsDiagram.h.
enum KDChart::LineDiagram::LineType [inherited] |
Definition at line 66 of file KDChartLineDiagram.h.
Definition at line 58 of file KDChartLeveyJenningsDiagram.h.
LeveyJenningsDiagram::LeveyJenningsDiagram | ( | QWidget * | parent = 0 , |
|
LeveyJenningsCoordinatePlane * | plane = 0 | |||
) | [explicit] |
Definition at line 51 of file KDChartLeveyJenningsDiagram.cpp.
Referenced by clone().
LeveyJenningsDiagram::~LeveyJenningsDiagram | ( | ) | [virtual] |
Definition at line 80 of file KDChartLeveyJenningsDiagram.cpp.
void KDChart::AbstractDiagram::aboutToBeDestroyed | ( | ) | [signal, inherited] |
This signal is emitted when this diagram is being destroyed, but before all the data, i.e.
the attributes model, is invalidated.
Referenced by KDChart::AbstractDiagram::~AbstractDiagram().
void AbstractCartesianDiagram::addAxis | ( | CartesianAxis * | axis | ) | [virtual, inherited] |
Add the axis to the diagram.
The diagram takes ownership of the axis and will delete it.
To gain back ownership (e.g. for assigning the axis to another diagram) use the takeAxis method, before calling addAxis on the other diagram.
Definition at line 89 of file KDChartAbstractCartesianDiagram.cpp.
References KDChart::AbstractAxis::createObserver(), d, and KDChart::AbstractCartesianDiagram::layoutPlanes().
bool AbstractDiagram::allowOverlappingDataValueTexts | ( | ) | const [inherited] |
Definition at line 490 of file KDChartAbstractDiagram.cpp.
References d.
Referenced by KDChart::AbstractDiagram::compare().
bool AbstractDiagram::antiAliasing | ( | ) | const [inherited] |
Definition at line 501 of file KDChartAbstractDiagram.cpp.
References d.
Referenced by KDChart::AbstractDiagram::compare().
AttributesModel * AbstractDiagram::attributesModel | ( | ) | const [virtual, inherited] |
Returns the AttributesModel, that is used by this diagram.
By default each diagram owns its own AttributesModel, which should never be deleted. Only if a user-supplied AttributesModel has been set does the pointer returned here not belong to the diagram.
Definition at line 316 of file KDChartAbstractDiagram.cpp.
References d.
Referenced by KDChart::AbstractDiagram::brush(), KDChart::AbstractDiagram::compare(), KDChart::AbstractDiagram::datasetBrushes(), KDChart::AbstractDiagram::datasetLabels(), KDChart::AbstractDiagram::datasetMarkers(), KDChart::AbstractDiagram::datasetPens(), KDChart::AbstractDiagram::dataValueAttributes(), KDChart::AbstractDiagram::isHidden(), KDChart::AbstractDiagram::itemRowLabels(), KDChart::AbstractDiagram::pen(), KDChart::AbstractCartesianDiagram::setAttributesModel(), KDChart::BarDiagram::setBarAttributes(), KDChart::AbstractDiagram::setBrush(), KDChart::AbstractCartesianDiagram::setCoordinatePlane(), KDChart::AbstractCartesianDiagram::setModel(), KDChart::AbstractDiagram::setPen(), KDChart::AbstractCartesianDiagram::setRootIndex(), and KDChart::TernaryLineDiagram::TernaryLineDiagram().
QModelIndex AbstractDiagram::attributesModelRootIndex | ( | ) | const [protected, inherited] |
returns a QModelIndex pointing into the AttributesModel that corresponds to the root index of the diagram.
Definition at line 346 of file KDChartAbstractDiagram.cpp.
References d.
Referenced by KDChart::AbstractDiagram::datasetBrushes(), KDChart::AbstractDiagram::datasetLabels(), KDChart::AbstractDiagram::datasetMarkers(), KDChart::AbstractDiagram::datasetPens(), KDChart::AbstractDiagram::itemRowLabels(), KDChart::Plotter::numberOfAbscissaSegments(), KDChart::LineDiagram::numberOfAbscissaSegments(), KDChart::BarDiagram::numberOfAbscissaSegments(), KDChart::Plotter::numberOfOrdinateSegments(), KDChart::LineDiagram::numberOfOrdinateSegments(), KDChart::BarDiagram::numberOfOrdinateSegments(), KDChart::AbstractDiagram::valueForCell(), and KDChart::LineDiagram::valueForCellTesting().
KDChart::CartesianAxisList AbstractCartesianDiagram::axes | ( | ) | const [virtual, inherited] |
Definition at line 108 of file KDChartAbstractCartesianDiagram.cpp.
References d.
Referenced by KDChart::Widget::setType(), and KDChart::CartesianCoordinatePlane::sharedAxisMasterPlane().
QBrush AbstractDiagram::brush | ( | const QModelIndex & | index | ) | const [inherited] |
Retrieve the brush to be used, for painting the datapoint at the given index in the model.
index | The index of the datapoint in the model. With a dataset dimension of two, this is the index of the key of each key/value pair.
|
Definition at line 801 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::AttributesModel::data(), and KDChart::DatasetBrushRole.
QBrush AbstractDiagram::brush | ( | int | dataset | ) | const [inherited] |
Retrieve the brush to be used for the given dataset.
This will fall back automatically to what was set at model level, if there are no dataset specific settings.
dataset | The dataset to retrieve the brush for.
|
Definition at line 793 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::brush(), d, and KDChart::DatasetBrushRole.
QBrush AbstractDiagram::brush | ( | ) | const [inherited] |
Retrieve the brush to be used for painting datapoints globally.
This will fall back automatically to the default settings, if there are no specific settings.
Definition at line 787 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::AttributesModel::data(), and KDChart::DatasetBrushRole.
Referenced by KDChart::AbstractDiagram::brush(), KDChart::AbstractDiagram::datasetBrushes(), KDChart::TernaryPointDiagram::paint(), KDChart::TernaryLineDiagram::paint(), KDChart::PolarDiagram::paint(), and KDChart::AbstractDiagram::paintMarker().
const QPair< QPointF, QPointF > LeveyJenningsDiagram::calculateDataBoundaries | ( | ) | const [protected, virtual] |
[reimplemented]
Reimplemented from KDChart::LineDiagram.
Definition at line 423 of file KDChartLeveyJenningsDiagram.cpp.
References d, and timeRange().
float LeveyJenningsDiagram::calculatedMeanValue | ( | ) | const |
Returns the calculated mean values over all QC values.
Definition at line 300 of file KDChartLeveyJenningsDiagram.cpp.
References d.
Referenced by KDChart::LeveyJenningsAxis::paintAsOrdinate().
float LeveyJenningsDiagram::calculatedStandardDeviation | ( | ) | const |
Returns the calculated standard deviation over all QC values.
Definition at line 308 of file KDChartLeveyJenningsDiagram.cpp.
References d.
Referenced by KDChart::LeveyJenningsAxis::paintAsOrdinate().
void LeveyJenningsDiagram::calculateMeanAndStandardDeviation | ( | ) | const [protected, slot] |
Definition at line 356 of file KDChartLeveyJenningsDiagram.cpp.
References d.
Referenced by setModel().
bool LineDiagram::centerDataPoints | ( | ) | const [inherited] |
Definition at line 160 of file KDChartLineDiagram.cpp.
References d.
Referenced by KDChart::LineDiagram::compare(), and referenceDiagramNeedsCenteredAbscissaTicks().
bool AbstractDiagram::checkInvariants | ( | bool | justReturnTheStatus = false |
) | const [protected, virtual, inherited] |
Definition at line 1028 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::coordinatePlane().
Referenced by KDChart::RingDiagram::calculateDataBoundaries(), KDChart::PolarDiagram::calculateDataBoundaries(), KDChart::Plotter::calculateDataBoundaries(), KDChart::PieDiagram::calculateDataBoundaries(), KDChart::LineDiagram::calculateDataBoundaries(), KDChart::BarDiagram::calculateDataBoundaries(), KDChart::RingDiagram::paint(), KDChart::PolarDiagram::paint(), KDChart::Plotter::paint(), KDChart::LineDiagram::paint(), paint(), KDChart::BarDiagram::paint(), KDChart::AbstractDiagram::paintDataValueTexts(), KDChart::PieDiagram::paintInternal(), KDChart::AbstractDiagram::paintMarker(), and KDChart::AbstractDiagram::paintMarkers().
LineDiagram * LeveyJenningsDiagram::clone | ( | ) | const [virtual] |
Creates an exact copy of this diagram.
Reimplemented from KDChart::LineDiagram.
Definition at line 87 of file KDChartLeveyJenningsDiagram.cpp.
References d, and LeveyJenningsDiagram().
bool AbstractDiagram::compare | ( | const AbstractDiagram * | other | ) | const [inherited] |
Returns true if both diagrams have the same settings.
Definition at line 129 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::allowOverlappingDataValueTexts(), KDChart::AbstractDiagram::antiAliasing(), KDChart::AbstractDiagram::attributesModel(), KDChart::AttributesModel::compare(), KDChart::AbstractDiagram::datasetDimension(), and KDChart::AbstractDiagram::percentMode().
bool AbstractCartesianDiagram::compare | ( | const AbstractCartesianDiagram * | other | ) | const [inherited] |
Returns true if both diagrams have the same settings.
Definition at line 44 of file KDChartAbstractCartesianDiagram.cpp.
References KDChart::AbstractCartesianDiagram::referenceDiagram(), and KDChart::AbstractCartesianDiagram::referenceDiagramOffset().
bool LineDiagram::compare | ( | const LineDiagram * | other | ) | const [inherited] |
Returns true if both diagrams have the same settings.
Definition at line 91 of file KDChartLineDiagram.cpp.
References KDChart::LineDiagram::centerDataPoints(), KDChart::LineDiagram::reverseDatasetOrder(), and KDChart::LineDiagram::type().
bool LeveyJenningsDiagram::compare | ( | const LeveyJenningsDiagram * | other | ) | const |
Returns true if both diagrams have the same settings.
Definition at line 93 of file KDChartLeveyJenningsDiagram.cpp.
AbstractCoordinatePlane * AbstractDiagram::coordinatePlane | ( | ) | const [inherited] |
The coordinate plane associated with the diagram.
This determines how coordinates in value space are mapped into pixel space. By default this is a CartesianCoordinatePlane.
Definition at line 220 of file KDChartAbstractDiagram.cpp.
References d.
Referenced by KDChart::LineDiagram::calculateDataBoundaries(), KDChart::BarDiagram::calculateDataBoundaries(), KDChart::AbstractDiagram::checkInvariants(), iconRect(), KDChart::AbstractCartesianDiagram::layoutPlanes(), KDChart::PolarDiagram::paint(), KDChart::AbstractDiagram::paintDataValueTexts(), KDChart::AbstractDiagram::paintMarkers(), KDChart::AbstractPolarDiagram::polarCoordinatePlane(), KDChart::Plotter::resize(), KDChart::LineDiagram::resize(), KDChart::BarDiagram::resize(), and KDChart::AbstractCartesianDiagram::setCoordinatePlane().
const QPair< QPointF, QPointF > AbstractDiagram::dataBoundaries | ( | ) | const [inherited] |
Return the bottom left and top right data point, that the diagram will display (unless the grid adjusts these values).
This method returns a chached result of calculations done by calculateDataBoundaries. Classes derived from AbstractDiagram must implement the calculateDataBoundaries function, to specify their own way of calculating the data boundaries. If derived classes want to force recalculation of the data boundaries, they can call setDataBoundariesDirty()
Returned value is in diagram coordinates.
Definition at line 225 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::calculateDataBoundaries(), and d.
Referenced by KDChart::CartesianCoordinatePlane::getRawDataBoundingRectFromDiagrams(), KDChart::PolarCoordinatePlane::layoutDiagrams(), KDChart::Plotter::paint(), KDChart::LineDiagram::paint(), paint(), and KDChart::BarDiagram::paint().
void AbstractDiagram::dataChanged | ( | const QModelIndex & | topLeft, | |
const QModelIndex & | bottomRight | |||
) | [virtual, inherited] |
[reimplemented]
Definition at line 367 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::setDataBoundariesDirty().
Referenced by setModel(), and KDChart::AbstractDiagram::setModel().
void KDChart::AbstractDiagram::dataHidden | ( | ) | [signal, inherited] |
This signal is emitted, when the hidden status of at least one data cell was (un)set.
Referenced by KDChart::AbstractDiagram::setHidden().
QList< QBrush > AbstractDiagram::datasetBrushes | ( | ) | const [inherited] |
The set of dataset brushes currently used, for use in legends, etc.
Definition at line 989 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::AbstractDiagram::attributesModelRootIndex(), KDChart::AbstractDiagram::brush(), KDChart::AttributesModel::columnCount(), and KDChart::AbstractDiagram::datasetDimension().
Referenced by KDChart::Legend::datasetCount(), KDChart::Legend::removeDiagram(), and KDChart::Legend::setBrushesFromDiagram().
int AbstractDiagram::datasetDimension | ( | ) | const [inherited] |
The dataset dimension of a diagram determines, how many value dimensions it expects each datapoint to have.
For each dimension it will expect one column of values in the model. If the dimensionality is 1, automatic values will be used for the abscissa.
For example a diagram with the default dimension of 1, will have one column per datapoint (the y values) and will use automatic values for the x axis (1, 2, 3, ... n). If the dimension is 2, the diagram will use the first, (and the third, fifth, etc) columns as X values, and the second, (and the fourth, sixth, etc) column as Y values.
Definition at line 1040 of file KDChartAbstractDiagram.cpp.
References d.
Referenced by KDChart::AbstractDiagram::compare(), KDChart::AbstractDiagram::datasetBrushes(), KDChart::AbstractDiagram::datasetLabels(), KDChart::AbstractDiagram::datasetMarkers(), KDChart::AbstractDiagram::datasetPens(), KDChart::LineDiagram::getCellValues(), KDChart::CartesianCoordinatePlane::getDataDimensionsList(), KDChart::TernaryPointDiagram::paint(), KDChart::TernaryLineDiagram::paint(), KDChart::AbstractDiagram::paintDataValueTexts(), KDChart::AbstractDiagram::paintMarkers(), KDChart::Plotter::setType(), and KDChart::LineDiagram::setType().
QStringList AbstractDiagram::datasetLabels | ( | ) | const [inherited] |
The set of dataset labels currently displayed, for use in legends, etc.
Definition at line 976 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::AbstractDiagram::attributesModelRootIndex(), KDChart::AttributesModel::columnCount(), KDChart::AbstractDiagram::datasetDimension(), and KDChart::AttributesModel::headerData().
Referenced by KDChart::Legend::datasetCount().
QList< MarkerAttributes > AbstractDiagram::datasetMarkers | ( | ) | const [inherited] |
The set of dataset markers currently used, for use in legends, etc.
Definition at line 1015 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::AbstractDiagram::attributesModelRootIndex(), KDChart::AttributesModel::columnCount(), KDChart::AbstractDiagram::datasetDimension(), KDChart::AbstractDiagram::dataValueAttributes(), and KDChart::DataValueAttributes::markerAttributes().
QList< QPen > AbstractDiagram::datasetPens | ( | ) | const [inherited] |
The set of dataset pens currently used, for use in legends, etc.
Definition at line 1002 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::AbstractDiagram::attributesModelRootIndex(), KDChart::AttributesModel::columnCount(), KDChart::AbstractDiagram::datasetDimension(), and KDChart::AbstractDiagram::pen().
Referenced by KDChart::Legend::removeDiagram().
DataValueAttributes AbstractDiagram::dataValueAttributes | ( | const QModelIndex & | index | ) | const [inherited] |
Retrieve the DataValueAttributes for the given index.
This will fall back automatically to what was set at dataset or model level, if there are no datapoint specific settings.
index | The datapoint to retrieve the attributes for. With a dataset dimension of two, this is the index of the key of each key/value pair.
|
Definition at line 470 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::AttributesModel::data(), and KDChart::DataValueLabelAttributesRole.
DataValueAttributes AbstractDiagram::dataValueAttributes | ( | int | dataset | ) | const [inherited] |
Retrieve the DataValueAttributes for the given dataset.
This will fall back automatically to what was set at model level, if there are no dataset specific settings.
dataset | The dataset to retrieve the attributes for.
|
Definition at line 450 of file KDChartAbstractDiagram.cpp.
References d, KDChart::AbstractDiagram::dataValueAttributes(), and KDChart::DataValueLabelAttributesRole.
DataValueAttributes AbstractDiagram::dataValueAttributes | ( | ) | const [inherited] |
Retrieve the DataValueAttributes specified globally.
This will fall back automatically to the default settings, if there are no specific settings.
Definition at line 444 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::DataValueLabelAttributesRole, and KDChart::AttributesModel::modelData().
Referenced by KDChart::AbstractDiagram::datasetMarkers(), KDChart::AbstractDiagram::dataValueAttributes(), KDChart::TernaryPointDiagram::paint(), KDChart::TernaryLineDiagram::paint(), KDChart::AbstractDiagram::paintMarker(), and KDChart::TernaryLineDiagram::TernaryLineDiagram().
void AbstractDiagram::doItemsLayout | ( | ) | [virtual, inherited] |
[reimplemented]
Definition at line 358 of file KDChartAbstractDiagram.cpp.
References d, and KDChart::AbstractDiagram::update().
void LeveyJenningsDiagram::drawChanges | ( | PaintContext * | paintContext | ) | [protected] |
Draws the fluidics pack and sensor changed symbols.
Definition at line 493 of file KDChartLeveyJenningsDiagram.cpp.
References d, drawFluidicsPackChangedSymbol(), drawSensorChangedSymbol(), and timeRange().
Referenced by paint().
void LeveyJenningsDiagram::drawDataPointSymbol | ( | PaintContext * | ctx, | |
const QPointF & | pos, | |||
bool | ok | |||
) | [protected, virtual] |
Draws a data point symbol for the data point at pos.
ok | True, when the data point is ok, false otherwise (different symbol)
|
Definition at line 640 of file KDChartLeveyJenningsDiagram.cpp.
References KDChart::PaintContext::coordinatePlane(), iconRect(), iconRenderer(), NotOkDataPoint, OkDataPoint, KDChart::PaintContext::painter(), KDChart::AbstractCoordinatePlane::translate(), and KDChart::LineDiagram::type().
Referenced by paint().
void LeveyJenningsDiagram::drawFluidicsPackChangedSymbol | ( | PaintContext * | ctx, | |
const QPointF & | pos | |||
) | [protected, virtual] |
Draws a fluidics pack changed symbol for the data point at pos.
ctx | The PaintContext being used
|
Definition at line 699 of file KDChartLeveyJenningsDiagram.cpp.
References KDChart::PaintContext::coordinatePlane(), d, FluidicsPackChanged, iconRect(), iconRenderer(), KDChart::PaintContext::painter(), and KDChart::AbstractCoordinatePlane::translate().
Referenced by drawChanges().
void LeveyJenningsDiagram::drawLotChangeSymbol | ( | PaintContext * | ctx, | |
const QPointF & | pos | |||
) | [protected, virtual] |
Draws a lot changed symbol for the data point at pos.
ctx | The PaintContext being used
|
Definition at line 658 of file KDChartLeveyJenningsDiagram.cpp.
References KDChart::PaintContext::coordinatePlane(), d, iconRect(), iconRenderer(), LotChanged, KDChart::PaintContext::painter(), and KDChart::AbstractCoordinatePlane::translate().
Referenced by paint().
void LeveyJenningsDiagram::drawSensorChangedSymbol | ( | PaintContext * | ctx, | |
const QPointF & | pos | |||
) | [protected, virtual] |
Draws a sensor changed symbol for the data point at pos.
ctx | The PaintContext being used
|
Definition at line 679 of file KDChartLeveyJenningsDiagram.cpp.
References KDChart::PaintContext::coordinatePlane(), d, iconRect(), iconRenderer(), KDChart::PaintContext::painter(), SensorChanged, and KDChart::AbstractCoordinatePlane::translate().
Referenced by drawChanges().
float LeveyJenningsDiagram::expectedMeanValue | ( | ) | const |
Returns the expected mean values over all QC values.
Definition at line 271 of file KDChartLeveyJenningsDiagram.cpp.
References d.
Referenced by paint(), and KDChart::LeveyJenningsAxis::paintAsOrdinate().
float LeveyJenningsDiagram::expectedStandardDeviation | ( | ) | const |
Returns the expected standard deviation over all QC values.
Definition at line 292 of file KDChartLeveyJenningsDiagram.cpp.
References d.
Referenced by KDChart::LeveyJenningsAxis::paintAsOrdinate().
Qt::Alignment LeveyJenningsDiagram::fluidicsPackChangedSymbolPosition | ( | ) | const |
Returns the position of the fluidics pack changed symbol.
Definition at line 145 of file KDChartLeveyJenningsDiagram.cpp.
References d.
QVector< QDateTime > LeveyJenningsDiagram::fluidicsPackChanges | ( | ) | const |
Returns the list of all fluidics pack changes.
Definition at line 186 of file KDChartLeveyJenningsDiagram.cpp.
References d.
LineAttributes::MissingValuesPolicy LineDiagram::getCellValues | ( | int | row, | |
int | column, | |||
bool | shiftCountedXValuesByHalfSection, | |||
double & | valueX, | |||
double & | valueY | |||
) | const [protected, inherited] |
Definition at line 413 of file KDChartLineDiagram.cpp.
References KDChart::AbstractDiagram::datasetDimension(), KDChart::LineDiagram::lineAttributes(), KDChart::LineAttributes::missingValuesPolicy(), KDChart::LineAttributes::MissingValuesPolicyIgnored, and KDChart::LineDiagram::valueForCellTesting().
int AbstractDiagram::horizontalOffset | ( | ) | const [virtual, inherited] |
[reimplemented]
Definition at line 909 of file KDChartAbstractDiagram.cpp.
QRectF LeveyJenningsDiagram::iconRect | ( | ) | const [protected, virtual] |
Returns the rectangle being used for drawing the icons.
Definition at line 717 of file KDChartLeveyJenningsDiagram.cpp.
References KDChart::TextAttributes::calculatedFont(), KDChart::AbstractDiagram::coordinatePlane(), KDChartEnums::MeasureCalculationModeAuto, KDChartEnums::MeasureOrientationAuto, and KDChart::TextAttributes::setFontSize().
Referenced by drawDataPointSymbol(), drawFluidicsPackChangedSymbol(), drawLotChangeSymbol(), drawSensorChangedSymbol(), and paint().
QSvgRenderer * LeveyJenningsDiagram::iconRenderer | ( | Symbol | symbol | ) | [protected] |
Returns the SVG icon renderer for symbol.
Definition at line 730 of file KDChartLeveyJenningsDiagram.cpp.
References d.
Referenced by drawDataPointSymbol(), drawFluidicsPackChangedSymbol(), drawLotChangeSymbol(), and drawSensorChangedSymbol().
QModelIndex AbstractDiagram::indexAt | ( | const QPoint & | point | ) | const [virtual, inherited] |
QModelIndexList AbstractDiagram::indexesAt | ( | const QPoint & | point | ) | const [inherited] |
This method is added alongside with indexAt from QAIM, since in kdchart multiple indexes can be displayed at the same spot.
Definition at line 1079 of file KDChartAbstractDiagram.cpp.
References d.
bool AbstractDiagram::isHidden | ( | const QModelIndex & | index | ) | const [inherited] |
Retrieve the hidden status for the given index.
This will fall back automatically to what was set at dataset or diagram level, if there are no datapoint specific settings.
index | The datapoint to retrieve the hidden status for.
|
Definition at line 418 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::AttributesModel::data(), and KDChart::DataHiddenRole.
bool AbstractDiagram::isHidden | ( | int | dataset | ) | const [inherited] |
Retrieve the hidden status for the given dataset.
This will fall back automatically to what was set at diagram level, if there are no dataset specific settings.
dataset | The dataset to retrieve the hidden status for.
|
Definition at line 410 of file KDChartAbstractDiagram.cpp.
References d, KDChart::DataHiddenRole, and KDChart::AbstractDiagram::isHidden().
bool AbstractDiagram::isHidden | ( | ) | const [inherited] |
Retrieve the hidden status specified globally.
This will fall back automatically to the default settings ( = not hidden), if there are no specific settings.
Definition at line 404 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::DataHiddenRole, and KDChart::AttributesModel::modelData().
Referenced by KDChart::AbstractDiagram::isHidden(), and KDChart::LineDiagram::valueForCellTesting().
bool AbstractDiagram::isIndexHidden | ( | const QModelIndex & | index | ) | const [virtual, inherited] |
[reimplemented]
Definition at line 915 of file KDChartAbstractDiagram.cpp.
QStringList AbstractDiagram::itemRowLabels | ( | ) | const [inherited] |
The set of item row labels currently displayed, for use in Abscissa axes, etc.
Definition at line 960 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::AbstractDiagram::attributesModelRootIndex(), KDChart::AttributesModel::headerData(), KDChart::AttributesModel::rowCount(), KDChart::AbstractDiagram::unitPrefix(), and KDChart::AbstractDiagram::unitSuffix().
void KDChart::AbstractDiagram::layoutChanged | ( | AbstractDiagram * | ) | [signal, inherited] |
Diagrams are supposed to emit this signal, when the layout of one of their element changes.
Layouts can change, for example, when axes are added or removed, or when the configuration was changed in a way that the axes or the diagram itself are displayed in a different geometry. Changes in the diagrams coordinate system also result in the layoutChanged() signal being emitted.
Referenced by KDChart::AbstractDiagram::setDatasetDimensionInternal(), setModel(), KDChart::AbstractDiagram::setModel(), KDChart::BarDiagram::setOrientation(), KDChart::AbstractPieDiagram::setPieAttributes(), KDChart::BarDiagram::setThreeDBarAttributes(), KDChart::AbstractPieDiagram::setThreeDPieAttributes(), KDChart::Plotter::setType(), KDChart::LineDiagram::setType(), and KDChart::BarDiagram::setType().
void KDChart::AbstractCartesianDiagram::layoutPlanes | ( | ) | [virtual, inherited] |
Triggers layouting of all coordinate planes on the current chart.
Normally you don't need to call this method. It's handled automatically for you.
Definition at line 113 of file KDChartAbstractCartesianDiagram.cpp.
References KDChart::AbstractDiagram::coordinatePlane(), and KDChart::AbstractCoordinatePlane::layoutPlanes().
Referenced by KDChart::AbstractCartesianDiagram::addAxis(), and KDChart::AbstractCartesianDiagram::takeAxis().
LineAttributes LineDiagram::lineAttributes | ( | const QModelIndex & | index | ) | const [inherited] |
Definition at line 253 of file KDChartLineDiagram.cpp.
References d, and KDChart::LineAttributesRole.
LineAttributes LineDiagram::lineAttributes | ( | int | column | ) | const [inherited] |
Definition at line 242 of file KDChartLineDiagram.cpp.
References d, KDChart::LineDiagram::lineAttributes(), and KDChart::LineAttributesRole.
LineAttributes LineDiagram::lineAttributes | ( | ) | const [inherited] |
Definition at line 233 of file KDChartLineDiagram.cpp.
References d, and KDChart::LineAttributesRole.
Referenced by KDChart::LineDiagram::getCellValues(), and KDChart::LineDiagram::lineAttributes().
Qt::Alignment LeveyJenningsDiagram::lotChangedSymbolPosition | ( | ) | const |
Returns the position of the lot change symbol.
Definition at line 124 of file KDChartLeveyJenningsDiagram.cpp.
References d.
void KDChart::AbstractDiagram::modelDataChanged | ( | ) | [signal, inherited] |
This signal is emitted, when the model data is changed.
Referenced by KDChart::AbstractDiagram::setModel().
void KDChart::AbstractDiagram::modelsChanged | ( | ) | [signal, inherited] |
This signal is emitted, when either the model or the AttributesModel is replaced.
Referenced by KDChart::AbstractDiagram::setAttributesModel(), KDChart::AbstractDiagram::setModel(), and KDChart::AbstractDiagram::setSelectionModel().
QModelIndex AbstractDiagram::moveCursor | ( | CursorAction | cursorAction, | |
Qt::KeyboardModifiers | modifiers | |||
) | [virtual, inherited] |
[reimplemented]
Definition at line 906 of file KDChartAbstractDiagram.cpp.
const int LineDiagram::numberOfAbscissaSegments | ( | ) | const [virtual, inherited] |
Implements KDChart::AbstractCartesianDiagram.
Definition at line 467 of file KDChartLineDiagram.cpp.
References KDChart::AbstractDiagram::attributesModelRootIndex(), and d.
const int LineDiagram::numberOfOrdinateSegments | ( | ) | const [virtual, inherited] |
Implements KDChart::AbstractCartesianDiagram.
Definition at line 475 of file KDChartLineDiagram.cpp.
References KDChart::AbstractDiagram::attributesModelRootIndex(), and d.
void LeveyJenningsDiagram::paint | ( | PaintContext * | paintContext | ) | [protected, virtual] |
[reimplemented]
Reimplemented from KDChart::LineDiagram.
Definition at line 513 of file KDChartLeveyJenningsDiagram.cpp.
References KDChart::AbstractDiagram::checkInvariants(), KDChart::PaintContext::coordinatePlane(), d, KDChart::AbstractDiagram::dataBoundaries(), drawChanges(), drawDataPointSymbol(), drawLotChangeSymbol(), expectedMeanValue(), iconRect(), KDChart::PaintContext::painter(), KDChart::AbstractDiagram::pen(), KDChart::PaintContext::setCoordinatePlane(), KDChart::AbstractCoordinatePlane::sharedAxisMasterPlane(), timeRange(), and KDChart::AbstractCoordinatePlane::translate().
void AbstractDiagram::paintDataValueText | ( | QPainter * | painter, | |
const QModelIndex & | index, | |||
const QPointF & | pos, | |||
double | value | |||
) | [inherited] |
Definition at line 518 of file KDChartAbstractDiagram.cpp.
References d.
Referenced by KDChart::AbstractDiagram::paintDataValueTexts().
void AbstractDiagram::paintDataValueTexts | ( | QPainter * | painter | ) | [protected, virtual, inherited] |
Definition at line 534 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::checkInvariants(), KDChart::AbstractDiagram::coordinatePlane(), d, KDChart::AbstractDiagram::datasetDimension(), KDChart::AbstractDiagram::paintDataValueText(), and KDChart::AbstractCoordinatePlane::translate().
void LineDiagram::paintEvent | ( | QPaintEvent * | ) | [protected, inherited] |
Definition at line 387 of file KDChartLineDiagram.cpp.
References KDChart::LineDiagram::paint(), KDChart::PaintContext::setPainter(), and KDChart::PaintContext::setRectangle().
void AbstractDiagram::paintMarker | ( | QPainter * | painter, | |
const QModelIndex & | index, | |||
const QPointF & | pos | |||
) | [inherited] |
Definition at line 579 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::checkInvariants(), KDChart::AbstractDiagram::dataValueAttributes(), and KDChart::AbstractDiagram::paintMarker().
void AbstractDiagram::paintMarker | ( | QPainter * | painter, | |
const DataValueAttributes & | a, | |||
const QModelIndex & | index, | |||
const QPointF & | pos | |||
) | [inherited] |
Definition at line 551 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::brush(), KDChart::AbstractDiagram::checkInvariants(), d, KDChart::MarkerAttributes::isVisible(), KDChart::DataValueAttributes::isVisible(), KDChart::DataValueAttributes::markerAttributes(), KDChart::MarkerAttributes::markerColor(), KDChart::MarkerAttributes::markerSize(), KDChart::AbstractDiagram::paintMarker(), and KDChart::MarkerAttributes::pen().
void AbstractDiagram::paintMarker | ( | QPainter * | painter, | |
const MarkerAttributes & | markerAttributes, | |||
const QBrush & | brush, | |||
const QPen & | pen, | |||
const QPointF & | point, | |||
const QSizeF & | size | |||
) | [virtual, inherited] |
Definition at line 587 of file KDChartAbstractDiagram.cpp.
References KDChart::MarkerAttributes::Marker1Pixel, KDChart::MarkerAttributes::Marker4Pixels, KDChart::MarkerAttributes::MarkerCircle, KDChart::MarkerAttributes::MarkerCross, KDChart::MarkerAttributes::MarkerDiamond, KDChart::MarkerAttributes::MarkerFastCross, KDChart::MarkerAttributes::MarkerRing, KDChart::MarkerAttributes::MarkerSquare, KDChart::MarkerAttributes::markerStyle(), KDChart::MarkerAttributes::NoMarker, and KDChart::PrintingParameters::scalePen().
Referenced by KDChart::TernaryPointDiagram::paint(), KDChart::TernaryLineDiagram::paint(), KDChart::MarkerLayoutItem::paintIntoRect(), KDChart::AbstractDiagram::paintMarker(), and KDChart::AbstractDiagram::paintMarkers().
void AbstractDiagram::paintMarkers | ( | QPainter * | painter | ) | [protected, virtual, inherited] |
Definition at line 707 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::checkInvariants(), KDChart::AbstractDiagram::coordinatePlane(), KDChart::AbstractDiagram::datasetDimension(), KDChart::AbstractDiagram::paintMarker(), and KDChart::AbstractCoordinatePlane::translate().
QPen AbstractDiagram::pen | ( | const QModelIndex & | index | ) | const [inherited] |
Retrieve the pen to be used, for painting the datapoint at the given index in the model.
index | The index of the datapoint in the model. With a dataset dimension of two, this is the index of the key of each key/value pair.
|
Definition at line 758 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::AttributesModel::data(), and KDChart::DatasetPenRole.
QPen AbstractDiagram::pen | ( | int | dataset | ) | const [inherited] |
Retrieve the pen to be used for the given dataset.
This will fall back automatically to what was set at model level, if there are no dataset specific settings.
dataset | The dataset to retrieve the pen for.
|
Definition at line 750 of file KDChartAbstractDiagram.cpp.
References d, KDChart::DatasetPenRole, and KDChart::AbstractDiagram::pen().
QPen AbstractDiagram::pen | ( | ) | const [inherited] |
Retrieve the pen to be used for painting datapoints globally.
This will fall back automatically to the default settings, if there are no specific settings.
Definition at line 744 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::AttributesModel::data(), and KDChart::DatasetPenRole.
Referenced by KDChart::AbstractDiagram::datasetPens(), KDChart::TernaryPointDiagram::paint(), KDChart::TernaryLineDiagram::paint(), paint(), and KDChart::AbstractDiagram::pen().
bool AbstractDiagram::percentMode | ( | ) | const [inherited] |
Returns whether this diagram is drawn in percent mode.
If true, all data points in the same column of a diagram will be be drawn at the same X coordinate and stacked up so that the distance from the last data point (or the zero line) to a data point P is always the ratio of (Y-Value of P)/ (sum of all Y-Values in same column as P) relative to the diagrams height (or width, if abscissa and ordinate are swapped).
Note that this property is not applicable to all diagram types.
Definition at line 512 of file KDChartAbstractDiagram.cpp.
References d.
Referenced by KDChart::AbstractDiagram::compare().
void KDChart::AbstractDiagram::propertiesChanged | ( | ) | [signal, inherited] |
Emitted upon change of a property of the Diagram.
Referenced by KDChart::Plotter::resetLineAttributes(), KDChart::LineDiagram::resetLineAttributes(), KDChart::AbstractDiagram::setAllowOverlappingDataValueTexts(), KDChart::AbstractDiagram::setAntiAliasing(), KDChart::BarDiagram::setBarAttributes(), KDChart::AbstractDiagram::setBrush(), KDChart::LineDiagram::setCenterDataPoints(), KDChart::AbstractDiagram::setDataValueAttributes(), KDChart::Plotter::setLineAttributes(), KDChart::LineDiagram::setLineAttributes(), KDChart::BarDiagram::setOrientation(), KDChart::AbstractDiagram::setPen(), KDChart::AbstractDiagram::setPercentMode(), KDChart::BarDiagram::setThreeDBarAttributes(), KDChart::Plotter::setThreeDLineAttributes(), KDChart::LineDiagram::setThreeDLineAttributes(), KDChart::Plotter::setType(), KDChart::LineDiagram::setType(), KDChart::BarDiagram::setType(), KDChart::Plotter::setValueTrackerAttributes(), and KDChart::LineDiagram::setValueTrackerAttributes().
AbstractCartesianDiagram * AbstractCartesianDiagram::referenceDiagram | ( | ) | const [virtual, inherited] |
Definition at line 167 of file KDChartAbstractCartesianDiagram.cpp.
References d.
Referenced by KDChart::AbstractCartesianDiagram::compare(), KDChart::CartesianCoordinatePlane::getDataDimensionsList(), KDChart::CartesianAxis::paintCtx(), referenceDiagramIsBarDiagram(), and referenceDiagramNeedsCenteredAbscissaTicks().
QPointF AbstractCartesianDiagram::referenceDiagramOffset | ( | ) | const [virtual, inherited] |
Definition at line 172 of file KDChartAbstractCartesianDiagram.cpp.
References d.
Referenced by KDChart::AbstractCartesianDiagram::compare().
void LineDiagram::resetLineAttributes | ( | const QModelIndex & | index | ) | [inherited] |
Remove any explicit line attributes settings that might have been specified before.
Definition at line 223 of file KDChartLineDiagram.cpp.
References d, KDChart::LineAttributesRole, and KDChart::AbstractDiagram::propertiesChanged().
void LineDiagram::resetLineAttributes | ( | int | column | ) | [inherited] |
Resets the line attributes of data set column.
Definition at line 200 of file KDChartLineDiagram.cpp.
References d, KDChart::LineAttributesRole, and KDChart::AbstractDiagram::propertiesChanged().
void LineDiagram::resize | ( | const QSizeF & | area | ) | [virtual, inherited] |
Called by the widget's sizeEvent.
Adjust all internal structures, that are calculated, dependending on the size of the widget.
area |
Implements KDChart::AbstractDiagram.
Definition at line 457 of file KDChartLineDiagram.cpp.
References KDChart::AbstractDiagram::coordinatePlane(), d, KDChart::AbstractDiagram::setDataBoundariesDirty(), KDChart::AbstractCoordinatePlane::zoomFactorX(), and KDChart::AbstractCoordinatePlane::zoomFactorY().
void LineDiagram::resizeEvent | ( | QResizeEvent * | ) | [protected, inherited] |
Definition at line 367 of file KDChartLineDiagram.cpp.
bool LineDiagram::reverseDatasetOrder | ( | ) | const [inherited] |
Definition at line 170 of file KDChartLineDiagram.cpp.
References d.
Referenced by KDChart::LineDiagram::compare().
QPen LeveyJenningsDiagram::scanLinePen | ( | ) | const |
Returns the pen being used for drawing the scan line.
Definition at line 218 of file KDChartLeveyJenningsDiagram.cpp.
References d.
void AbstractDiagram::scrollTo | ( | const QModelIndex & | index, | |
ScrollHint | hint = EnsureVisible | |||
) | [virtual, inherited] |
[reimplemented]
Definition at line 901 of file KDChartAbstractDiagram.cpp.
Qt::Alignment LeveyJenningsDiagram::sensorChangedSymbolPosition | ( | ) | const |
Returns the position of the sensor changed symbol.
Definition at line 166 of file KDChartLeveyJenningsDiagram.cpp.
References d.
QVector< QDateTime > LeveyJenningsDiagram::sensorChanges | ( | ) | const |
Returns the list of all sensor changes.
Definition at line 250 of file KDChartLeveyJenningsDiagram.cpp.
References d.
void AbstractDiagram::setAllowOverlappingDataValueTexts | ( | bool | allow | ) | [inherited] |
Set whether data value labels are allowed to overlap.
allow | True means that overlapping labels are allowed. |
Definition at line 484 of file KDChartAbstractDiagram.cpp.
References d, and KDChart::AbstractDiagram::propertiesChanged().
void AbstractDiagram::setAntiAliasing | ( | bool | enabled | ) | [inherited] |
Set whether anti-aliasing is to be used while rendering this diagram.
enabled | True means that AA is enabled. |
Definition at line 495 of file KDChartAbstractDiagram.cpp.
References d, and KDChart::AbstractDiagram::propertiesChanged().
void AbstractCartesianDiagram::setAttributesModel | ( | AttributesModel * | amodel | ) | [virtual, inherited] |
Associate an AttributesModel with this diagram.
Note that the diagram does _not_ take ownership of the AttributesModel. This should thus only be used with AttributesModels that have been explicitly created by the user, and are owned by her. Setting an AttributesModel that is internal to another diagram is an error.
Correct:
AttributesModel *am = new AttributesModel( model, 0 );
diagram1->setAttributesModel( am );
diagram2->setAttributesModel( am );
Wrong:
diagram1->setAttributesModel( diagram2->attributesModel() );
model | The AttributesModel to use for this diagram.
|
Reimplemented from KDChart::AbstractDiagram.
Definition at line 189 of file KDChartAbstractCartesianDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), and d.
void AbstractDiagram::setAttributesModelRootIndex | ( | const QModelIndex & | idx | ) | [protected, inherited] |
Definition at line 337 of file KDChartAbstractDiagram.cpp.
References d, and KDChart::AbstractDiagram::setDataBoundariesDirty().
Referenced by KDChart::AbstractDiagram::setRootIndex().
void AbstractDiagram::setBrush | ( | const QBrush & | brush | ) | [inherited] |
Set the brush to be used, for painting all datasets in the model.
brush | The brush to use. |
Definition at line 774 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::DatasetBrushRole, KDChart::AbstractDiagram::propertiesChanged(), and KDChart::AttributesModel::setModelData().
void AbstractDiagram::setBrush | ( | int | dataset, | |
const QBrush & | brush | |||
) | [inherited] |
Set the brush to be used, for painting the given dataset.
dataset | The dataset to set the brush for.
|
Definition at line 781 of file KDChartAbstractDiagram.cpp.
References d, KDChart::DatasetBrushRole, and KDChart::AbstractDiagram::propertiesChanged().
void AbstractDiagram::setBrush | ( | const QModelIndex & | index, | |
const QBrush & | brush | |||
) | [inherited] |
Set the brush to be used, for painting the datapoint at the given index.
index | The datapoint's index in the model. With a dataset dimension of two, this is the index of the key of each key/value pair.
|
Definition at line 766 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::DatasetBrushRole, KDChart::AbstractDiagram::propertiesChanged(), and KDChart::AttributesModel::setData().
void LineDiagram::setCenterDataPoints | ( | bool | center | ) | [inherited] |
If centerDataPoints() is true, all data points are moved by an offset of 0.5 to the right.
This is useful in conjunction with bar diagrams, since data points are then centered just like bars.
Definition at line 154 of file KDChartLineDiagram.cpp.
References d, and KDChart::AbstractDiagram::propertiesChanged().
void KDChart::AbstractCartesianDiagram::setCoordinatePlane | ( | AbstractCoordinatePlane * | plane | ) | [virtual, inherited] |
[reimplemented]
Reimplemented from KDChart::AbstractDiagram.
Definition at line 123 of file KDChartAbstractCartesianDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), and KDChart::AbstractDiagram::coordinatePlane().
void AbstractDiagram::setDataBoundariesDirty | ( | ) | const [protected, slot, inherited] |
Definition at line 234 of file KDChartAbstractDiagram.cpp.
References d.
Referenced by KDChart::AbstractDiagram::dataChanged(), KDChart::Plotter::resize(), KDChart::LineDiagram::resize(), KDChart::BarDiagram::resize(), KDChart::AbstractDiagram::setAttributesModel(), KDChart::AbstractDiagram::setAttributesModelRootIndex(), KDChart::AbstractDiagram::setDatasetDimensionInternal(), KDChart::AbstractDiagram::setModel(), KDChart::BarDiagram::setOrientation(), KDChart::BarDiagram::setThreeDBarAttributes(), KDChart::Plotter::setThreeDLineAttributes(), KDChart::LineDiagram::setThreeDLineAttributes(), KDChart::Plotter::setType(), KDChart::LineDiagram::setType(), and KDChart::BarDiagram::setType().
void AbstractDiagram::setDatasetDimension | ( | int | dimension | ) | [inherited] |
Definition at line 1045 of file KDChartAbstractDiagram.cpp.
void AbstractDiagram::setDatasetDimensionInternal | ( | int | dimension | ) | [protected, inherited] |
Definition at line 1051 of file KDChartAbstractDiagram.cpp.
References d, KDChart::AbstractDiagram::layoutChanged(), and KDChart::AbstractDiagram::setDataBoundariesDirty().
Referenced by KDChart::TernaryLineDiagram::TernaryLineDiagram(), and KDChart::TernaryPointDiagram::TernaryPointDiagram().
void AbstractDiagram::setDataValueAttributes | ( | const DataValueAttributes & | a | ) | [inherited] |
Set the DataValueAttributes for all datapoints in the model.
a | The attributes to set. |
Definition at line 478 of file KDChartAbstractDiagram.cpp.
References d, KDChart::DataValueLabelAttributesRole, and KDChart::AbstractDiagram::propertiesChanged().
void AbstractDiagram::setDataValueAttributes | ( | int | dataset, | |
const DataValueAttributes & | a | |||
) | [inherited] |
Set the DataValueAttributes for the given dataset.
dataset | The dataset to set the attributes for.
|
Definition at line 438 of file KDChartAbstractDiagram.cpp.
References d, KDChart::DataValueLabelAttributesRole, and KDChart::AbstractDiagram::propertiesChanged().
void AbstractDiagram::setDataValueAttributes | ( | const QModelIndex & | index, | |
const DataValueAttributes & | a | |||
) | [inherited] |
Set the DataValueAttributes for the given index.
index | The datapoint to set the attributes for. With a dataset dimension of two, this is the index of the key of each key/value pair.
|
Definition at line 427 of file KDChartAbstractDiagram.cpp.
References d, KDChart::DataValueLabelAttributesRole, and KDChart::AbstractDiagram::propertiesChanged().
void LeveyJenningsDiagram::setExpectedMeanValue | ( | float | meanValue | ) |
Sets the expected mean value over all QC values to meanValue.
Definition at line 258 of file KDChartLeveyJenningsDiagram.cpp.
References d, and KDChart::AbstractDiagram::update().
void LeveyJenningsDiagram::setExpectedStandardDeviation | ( | float | sd | ) |
Sets the expected standard deviaction over all QC values to sd.
Definition at line 279 of file KDChartLeveyJenningsDiagram.cpp.
References d, and KDChart::AbstractDiagram::update().
void LeveyJenningsDiagram::setFluidicsPackChangedSymbolPosition | ( | Qt::Alignment | pos | ) |
Sets the position of the fluidics pack changed symbol to pos.
Valid values are: Qt::AlignBottom (default), Qt::AlignTop.
Definition at line 133 of file KDChartLeveyJenningsDiagram.cpp.
References d, and KDChart::AbstractDiagram::update().
void LeveyJenningsDiagram::setFluidicsPackChanges | ( | const QVector< QDateTime > & | changes | ) |
Sets the date/time of all fluidics pack changes to changes.
Definition at line 174 of file KDChartLeveyJenningsDiagram.cpp.
References d, and KDChart::AbstractDiagram::update().
void AbstractDiagram::setHidden | ( | bool | hidden | ) | [inherited] |
Hide (or unhide, resp.
) all datapoints in the model.
hidden | The hidden status to set. |
Definition at line 396 of file KDChartAbstractDiagram.cpp.
References d, KDChart::AbstractDiagram::dataHidden(), and KDChart::DataHiddenRole.
void AbstractDiagram::setHidden | ( | int | dataset, | |
bool | hidden | |||
) | [inherited] |
Hide (or unhide, resp.
) a dataset.
dataset | The dataset to set the hidden status for.
|
Definition at line 387 of file KDChartAbstractDiagram.cpp.
References d, KDChart::AbstractDiagram::dataHidden(), and KDChart::DataHiddenRole.
void AbstractDiagram::setHidden | ( | const QModelIndex & | index, | |
bool | hidden | |||
) | [inherited] |
Hide (or unhide, resp.
) a data cell.
index | The datapoint to set the hidden status for. With a dataset dimension of two, this is the index of the key of each key/value pair.
|
Definition at line 378 of file KDChartAbstractDiagram.cpp.
References d, KDChart::AbstractDiagram::dataHidden(), and KDChart::DataHiddenRole.
void LineDiagram::setLineAttributes | ( | const QModelIndex & | index, | |
const LineAttributes & | a | |||
) | [inherited] |
Sets the line attributes for the model index index to la.
Definition at line 209 of file KDChartLineDiagram.cpp.
References d, KDChart::LineAttributesRole, and KDChart::AbstractDiagram::propertiesChanged().
void LineDiagram::setLineAttributes | ( | int | column, | |
const LineAttributes & | a | |||
) | [inherited] |
Sets the line attributes of data set column to la.
Definition at line 189 of file KDChartLineDiagram.cpp.
References d, KDChart::LineAttributesRole, and KDChart::AbstractDiagram::propertiesChanged().
void LineDiagram::setLineAttributes | ( | const LineAttributes & | a | ) | [inherited] |
Sets the global line attributes to la.
Definition at line 178 of file KDChartLineDiagram.cpp.
References d, KDChart::LineAttributesRole, and KDChart::AbstractDiagram::propertiesChanged().
void LeveyJenningsDiagram::setLotChangedSymbolPosition | ( | Qt::Alignment | pos | ) |
Sets the position of the lot change symbol to pos.
Valid values are: Qt::AlignTop (default), Qt::AlignBottom.
Definition at line 112 of file KDChartLeveyJenningsDiagram.cpp.
References d, and KDChart::AbstractDiagram::update().
void LeveyJenningsDiagram::setModel | ( | QAbstractItemModel * | model | ) | [virtual] |
Associate a model with the diagram.
Reimplemented from KDChart::AbstractCartesianDiagram.
Definition at line 313 of file KDChartLeveyJenningsDiagram.cpp.
References calculateMeanAndStandardDeviation(), KDChart::AbstractDiagram::dataChanged(), and KDChart::AbstractDiagram::layoutChanged().
void AbstractDiagram::setPen | ( | const QPen & | pen | ) | [inherited] |
Set the pen to be used, for painting all datasets in the model.
pen | The pen to use. |
Definition at line 731 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::DatasetPenRole, KDChart::AbstractDiagram::propertiesChanged(), and KDChart::AttributesModel::setModelData().
void AbstractDiagram::setPen | ( | int | dataset, | |
const QPen & | pen | |||
) | [inherited] |
Set the pen to be used, for painting the given dataset.
dataset | The dataset to set the pen for.
|
Definition at line 738 of file KDChartAbstractDiagram.cpp.
References d, KDChart::DatasetPenRole, and KDChart::AbstractDiagram::propertiesChanged().
void AbstractDiagram::setPen | ( | const QModelIndex & | index, | |
const QPen & | pen | |||
) | [inherited] |
Set the pen to be used, for painting the datapoint at the given index.
index | The datapoint's index in the model. With a dataset dimension of two, this is the index of the key of each key/value pair.
|
Definition at line 723 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), KDChart::DatasetPenRole, KDChart::AbstractDiagram::propertiesChanged(), and KDChart::AttributesModel::setData().
void AbstractDiagram::setPercentMode | ( | bool | percent | ) | [inherited] |
Deprecated method that turns the percent mode of this diagram on or off.
This method is deprecated. Use the setType() method of a supporting diagram implementation instead, e.g. BarDiagram::setType().Definition at line 506 of file KDChartAbstractDiagram.cpp.
References d, and KDChart::AbstractDiagram::propertiesChanged().
Referenced by KDChart::BarDiagram::setOrientation(), KDChart::LineDiagram::setType(), and KDChart::BarDiagram::setType().
void AbstractCartesianDiagram::setReferenceDiagram | ( | AbstractCartesianDiagram * | diagram, | |
const QPointF & | offset = QPointF() | |||
) | [virtual, inherited] |
Makes this diagram use another diagram diagram as reference diagram with relative offset offset.
To share cartesian axes between different diagrams there might be cases when you need that. Normally you don't.
Definition at line 161 of file KDChartAbstractCartesianDiagram.cpp.
References d.
void LineDiagram::setReverseDatasetOrder | ( | bool | reverse | ) | [inherited] |
With this property set to true, data sets in a normal line diagram are drawn in reversed order.
More clearly, the first (top-most) data set in the source model will then appear in front. This is mostly due to historical reasons.
Definition at line 165 of file KDChartLineDiagram.cpp.
References d.
void AbstractCartesianDiagram::setRootIndex | ( | const QModelIndex & | idx | ) | [virtual, inherited] |
Set the root index in the model, where the diagram starts referencing data for display.
[reimplemented]
Reimplemented from KDChart::AbstractDiagram.
Definition at line 177 of file KDChartAbstractCartesianDiagram.cpp.
References KDChart::AbstractDiagram::attributesModel(), and d.
void LeveyJenningsDiagram::setScanLinePen | ( | const QPen & | pen | ) |
Sets the pen used for drawing the scan line to pen.
Definition at line 206 of file KDChartLeveyJenningsDiagram.cpp.
References d, and KDChart::AbstractDiagram::update().
void AbstractDiagram::setSelection | ( | const QRect & | rect, | |
QItemSelectionModel::SelectionFlags | command | |||
) | [virtual, inherited] |
void AbstractDiagram::setSelectionModel | ( | QItemSelectionModel * | selectionModel | ) | [virtual, inherited] |
Associate a seleection model with the diagrom.
Definition at line 270 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::modelsChanged().
void LeveyJenningsDiagram::setSensorChangedSymbolPosition | ( | Qt::Alignment | pos | ) |
Sets the position of the sensor changed symbol to pos.
Valid values are: Qt::AlignBottom (default), Qt::AlignTop.
Definition at line 154 of file KDChartLeveyJenningsDiagram.cpp.
References d, and KDChart::AbstractDiagram::update().
void LeveyJenningsDiagram::setSensorChanges | ( | const QVector< QDateTime > & | changes | ) |
Sets the date/time of all sensor changes to changes.
Definition at line 194 of file KDChartLeveyJenningsDiagram.cpp.
References d, and KDChart::AbstractDiagram::update().
void LeveyJenningsDiagram::setSymbol | ( | Symbol | symbol, | |
const QString & | filename | |||
) |
Sets the symbol being used for symbol to a SVG file filename.
Definition at line 234 of file KDChartLeveyJenningsDiagram.cpp.
References d, and KDChart::AbstractDiagram::update().
void LineDiagram::setThreeDLineAttributes | ( | const QModelIndex & | index, | |
const ThreeDLineAttributes & | a | |||
) | [inherited] |
Sets the 3D line attributes of model index index to la.
Definition at line 290 of file KDChartLineDiagram.cpp.
References d, KDChart::AbstractDiagram::propertiesChanged(), KDChart::AbstractDiagram::setDataBoundariesDirty(), and KDChart::ThreeDLineAttributesRole.
void LineDiagram::setThreeDLineAttributes | ( | int | column, | |
const ThreeDLineAttributes & | a | |||
) | [inherited] |
Sets the 3D line attributes of data set column to ta.
Definition at line 278 of file KDChartLineDiagram.cpp.
References d, KDChart::AbstractDiagram::propertiesChanged(), KDChart::AbstractDiagram::setDataBoundariesDirty(), and KDChart::ThreeDLineAttributesRole.
void LineDiagram::setThreeDLineAttributes | ( | const ThreeDLineAttributes & | a | ) | [inherited] |
Sets the global 3D line attributes to la.
Definition at line 265 of file KDChartLineDiagram.cpp.
References d, KDChart::AbstractDiagram::propertiesChanged(), KDChart::AbstractDiagram::setDataBoundariesDirty(), and KDChart::ThreeDLineAttributesRole.
void LeveyJenningsDiagram::setTimeRange | ( | const QPair< QDateTime, QDateTime > & | timeRange | ) |
Sets the timeRange visible on the x axis.
Set it to QPair< QDateTime, QDateTime >() to use the default auto calculation.
Definition at line 481 of file KDChartLeveyJenningsDiagram.cpp.
References d, and KDChart::AbstractDiagram::update().
void LineDiagram::setType | ( | const LineType | type | ) | [inherited] |
Sets the line diagram's type to type.
Definition at line 114 of file KDChartLineDiagram.cpp.
References d, KDChart::AbstractDiagram::datasetDimension(), KDChart::AbstractDiagram::layoutChanged(), KDChart::LineDiagram::Normal, KDChart::LineDiagram::Percent, KDChart::AbstractDiagram::propertiesChanged(), KDChart::AbstractDiagram::setDataBoundariesDirty(), KDChart::AbstractDiagram::setPercentMode(), and KDChart::LineDiagram::Stacked.
Referenced by KDChart::LineDiagram::clone().
void AbstractDiagram::setUnitPrefix | ( | const QString & | prefix, | |
Qt::Orientation | orientation | |||
) | [inherited] |
Set the unit prefix to be used on axes for all columns.
Sets the unit prefix for all values.
prefix | The prefix to be used.
|
Definition at line 823 of file KDChartAbstractDiagram.cpp.
References d.
void AbstractDiagram::setUnitPrefix | ( | const QString & | prefix, | |
int | column, | |||
Qt::Orientation | orientation | |||
) | [inherited] |
Set the unit prefix to be used on axes for one specific column.
Sets the unit prefix for one value.
prefix | The prefix to be used.
|
Definition at line 813 of file KDChartAbstractDiagram.cpp.
References d.
void AbstractDiagram::setUnitSuffix | ( | const QString & | suffix, | |
Qt::Orientation | orientation | |||
) | [inherited] |
Set the unit prefix to be used on axes for all columns.
Sets the unit suffix for all values.
suffix | The suffix to be used.
|
Definition at line 844 of file KDChartAbstractDiagram.cpp.
References d.
void AbstractDiagram::setUnitSuffix | ( | const QString & | suffix, | |
int | column, | |||
Qt::Orientation | orientation | |||
) | [inherited] |
Set the unit prefix to be used on axes for one specific column.
Sets the unit suffix for one value.
suffix | The suffix to be used.
|
Definition at line 834 of file KDChartAbstractDiagram.cpp.
References d.
void LineDiagram::setValueTrackerAttributes | ( | const QModelIndex & | index, | |
const ValueTrackerAttributes & | a | |||
) | [inherited] |
Sets the value tracker attributes of the model index index to va.
Definition at line 347 of file KDChartLineDiagram.cpp.
References d, KDChart::AbstractDiagram::propertiesChanged(), and KDChart::ValueTrackerAttributesRole.
QString LeveyJenningsDiagram::symbol | ( | Symbol | symbol | ) | const |
Returns the SVG file name usef for symbol.
Definition at line 226 of file KDChartLeveyJenningsDiagram.cpp.
References d.
void AbstractCartesianDiagram::takeAxis | ( | CartesianAxis * | axis | ) | [virtual, inherited] |
Removes the axis from the diagram, without deleting it.
The diagram no longer owns the axis, so it is the caller's responsibility to delete the axis.
Definition at line 98 of file KDChartAbstractCartesianDiagram.cpp.
References d, KDChart::AbstractAxis::deleteObserver(), KDChart::AbstractCartesianDiagram::layoutPlanes(), and KDChart::AbstractLayoutItem::setParentWidget().
Referenced by KDChart::Widget::setType(), KDChart::CartesianAxis::~CartesianAxis(), and KDChart::LeveyJenningsAxis::~LeveyJenningsAxis().
double LineDiagram::threeDItemDepth | ( | int | column | ) | const [protected, virtual, inherited] |
Implements KDChart::AbstractCartesianDiagram.
Definition at line 338 of file KDChartLineDiagram.cpp.
References d, and KDChart::ThreeDLineAttributesRole.
double LineDiagram::threeDItemDepth | ( | const QModelIndex & | index | ) | const [protected, virtual, inherited] |
Implements KDChart::AbstractCartesianDiagram.
Definition at line 333 of file KDChartLineDiagram.cpp.
References KDChart::LineDiagram::threeDLineAttributes(), and KDChart::AbstractThreeDAttributes::validDepth().
ThreeDLineAttributes LineDiagram::threeDLineAttributes | ( | const QModelIndex & | index | ) | const [inherited] |
Definition at line 325 of file KDChartLineDiagram.cpp.
References d, and KDChart::ThreeDLineAttributesRole.
ThreeDLineAttributes LineDiagram::threeDLineAttributes | ( | int | column | ) | const [inherited] |
Definition at line 314 of file KDChartLineDiagram.cpp.
References d, KDChart::LineDiagram::threeDLineAttributes(), and KDChart::ThreeDLineAttributesRole.
ThreeDLineAttributes LineDiagram::threeDLineAttributes | ( | ) | const [inherited] |
Definition at line 305 of file KDChartLineDiagram.cpp.
References d, and KDChart::ThreeDLineAttributesRole.
Referenced by KDChart::LineDiagram::threeDItemDepth(), and KDChart::LineDiagram::threeDLineAttributes().
QPair< QDateTime, QDateTime > LeveyJenningsDiagram::timeRange | ( | ) | const |
Returns the timerange of the diagram's data.
Definition at line 447 of file KDChartLeveyJenningsDiagram.cpp.
References ceilDay(), ceilHour(), d, floorDay(), and floorHour().
Referenced by calculateDataBoundaries(), drawChanges(), paint(), and KDChart::LeveyJenningsAxis::paintAsAbscissa().
LineDiagram::LineType LineDiagram::type | ( | ) | const [inherited] |
Definition at line 149 of file KDChartLineDiagram.cpp.
References d.
Referenced by KDChart::LineDiagram::clone(), KDChart::LineDiagram::compare(), and drawDataPointSymbol().
QString AbstractDiagram::unitPrefix | ( | Qt::Orientation | orientation | ) | const [inherited] |
Retrieves the axis unit prefix.
Returns the global unit prefix.
orientation | The orientation of the axis.
|
Definition at line 867 of file KDChartAbstractDiagram.cpp.
References d.
QString AbstractDiagram::unitPrefix | ( | int | column, | |
Qt::Orientation | orientation, | |||
bool | fallback = false | |||
) | const [inherited] |
Retrieves the axis unit prefix for a specific column.
Returns the unit prefix for a special value.
column | The column whose prefix should be retrieved.
|
Definition at line 856 of file KDChartAbstractDiagram.cpp.
References d.
Referenced by KDChart::AbstractDiagram::itemRowLabels(), and KDChart::CartesianAxis::paintCtx().
QString AbstractDiagram::unitSuffix | ( | Qt::Orientation | orientation | ) | const [inherited] |
Retrieves the axis unit suffix.
Returns the global unit suffix.
orientation | The orientation of the axis.
|
Definition at line 890 of file KDChartAbstractDiagram.cpp.
References d.
QString AbstractDiagram::unitSuffix | ( | int | column, | |
Qt::Orientation | orientation, | |||
bool | fallback = false | |||
) | const [inherited] |
Retrieves the axis unit suffix for a specific column.
Returns the unit suffix for a special value.
column | The column whose prefix should be retrieved.
|
Definition at line 879 of file KDChartAbstractDiagram.cpp.
References d.
Referenced by KDChart::AbstractDiagram::itemRowLabels(), and KDChart::CartesianAxis::paintCtx().
void AbstractDiagram::update | ( | ) | const [inherited] |
Definition at line 1067 of file KDChartAbstractDiagram.cpp.
References d.
Referenced by KDChart::AbstractDiagram::doItemsLayout(), setExpectedMeanValue(), setExpectedStandardDeviation(), setFluidicsPackChangedSymbolPosition(), setFluidicsPackChanges(), setLotChangedSymbolPosition(), setScanLinePen(), setSensorChangedSymbolPosition(), setSensorChanges(), setSymbol(), and setTimeRange().
void KDChart::AbstractDiagram::useDefaultColors | ( | ) | [inherited] |
Set the palette to be used, for painting datasets to the default palette.
Definition at line 945 of file KDChartAbstractDiagram.cpp.
References d, and KDChart::AttributesModel::PaletteTypeDefault.
void KDChart::AbstractDiagram::useRainbowColors | ( | ) | [inherited] |
Set the palette to be used, for painting datasets to the rainbow palette.
Definition at line 955 of file KDChartAbstractDiagram.cpp.
References d, and KDChart::AttributesModel::PaletteTypeRainbow.
bool AbstractDiagram::usesExternalAttributesModel | ( | ) | const [virtual, inherited] |
Returns whether the diagram is using its own built-in attributes model or an attributes model that was set via setAttributesModel.
Definition at line 310 of file KDChartAbstractDiagram.cpp.
References d.
void KDChart::AbstractDiagram::useSubduedColors | ( | ) | [inherited] |
Set the palette to be used, for painting datasets to the subdued palette.
Definition at line 950 of file KDChartAbstractDiagram.cpp.
References d, and KDChart::AttributesModel::PaletteTypeSubdued.
double AbstractDiagram::valueForCell | ( | int | row, | |
int | column | |||
) | const [protected, inherited] |
Helper method, retrieving the data value (DisplayRole) for a given row and column.
row | The row to query.
|
Definition at line 1061 of file KDChartAbstractDiagram.cpp.
References KDChart::AbstractDiagram::attributesModelRootIndex(), and d.
double LineDiagram::valueForCellTesting | ( | int | row, | |
int | column, | |||
bool & | bOK, | |||
bool | showHiddenCellsAsInvalid = false | |||
) | const [protected, inherited] |
Definition at line 399 of file KDChartLineDiagram.cpp.
References KDChart::AbstractDiagram::attributesModelRootIndex(), d, and KDChart::AbstractDiagram::isHidden().
Referenced by KDChart::LineDiagram::getCellValues().
ValueTrackerAttributes LineDiagram::valueTrackerAttributes | ( | const QModelIndex & | index | ) | const [inherited] |
Returns the value tracker attributes of the model index index.
Definition at line 359 of file KDChartLineDiagram.cpp.
References d, and KDChart::ValueTrackerAttributesRole.
int AbstractDiagram::verticalOffset | ( | ) | const [virtual, inherited] |
[reimplemented]
Definition at line 912 of file KDChartAbstractDiagram.cpp.
QRect AbstractDiagram::visualRect | ( | const QModelIndex & | index | ) | const [virtual, inherited] |
QRegion AbstractDiagram::visualRegion | ( | const QModelIndex & | index | ) | const [virtual, inherited] |
Definition at line 939 of file KDChartAbstractDiagram.cpp.
References d.
QRegion AbstractDiagram::visualRegionForSelection | ( | const QItemSelection & | selection | ) | const [virtual, inherited] |