|
| QCPColorScale (QCustomPlot *parentPlot) |
|
virtual | ~QCPColorScale () |
|
QCPAxis * | axis () const |
|
QCPAxis::AxisType | type () const |
|
QCPRange | dataRange () const |
|
QCPAxis::ScaleType | dataScaleType () const |
|
QCPColorGradient | gradient () const |
|
QString | label () const |
|
int | barWidth () const |
|
bool | rangeDrag () const |
|
bool | rangeZoom () const |
|
void | setType (QCPAxis::AxisType type) |
|
Q_SLOT void | setDataRange (const QCPRange &dataRange) |
|
Q_SLOT void | setDataScaleType (QCPAxis::ScaleType scaleType) |
|
Q_SLOT void | setGradient (const QCPColorGradient &gradient) |
|
void | setLabel (const QString &str) |
|
void | setBarWidth (int width) |
|
void | setRangeDrag (bool enabled) |
|
void | setRangeZoom (bool enabled) |
|
QList< QCPColorMap * > | colorMaps () const |
|
void | rescaleDataRange (bool onlyVisibleMaps) |
|
virtual void | update (UpdatePhase phase) |
|
| QCPColorScale (QCustomPlot *parentPlot) |
|
virtual | ~QCPColorScale () |
|
QCPAxis * | axis () const |
|
QCPAxis::AxisType | type () const |
|
QCPRange | dataRange () const |
|
QCPAxis::ScaleType | dataScaleType () const |
|
QCPColorGradient | gradient () const |
|
QString | label () const |
|
int | barWidth () const |
|
bool | rangeDrag () const |
|
bool | rangeZoom () const |
|
void | setType (QCPAxis::AxisType type) |
|
Q_SLOT void | setDataRange (const QCPRange &dataRange) |
|
Q_SLOT void | setDataScaleType (QCPAxis::ScaleType scaleType) |
|
Q_SLOT void | setGradient (const QCPColorGradient &gradient) |
|
void | setLabel (const QString &str) |
|
void | setBarWidth (int width) |
|
void | setRangeDrag (bool enabled) |
|
void | setRangeZoom (bool enabled) |
|
QList< QCPColorMap * > | colorMaps () const |
|
void | rescaleDataRange (bool onlyVisibleMaps) |
|
virtual void | update (UpdatePhase phase) Q_DECL_OVERRIDE |
|
| QCPColorScale (QCustomPlot *parentPlot) |
|
virtual | ~QCPColorScale () |
|
QCPAxis * | axis () const |
|
QCPAxis::AxisType | type () const |
|
QCPRange | dataRange () const |
|
QCPAxis::ScaleType | dataScaleType () const |
|
QCPColorGradient | gradient () const |
|
QString | label () const |
|
int | barWidth () const |
|
bool | rangeDrag () const |
|
bool | rangeZoom () const |
|
void | setType (QCPAxis::AxisType type) |
|
Q_SLOT void | setDataRange (const QCPRange &dataRange) |
|
Q_SLOT void | setDataScaleType (QCPAxis::ScaleType scaleType) |
|
Q_SLOT void | setGradient (const QCPColorGradient &gradient) |
|
void | setLabel (const QString &str) |
|
void | setBarWidth (int width) |
|
void | setRangeDrag (bool enabled) |
|
void | setRangeZoom (bool enabled) |
|
QList< QCPColorMap * > | colorMaps () const |
|
void | rescaleDataRange (bool onlyVisibleMaps) |
|
virtual void | update (UpdatePhase phase) |
|
| QCPLayoutElement (QCustomPlot *parentPlot=0) |
|
virtual | ~QCPLayoutElement () |
|
QCPLayout * | layout () const |
|
QRect | rect () const |
|
QRect | outerRect () const |
|
QMargins | margins () const |
|
QMargins | minimumMargins () const |
|
QCP::MarginSides | autoMargins () const |
|
QSize | minimumSize () const |
|
QSize | maximumSize () const |
|
QCPMarginGroup * | marginGroup (QCP::MarginSide side) const |
|
QHash< QCP::MarginSide, QCPMarginGroup * > | marginGroups () const |
|
void | setOuterRect (const QRect &rect) |
|
void | setMargins (const QMargins &margins) |
|
void | setMinimumMargins (const QMargins &margins) |
|
void | setAutoMargins (QCP::MarginSides sides) |
|
void | setMinimumSize (const QSize &size) |
|
void | setMinimumSize (int width, int height) |
|
void | setMaximumSize (const QSize &size) |
|
void | setMaximumSize (int width, int height) |
|
void | setMarginGroup (QCP::MarginSides sides, QCPMarginGroup *group) |
|
virtual QSize | minimumSizeHint () const |
|
virtual QSize | maximumSizeHint () const |
|
virtual QList< QCPLayoutElement * > | elements (bool recursive) const |
|
virtual double | selectTest (const QPointF &pos, bool onlySelectable, QVariant *details=0) const |
|
| QCPLayoutElement (QCustomPlot *parentPlot=0) |
|
virtual | ~QCPLayoutElement () |
|
QCPLayout * | layout () const |
|
QRect | rect () const |
|
QRect | outerRect () const |
|
QMargins | margins () const |
|
QMargins | minimumMargins () const |
|
QCP::MarginSides | autoMargins () const |
|
QSize | minimumSize () const |
|
QSize | maximumSize () const |
|
SizeConstraintRect | sizeConstraintRect () const |
|
QCPMarginGroup * | marginGroup (QCP::MarginSide side) const |
|
QHash< QCP::MarginSide, QCPMarginGroup * > | marginGroups () const |
|
void | setOuterRect (const QRect &rect) |
|
void | setMargins (const QMargins &margins) |
|
void | setMinimumMargins (const QMargins &margins) |
|
void | setAutoMargins (QCP::MarginSides sides) |
|
void | setMinimumSize (const QSize &size) |
|
void | setMinimumSize (int width, int height) |
|
void | setMaximumSize (const QSize &size) |
|
void | setMaximumSize (int width, int height) |
|
void | setSizeConstraintRect (SizeConstraintRect constraintRect) |
|
void | setMarginGroup (QCP::MarginSides sides, QCPMarginGroup *group) |
|
virtual QSize | minimumOuterSizeHint () const |
|
virtual QSize | maximumOuterSizeHint () const |
|
virtual QList< QCPLayoutElement * > | elements (bool recursive) const |
|
virtual double | selectTest (const QPointF &pos, bool onlySelectable, QVariant *details=0) const Q_DECL_OVERRIDE |
|
| QCPLayoutElement (QCustomPlot *parentPlot=0) |
|
virtual | ~QCPLayoutElement () |
|
QCPLayout * | layout () const |
|
QRect | rect () const |
|
QRect | outerRect () const |
|
QMargins | margins () const |
|
QMargins | minimumMargins () const |
|
QCP::MarginSides | autoMargins () const |
|
QSize | minimumSize () const |
|
QSize | maximumSize () const |
|
QCPMarginGroup * | marginGroup (QCP::MarginSide side) const |
|
QHash< QCP::MarginSide, QCPMarginGroup * > | marginGroups () const |
|
void | setOuterRect (const QRect &rect) |
|
void | setMargins (const QMargins &margins) |
|
void | setMinimumMargins (const QMargins &margins) |
|
void | setAutoMargins (QCP::MarginSides sides) |
|
void | setMinimumSize (const QSize &size) |
|
void | setMinimumSize (int width, int height) |
|
void | setMaximumSize (const QSize &size) |
|
void | setMaximumSize (int width, int height) |
|
void | setMarginGroup (QCP::MarginSides sides, QCPMarginGroup *group) |
|
virtual QSize | minimumSizeHint () const |
|
virtual QSize | maximumSizeHint () const |
|
virtual QList< QCPLayoutElement * > | elements (bool recursive) const |
|
virtual double | selectTest (const QPointF &pos, bool onlySelectable, QVariant *details=0) const |
|
| QCPLayerable (QCustomPlot *plot, QString targetLayer=QString(), QCPLayerable *parentLayerable=0) |
|
| ~QCPLayerable () |
|
bool | visible () const |
|
QCustomPlot * | parentPlot () const |
|
QCPLayerable * | parentLayerable () const |
|
QCPLayer * | layer () const |
|
bool | antialiased () const |
|
void | setVisible (bool on) |
|
Q_SLOT bool | setLayer (QCPLayer *layer) |
|
bool | setLayer (const QString &layerName) |
|
void | setAntialiased (bool enabled) |
|
bool | realVisibility () const |
|
| QCPLayerable (QCustomPlot *plot, QString targetLayer=QString(), QCPLayerable *parentLayerable=0) |
|
virtual | ~QCPLayerable () |
|
bool | visible () const |
|
QCustomPlot * | parentPlot () const |
|
QCPLayerable * | parentLayerable () const |
|
QCPLayer * | layer () const |
|
bool | antialiased () const |
|
void | setVisible (bool on) |
|
Q_SLOT bool | setLayer (QCPLayer *layer) |
|
bool | setLayer (const QString &layerName) |
|
void | setAntialiased (bool enabled) |
|
bool | realVisibility () const |
|
| QCPLayerable (QCustomPlot *plot, QString targetLayer=QString(), QCPLayerable *parentLayerable=0) |
|
| ~QCPLayerable () |
|
bool | visible () const |
|
QCustomPlot * | parentPlot () const |
|
QCPLayerable * | parentLayerable () const |
|
QCPLayer * | layer () const |
|
bool | antialiased () const |
|
void | setVisible (bool on) |
|
Q_SLOT bool | setLayer (QCPLayer *layer) |
|
bool | setLayer (const QString &layerName) |
|
void | setAntialiased (bool enabled) |
|
bool | realVisibility () const |
|
|
virtual void | applyDefaultAntialiasingHint (QCPPainter *painter) const |
|
virtual void | mousePressEvent (QMouseEvent *event) |
|
virtual void | mouseMoveEvent (QMouseEvent *event) |
|
virtual void | mouseReleaseEvent (QMouseEvent *event) |
|
virtual void | wheelEvent (QWheelEvent *event) |
|
virtual void | applyDefaultAntialiasingHint (QCPPainter *painter) const Q_DECL_OVERRIDE |
|
virtual void | mousePressEvent (QMouseEvent *event, const QVariant &details) Q_DECL_OVERRIDE |
|
virtual void | mouseMoveEvent (QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE |
|
virtual void | mouseReleaseEvent (QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE |
|
virtual void | wheelEvent (QWheelEvent *event) Q_DECL_OVERRIDE |
|
virtual void | applyDefaultAntialiasingHint (QCPPainter *painter) const |
|
virtual void | mousePressEvent (QMouseEvent *event) |
|
virtual void | mouseMoveEvent (QMouseEvent *event) |
|
virtual void | mouseReleaseEvent (QMouseEvent *event) |
|
virtual void | wheelEvent (QWheelEvent *event) |
|
virtual int | calculateAutoMargin (QCP::MarginSide side) |
|
virtual void | mouseDoubleClickEvent (QMouseEvent *event) |
|
virtual void | draw (QCPPainter *painter) |
|
virtual void | parentPlotInitialized (QCustomPlot *parentPlot) |
|
virtual int | calculateAutoMargin (QCP::MarginSide side) |
|
virtual void | layoutChanged () |
|
virtual void | draw (QCPPainter *painter) Q_DECL_OVERRIDE |
|
virtual void | parentPlotInitialized (QCustomPlot *parentPlot) Q_DECL_OVERRIDE |
|
virtual int | calculateAutoMargin (QCP::MarginSide side) |
|
virtual void | mouseDoubleClickEvent (QMouseEvent *event) |
|
virtual void | draw (QCPPainter *painter) |
|
virtual void | parentPlotInitialized (QCustomPlot *parentPlot) |
|
virtual QCP::Interaction | selectionCategory () const |
|
virtual QRect | clipRect () const |
|
virtual void | selectEvent (QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) |
|
virtual void | deselectEvent (bool *selectionStateChanged) |
|
void | initializeParentPlot (QCustomPlot *parentPlot) |
|
void | setParentLayerable (QCPLayerable *parentLayerable) |
|
bool | moveToLayer (QCPLayer *layer, bool prepend) |
|
void | applyAntialiasingHint (QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const |
|
virtual QCP::Interaction | selectionCategory () const |
|
virtual QRect | clipRect () const |
|
virtual void | selectEvent (QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) |
|
virtual void | deselectEvent (bool *selectionStateChanged) |
|
virtual void | mouseDoubleClickEvent (QMouseEvent *event, const QVariant &details) |
|
void | initializeParentPlot (QCustomPlot *parentPlot) |
|
void | setParentLayerable (QCPLayerable *parentLayerable) |
|
bool | moveToLayer (QCPLayer *layer, bool prepend) |
|
void | applyAntialiasingHint (QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const |
|
virtual QCP::Interaction | selectionCategory () const |
|
virtual QRect | clipRect () const |
|
virtual void | selectEvent (QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) |
|
virtual void | deselectEvent (bool *selectionStateChanged) |
|
void | initializeParentPlot (QCustomPlot *parentPlot) |
|
void | setParentLayerable (QCPLayerable *parentLayerable) |
|
bool | moveToLayer (QCPLayer *layer, bool prepend) |
|
void | applyAntialiasingHint (QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const |
|