#include </home/florent/devel/release/src/gepetto-viewer/plugins/pyqcustomplot/qcustomplot-1.3.2/qcustomplot.h>
Public Types | |
enum | LayerInsertMode { limBelow, limAbove, limBelow, limAbove, limBelow, limAbove } |
enum | RefreshPriority { rpImmediate, rpQueued, rpHint, rpImmediateRefresh, rpQueuedRefresh, rpRefreshHint, rpQueuedReplot, rpImmediate, rpQueued, rpHint } |
enum | LayerInsertMode { limBelow, limAbove, limBelow, limAbove, limBelow, limAbove } |
enum | RefreshPriority { rpImmediate, rpQueued, rpHint, rpImmediateRefresh, rpQueuedRefresh, rpRefreshHint, rpQueuedReplot, rpImmediate, rpQueued, rpHint } |
enum | LayerInsertMode { limBelow, limAbove, limBelow, limAbove, limBelow, limAbove } |
enum | RefreshPriority { rpImmediate, rpQueued, rpHint, rpImmediateRefresh, rpQueuedRefresh, rpRefreshHint, rpQueuedReplot, rpImmediate, rpQueued, rpHint } |
Signals | |
void | mouseDoubleClick (QMouseEvent *event) |
void | mousePress (QMouseEvent *event) |
void | mouseMove (QMouseEvent *event) |
void | mouseRelease (QMouseEvent *event) |
void | mouseWheel (QWheelEvent *event) |
void | plottableClick (QCPAbstractPlottable *plottable, QMouseEvent *event) |
void | plottableDoubleClick (QCPAbstractPlottable *plottable, QMouseEvent *event) |
void | itemClick (QCPAbstractItem *item, QMouseEvent *event) |
void | itemDoubleClick (QCPAbstractItem *item, QMouseEvent *event) |
void | axisClick (QCPAxis *axis, QCPAxis::SelectablePart part, QMouseEvent *event) |
void | axisDoubleClick (QCPAxis *axis, QCPAxis::SelectablePart part, QMouseEvent *event) |
void | legendClick (QCPLegend *legend, QCPAbstractLegendItem *item, QMouseEvent *event) |
void | legendDoubleClick (QCPLegend *legend, QCPAbstractLegendItem *item, QMouseEvent *event) |
void | titleClick (QMouseEvent *event, QCPPlotTitle *title) |
void | titleDoubleClick (QMouseEvent *event, QCPPlotTitle *title) |
void | selectionChangedByUser () |
void | beforeReplot () |
void | afterReplot () |
void | mouseDoubleClick (QMouseEvent *event) |
void | mousePress (QMouseEvent *event) |
void | mouseMove (QMouseEvent *event) |
void | mouseRelease (QMouseEvent *event) |
void | mouseWheel (QWheelEvent *event) |
void | plottableClick (QCPAbstractPlottable *plottable, int dataIndex, QMouseEvent *event) |
void | plottableDoubleClick (QCPAbstractPlottable *plottable, int dataIndex, QMouseEvent *event) |
void | itemClick (QCPAbstractItem *item, QMouseEvent *event) |
void | itemDoubleClick (QCPAbstractItem *item, QMouseEvent *event) |
void | axisClick (QCPAxis *axis, QCPAxis::SelectablePart part, QMouseEvent *event) |
void | axisDoubleClick (QCPAxis *axis, QCPAxis::SelectablePart part, QMouseEvent *event) |
void | legendClick (QCPLegend *legend, QCPAbstractLegendItem *item, QMouseEvent *event) |
void | legendDoubleClick (QCPLegend *legend, QCPAbstractLegendItem *item, QMouseEvent *event) |
void | selectionChangedByUser () |
void | beforeReplot () |
void | afterReplot () |
void | mouseDoubleClick (QMouseEvent *event) |
void | mousePress (QMouseEvent *event) |
void | mouseMove (QMouseEvent *event) |
void | mouseRelease (QMouseEvent *event) |
void | mouseWheel (QWheelEvent *event) |
void | plottableClick (QCPAbstractPlottable *plottable, QMouseEvent *event) |
void | plottableDoubleClick (QCPAbstractPlottable *plottable, QMouseEvent *event) |
void | itemClick (QCPAbstractItem *item, QMouseEvent *event) |
void | itemDoubleClick (QCPAbstractItem *item, QMouseEvent *event) |
void | axisClick (QCPAxis *axis, QCPAxis::SelectablePart part, QMouseEvent *event) |
void | axisDoubleClick (QCPAxis *axis, QCPAxis::SelectablePart part, QMouseEvent *event) |
void | legendClick (QCPLegend *legend, QCPAbstractLegendItem *item, QMouseEvent *event) |
void | legendDoubleClick (QCPLegend *legend, QCPAbstractLegendItem *item, QMouseEvent *event) |
void | titleClick (QMouseEvent *event, QCPPlotTitle *title) |
void | titleDoubleClick (QMouseEvent *event, QCPPlotTitle *title) |
void | selectionChangedByUser () |
void | beforeReplot () |
void | afterReplot () |
Public Member Functions | |
QCustomPlot (QWidget *parent=0) | |
virtual | ~QCustomPlot () |
QRect | viewport () const |
QPixmap | background () const |
bool | backgroundScaled () const |
Qt::AspectRatioMode | backgroundScaledMode () const |
QCPLayoutGrid * | plotLayout () const |
QCP::AntialiasedElements | antialiasedElements () const |
QCP::AntialiasedElements | notAntialiasedElements () const |
bool | autoAddPlottableToLegend () const |
const QCP::Interactions | interactions () const |
int | selectionTolerance () const |
bool | noAntialiasingOnDrag () const |
QCP::PlottingHints | plottingHints () const |
Qt::KeyboardModifier | multiSelectModifier () const |
void | setViewport (const QRect &rect) |
void | setBackground (const QPixmap &pm) |
void | setBackground (const QPixmap &pm, bool scaled, Qt::AspectRatioMode mode=Qt::KeepAspectRatioByExpanding) |
void | setBackground (const QBrush &brush) |
void | setBackgroundScaled (bool scaled) |
void | setBackgroundScaledMode (Qt::AspectRatioMode mode) |
void | setAntialiasedElements (const QCP::AntialiasedElements &antialiasedElements) |
void | setAntialiasedElement (QCP::AntialiasedElement antialiasedElement, bool enabled=true) |
void | setNotAntialiasedElements (const QCP::AntialiasedElements ¬AntialiasedElements) |
void | setNotAntialiasedElement (QCP::AntialiasedElement notAntialiasedElement, bool enabled=true) |
void | setAutoAddPlottableToLegend (bool on) |
void | setInteractions (const QCP::Interactions &interactions) |
void | setInteraction (const QCP::Interaction &interaction, bool enabled=true) |
void | setSelectionTolerance (int pixels) |
void | setNoAntialiasingOnDrag (bool enabled) |
void | setPlottingHints (const QCP::PlottingHints &hints) |
void | setPlottingHint (QCP::PlottingHint hint, bool enabled=true) |
void | setMultiSelectModifier (Qt::KeyboardModifier modifier) |
QCPAbstractPlottable * | plottable (int index) |
QCPAbstractPlottable * | plottable () |
bool | addPlottable (QCPAbstractPlottable *plottable) |
bool | removePlottable (QCPAbstractPlottable *plottable) |
bool | removePlottable (int index) |
int | clearPlottables () |
int | plottableCount () const |
QList< QCPAbstractPlottable * > | selectedPlottables () const |
QCPAbstractPlottable * | plottableAt (const QPointF &pos, bool onlySelectable=false) const |
bool | hasPlottable (QCPAbstractPlottable *plottable) const |
QCPGraph * | graph (int index) const |
QCPGraph * | graph () const |
QCPGraph * | addGraph (QCPAxis *keyAxis=0, QCPAxis *valueAxis=0) |
bool | removeGraph (QCPGraph *graph) |
bool | removeGraph (int index) |
int | clearGraphs () |
int | graphCount () const |
QList< QCPGraph * > | selectedGraphs () const |
QCPAbstractItem * | item (int index) const |
QCPAbstractItem * | item () const |
bool | addItem (QCPAbstractItem *item) |
bool | removeItem (QCPAbstractItem *item) |
bool | removeItem (int index) |
int | clearItems () |
int | itemCount () const |
QList< QCPAbstractItem * > | selectedItems () const |
QCPAbstractItem * | itemAt (const QPointF &pos, bool onlySelectable=false) const |
bool | hasItem (QCPAbstractItem *item) const |
QCPLayer * | layer (const QString &name) const |
QCPLayer * | layer (int index) const |
QCPLayer * | currentLayer () const |
bool | setCurrentLayer (const QString &name) |
bool | setCurrentLayer (QCPLayer *layer) |
int | layerCount () const |
bool | addLayer (const QString &name, QCPLayer *otherLayer=0, LayerInsertMode insertMode=limAbove) |
bool | removeLayer (QCPLayer *layer) |
bool | moveLayer (QCPLayer *layer, QCPLayer *otherLayer, LayerInsertMode insertMode=limAbove) |
int | axisRectCount () const |
QCPAxisRect * | axisRect (int index=0) const |
QList< QCPAxisRect * > | axisRects () const |
QCPLayoutElement * | layoutElementAt (const QPointF &pos) const |
Q_SLOT void | rescaleAxes (bool onlyVisiblePlottables=false) |
QList< QCPAxis * > | selectedAxes () const |
QList< QCPLegend * > | selectedLegends () const |
Q_SLOT void | deselectAll () |
bool | savePdf (const QString &fileName, bool noCosmeticPen=false, int width=0, int height=0, const QString &pdfCreator=QString(), const QString &pdfTitle=QString()) |
bool | savePng (const QString &fileName, int width=0, int height=0, double scale=1.0, int quality=-1) |
bool | saveJpg (const QString &fileName, int width=0, int height=0, double scale=1.0, int quality=-1) |
bool | saveBmp (const QString &fileName, int width=0, int height=0, double scale=1.0) |
bool | saveRastered (const QString &fileName, int width, int height, double scale, const char *format, int quality=-1) |
QPixmap | toPixmap (int width=0, int height=0, double scale=1.0) |
void | toPainter (QCPPainter *painter, int width=0, int height=0) |
Q_SLOT void | replot (QCustomPlot::RefreshPriority refreshPriority=QCustomPlot::rpHint) |
QCustomPlot (QWidget *parent=0) | |
virtual | ~QCustomPlot () |
QRect | viewport () const |
double | bufferDevicePixelRatio () const |
QPixmap | background () const |
bool | backgroundScaled () const |
Qt::AspectRatioMode | backgroundScaledMode () const |
QCPLayoutGrid * | plotLayout () const |
QCP::AntialiasedElements | antialiasedElements () const |
QCP::AntialiasedElements | notAntialiasedElements () const |
bool | autoAddPlottableToLegend () const |
const QCP::Interactions | interactions () const |
int | selectionTolerance () const |
bool | noAntialiasingOnDrag () const |
QCP::PlottingHints | plottingHints () const |
Qt::KeyboardModifier | multiSelectModifier () const |
QCP::SelectionRectMode | selectionRectMode () const |
QCPSelectionRect * | selectionRect () const |
bool | openGl () const |
void | setViewport (const QRect &rect) |
void | setBufferDevicePixelRatio (double ratio) |
void | setBackground (const QPixmap &pm) |
void | setBackground (const QPixmap &pm, bool scaled, Qt::AspectRatioMode mode=Qt::KeepAspectRatioByExpanding) |
void | setBackground (const QBrush &brush) |
void | setBackgroundScaled (bool scaled) |
void | setBackgroundScaledMode (Qt::AspectRatioMode mode) |
void | setAntialiasedElements (const QCP::AntialiasedElements &antialiasedElements) |
void | setAntialiasedElement (QCP::AntialiasedElement antialiasedElement, bool enabled=true) |
void | setNotAntialiasedElements (const QCP::AntialiasedElements ¬AntialiasedElements) |
void | setNotAntialiasedElement (QCP::AntialiasedElement notAntialiasedElement, bool enabled=true) |
void | setAutoAddPlottableToLegend (bool on) |
void | setInteractions (const QCP::Interactions &interactions) |
void | setInteraction (const QCP::Interaction &interaction, bool enabled=true) |
void | setSelectionTolerance (int pixels) |
void | setNoAntialiasingOnDrag (bool enabled) |
void | setPlottingHints (const QCP::PlottingHints &hints) |
void | setPlottingHint (QCP::PlottingHint hint, bool enabled=true) |
void | setMultiSelectModifier (Qt::KeyboardModifier modifier) |
void | setSelectionRectMode (QCP::SelectionRectMode mode) |
void | setSelectionRect (QCPSelectionRect *selectionRect) |
void | setOpenGl (bool enabled, int multisampling=16) |
QCPAbstractPlottable * | plottable (int index) |
QCPAbstractPlottable * | plottable () |
bool | removePlottable (QCPAbstractPlottable *plottable) |
bool | removePlottable (int index) |
int | clearPlottables () |
int | plottableCount () const |
QList< QCPAbstractPlottable * > | selectedPlottables () const |
QCPAbstractPlottable * | plottableAt (const QPointF &pos, bool onlySelectable=false) const |
bool | hasPlottable (QCPAbstractPlottable *plottable) const |
QCPGraph * | graph (int index) const |
QCPGraph * | graph () const |
QCPGraph * | addGraph (QCPAxis *keyAxis=0, QCPAxis *valueAxis=0) |
bool | removeGraph (QCPGraph *graph) |
bool | removeGraph (int index) |
int | clearGraphs () |
int | graphCount () const |
QList< QCPGraph * > | selectedGraphs () const |
QCPAbstractItem * | item (int index) const |
QCPAbstractItem * | item () const |
bool | removeItem (QCPAbstractItem *item) |
bool | removeItem (int index) |
int | clearItems () |
int | itemCount () const |
QList< QCPAbstractItem * > | selectedItems () const |
QCPAbstractItem * | itemAt (const QPointF &pos, bool onlySelectable=false) const |
bool | hasItem (QCPAbstractItem *item) const |
QCPLayer * | layer (const QString &name) const |
QCPLayer * | layer (int index) const |
QCPLayer * | currentLayer () const |
bool | setCurrentLayer (const QString &name) |
bool | setCurrentLayer (QCPLayer *layer) |
int | layerCount () const |
bool | addLayer (const QString &name, QCPLayer *otherLayer=0, LayerInsertMode insertMode=limAbove) |
bool | removeLayer (QCPLayer *layer) |
bool | moveLayer (QCPLayer *layer, QCPLayer *otherLayer, LayerInsertMode insertMode=limAbove) |
int | axisRectCount () const |
QCPAxisRect * | axisRect (int index=0) const |
QList< QCPAxisRect * > | axisRects () const |
QCPLayoutElement * | layoutElementAt (const QPointF &pos) const |
QCPAxisRect * | axisRectAt (const QPointF &pos) const |
Q_SLOT void | rescaleAxes (bool onlyVisiblePlottables=false) |
QList< QCPAxis * > | selectedAxes () const |
QList< QCPLegend * > | selectedLegends () const |
Q_SLOT void | deselectAll () |
bool | savePdf (const QString &fileName, int width=0, int height=0, QCP::ExportPen exportPen=QCP::epAllowCosmetic, const QString &pdfCreator=QString(), const QString &pdfTitle=QString()) |
bool | savePng (const QString &fileName, int width=0, int height=0, double scale=1.0, int quality=-1, int resolution=96, QCP::ResolutionUnit resolutionUnit=QCP::ruDotsPerInch) |
bool | saveJpg (const QString &fileName, int width=0, int height=0, double scale=1.0, int quality=-1, int resolution=96, QCP::ResolutionUnit resolutionUnit=QCP::ruDotsPerInch) |
bool | saveBmp (const QString &fileName, int width=0, int height=0, double scale=1.0, int resolution=96, QCP::ResolutionUnit resolutionUnit=QCP::ruDotsPerInch) |
bool | saveRastered (const QString &fileName, int width, int height, double scale, const char *format, int quality=-1, int resolution=96, QCP::ResolutionUnit resolutionUnit=QCP::ruDotsPerInch) |
QPixmap | toPixmap (int width=0, int height=0, double scale=1.0) |
void | toPainter (QCPPainter *painter, int width=0, int height=0) |
Q_SLOT void | replot (QCustomPlot::RefreshPriority refreshPriority=QCustomPlot::rpRefreshHint) |
QCustomPlot (QWidget *parent=0) | |
virtual | ~QCustomPlot () |
QRect | viewport () const |
QPixmap | background () const |
bool | backgroundScaled () const |
Qt::AspectRatioMode | backgroundScaledMode () const |
QCPLayoutGrid * | plotLayout () const |
QCP::AntialiasedElements | antialiasedElements () const |
QCP::AntialiasedElements | notAntialiasedElements () const |
bool | autoAddPlottableToLegend () const |
const QCP::Interactions | interactions () const |
int | selectionTolerance () const |
bool | noAntialiasingOnDrag () const |
QCP::PlottingHints | plottingHints () const |
Qt::KeyboardModifier | multiSelectModifier () const |
void | setViewport (const QRect &rect) |
void | setBackground (const QPixmap &pm) |
void | setBackground (const QPixmap &pm, bool scaled, Qt::AspectRatioMode mode=Qt::KeepAspectRatioByExpanding) |
void | setBackground (const QBrush &brush) |
void | setBackgroundScaled (bool scaled) |
void | setBackgroundScaledMode (Qt::AspectRatioMode mode) |
void | setAntialiasedElements (const QCP::AntialiasedElements &antialiasedElements) |
void | setAntialiasedElement (QCP::AntialiasedElement antialiasedElement, bool enabled=true) |
void | setNotAntialiasedElements (const QCP::AntialiasedElements ¬AntialiasedElements) |
void | setNotAntialiasedElement (QCP::AntialiasedElement notAntialiasedElement, bool enabled=true) |
void | setAutoAddPlottableToLegend (bool on) |
void | setInteractions (const QCP::Interactions &interactions) |
void | setInteraction (const QCP::Interaction &interaction, bool enabled=true) |
void | setSelectionTolerance (int pixels) |
void | setNoAntialiasingOnDrag (bool enabled) |
void | setPlottingHints (const QCP::PlottingHints &hints) |
void | setPlottingHint (QCP::PlottingHint hint, bool enabled=true) |
void | setMultiSelectModifier (Qt::KeyboardModifier modifier) |
QCPAbstractPlottable * | plottable (int index) |
QCPAbstractPlottable * | plottable () |
bool | addPlottable (QCPAbstractPlottable *plottable) |
bool | removePlottable (QCPAbstractPlottable *plottable) |
bool | removePlottable (int index) |
int | clearPlottables () |
int | plottableCount () const |
QList< QCPAbstractPlottable * > | selectedPlottables () const |
QCPAbstractPlottable * | plottableAt (const QPointF &pos, bool onlySelectable=false) const |
bool | hasPlottable (QCPAbstractPlottable *plottable) const |
QCPGraph * | graph (int index) const |
QCPGraph * | graph () const |
QCPGraph * | addGraph (QCPAxis *keyAxis=0, QCPAxis *valueAxis=0) |
bool | removeGraph (QCPGraph *graph) |
bool | removeGraph (int index) |
int | clearGraphs () |
int | graphCount () const |
QList< QCPGraph * > | selectedGraphs () const |
QCPAbstractItem * | item (int index) const |
QCPAbstractItem * | item () const |
bool | addItem (QCPAbstractItem *item) |
bool | removeItem (QCPAbstractItem *item) |
bool | removeItem (int index) |
int | clearItems () |
int | itemCount () const |
QList< QCPAbstractItem * > | selectedItems () const |
QCPAbstractItem * | itemAt (const QPointF &pos, bool onlySelectable=false) const |
bool | hasItem (QCPAbstractItem *item) const |
QCPLayer * | layer (const QString &name) const |
QCPLayer * | layer (int index) const |
QCPLayer * | currentLayer () const |
bool | setCurrentLayer (const QString &name) |
bool | setCurrentLayer (QCPLayer *layer) |
int | layerCount () const |
bool | addLayer (const QString &name, QCPLayer *otherLayer=0, LayerInsertMode insertMode=limAbove) |
bool | removeLayer (QCPLayer *layer) |
bool | moveLayer (QCPLayer *layer, QCPLayer *otherLayer, LayerInsertMode insertMode=limAbove) |
int | axisRectCount () const |
QCPAxisRect * | axisRect (int index=0) const |
QList< QCPAxisRect * > | axisRects () const |
QCPLayoutElement * | layoutElementAt (const QPointF &pos) const |
Q_SLOT void | rescaleAxes (bool onlyVisiblePlottables=false) |
QList< QCPAxis * > | selectedAxes () const |
QList< QCPLegend * > | selectedLegends () const |
Q_SLOT void | deselectAll () |
bool | savePdf (const QString &fileName, bool noCosmeticPen=false, int width=0, int height=0, const QString &pdfCreator=QString(), const QString &pdfTitle=QString()) |
bool | savePng (const QString &fileName, int width=0, int height=0, double scale=1.0, int quality=-1) |
bool | saveJpg (const QString &fileName, int width=0, int height=0, double scale=1.0, int quality=-1) |
bool | saveBmp (const QString &fileName, int width=0, int height=0, double scale=1.0) |
bool | saveRastered (const QString &fileName, int width, int height, double scale, const char *format, int quality=-1) |
QPixmap | toPixmap (int width=0, int height=0, double scale=1.0) |
void | toPainter (QCPPainter *painter, int width=0, int height=0) |
Q_SLOT void | replot (QCustomPlot::RefreshPriority refreshPriority=QCustomPlot::rpHint) |
Public Attributes | |
QCPAxis * | xAxis |
QCPAxis * | yAxis |
QCPAxis * | xAxis2 |
QCPAxis * | yAxis2 |
QCPLegend * | legend |
Protected Member Functions | |
virtual QSize | minimumSizeHint () const |
virtual QSize | sizeHint () const |
virtual void | paintEvent (QPaintEvent *event) |
virtual void | resizeEvent (QResizeEvent *event) |
virtual void | mouseDoubleClickEvent (QMouseEvent *event) |
virtual void | mousePressEvent (QMouseEvent *event) |
virtual void | mouseMoveEvent (QMouseEvent *event) |
virtual void | mouseReleaseEvent (QMouseEvent *event) |
virtual void | wheelEvent (QWheelEvent *event) |
virtual void | draw (QCPPainter *painter) |
virtual void | axisRemoved (QCPAxis *axis) |
virtual void | legendRemoved (QCPLegend *legend) |
void | updateLayerIndices () const |
QCPLayerable * | layerableAt (const QPointF &pos, bool onlySelectable, QVariant *selectionDetails=0) const |
void | drawBackground (QCPPainter *painter) |
virtual QSize | minimumSizeHint () const Q_DECL_OVERRIDE |
virtual QSize | sizeHint () const Q_DECL_OVERRIDE |
virtual void | paintEvent (QPaintEvent *event) Q_DECL_OVERRIDE |
virtual void | resizeEvent (QResizeEvent *event) Q_DECL_OVERRIDE |
virtual void | mouseDoubleClickEvent (QMouseEvent *event) Q_DECL_OVERRIDE |
virtual void | mousePressEvent (QMouseEvent *event) Q_DECL_OVERRIDE |
virtual void | mouseMoveEvent (QMouseEvent *event) Q_DECL_OVERRIDE |
virtual void | mouseReleaseEvent (QMouseEvent *event) Q_DECL_OVERRIDE |
virtual void | wheelEvent (QWheelEvent *event) Q_DECL_OVERRIDE |
virtual void | draw (QCPPainter *painter) |
virtual void | updateLayout () |
virtual void | axisRemoved (QCPAxis *axis) |
virtual void | legendRemoved (QCPLegend *legend) |
virtual Q_SLOT void | processRectSelection (QRect rect, QMouseEvent *event) |
virtual Q_SLOT void | processRectZoom (QRect rect, QMouseEvent *event) |
virtual Q_SLOT void | processPointSelection (QMouseEvent *event) |
bool | registerPlottable (QCPAbstractPlottable *plottable) |
bool | registerGraph (QCPGraph *graph) |
bool | registerItem (QCPAbstractItem *item) |
void | updateLayerIndices () const |
QCPLayerable * | layerableAt (const QPointF &pos, bool onlySelectable, QVariant *selectionDetails=0) const |
QList< QCPLayerable * > | layerableListAt (const QPointF &pos, bool onlySelectable, QList< QVariant > *selectionDetails=0) const |
void | drawBackground (QCPPainter *painter) |
void | setupPaintBuffers () |
QCPAbstractPaintBuffer * | createPaintBuffer () |
bool | hasInvalidatedPaintBuffers () |
bool | setupOpenGl () |
void | freeOpenGl () |
virtual QSize | minimumSizeHint () const |
virtual QSize | sizeHint () const |
virtual void | paintEvent (QPaintEvent *event) |
virtual void | resizeEvent (QResizeEvent *event) |
virtual void | mouseDoubleClickEvent (QMouseEvent *event) |
virtual void | mousePressEvent (QMouseEvent *event) |
virtual void | mouseMoveEvent (QMouseEvent *event) |
virtual void | mouseReleaseEvent (QMouseEvent *event) |
virtual void | wheelEvent (QWheelEvent *event) |
virtual void | draw (QCPPainter *painter) |
virtual void | axisRemoved (QCPAxis *axis) |
virtual void | legendRemoved (QCPLegend *legend) |
void | updateLayerIndices () const |
QCPLayerable * | layerableAt (const QPointF &pos, bool onlySelectable, QVariant *selectionDetails=0) const |
void | drawBackground (QCPPainter *painter) |
Friends | |
class | QCPLegend |
class | QCPAxis |
class | QCPLayer |
class | QCPAxisRect |
class | QCPAbstractPlottable |
class | QCPGraph |
class | QCPAbstractItem |
Defines how a layer should be inserted relative to an other layer.
Defines how a layer should be inserted relative to an other layer.
Defines how a layer should be inserted relative to an other layer.
Defines with what timing the QCustomPlot surface is refreshed after a replot.
Enumerator | |
---|---|
rpImmediate | The QCustomPlot surface is immediately refreshed, by calling QWidget::repaint() after the replot. |
rpQueued | Queues the refresh such that it is performed at a slightly delayed point in time after the replot, by calling QWidget::update() after the replot. |
rpHint | Whether to use immediate repaint or queued update depends on whether the plotting hint QCP::phForceRepaint is set, see setPlottingHints. |
rpImmediateRefresh | Replots immediately and repaints the widget immediately by calling QWidget::repaint() after the replot. |
rpQueuedRefresh | Replots immediately, but queues the widget repaint, by calling QWidget::update() after the replot. This way multiple redundant widget repaints can be avoided. |
rpRefreshHint | Whether to use immediate or queued refresh depends on whether the plotting hint QCP::phImmediateRefresh is set, see setPlottingHints. |
rpQueuedReplot | Queues the entire replot for the next event loop iteration. This way multiple redundant replots can be avoided. The actual replot is then done with rpRefreshHint priority. |
rpImmediate | The QCustomPlot surface is immediately refreshed, by calling QWidget::repaint() after the replot. |
rpQueued | Queues the refresh such that it is performed at a slightly delayed point in time after the replot, by calling QWidget::update() after the replot. |
rpHint | Whether to use immediate repaint or queued update depends on whether the plotting hint QCP::phForceRepaint is set, see setPlottingHints. |
Defines with what timing the QCustomPlot surface is refreshed after a replot.
Enumerator | |
---|---|
rpImmediate | The QCustomPlot surface is immediately refreshed, by calling QWidget::repaint() after the replot. |
rpQueued | Queues the refresh such that it is performed at a slightly delayed point in time after the replot, by calling QWidget::update() after the replot. |
rpHint | Whether to use immediate repaint or queued update depends on whether the plotting hint QCP::phForceRepaint is set, see setPlottingHints. |
rpImmediateRefresh | Replots immediately and repaints the widget immediately by calling QWidget::repaint() after the replot. |
rpQueuedRefresh | Replots immediately, but queues the widget repaint, by calling QWidget::update() after the replot. This way multiple redundant widget repaints can be avoided. |
rpRefreshHint | Whether to use immediate or queued refresh depends on whether the plotting hint QCP::phImmediateRefresh is set, see setPlottingHints. |
rpQueuedReplot | Queues the entire replot for the next event loop iteration. This way multiple redundant replots can be avoided. The actual replot is then done with rpRefreshHint priority. |
rpImmediate | The QCustomPlot surface is immediately refreshed, by calling QWidget::repaint() after the replot. |
rpQueued | Queues the refresh such that it is performed at a slightly delayed point in time after the replot, by calling QWidget::update() after the replot. |
rpHint | Whether to use immediate repaint or queued update depends on whether the plotting hint QCP::phForceRepaint is set, see setPlottingHints. |
Defines with what timing the QCustomPlot surface is refreshed after a replot.
Enumerator | |
---|---|
rpImmediate | The QCustomPlot surface is immediately refreshed, by calling QWidget::repaint() after the replot. |
rpQueued | Queues the refresh such that it is performed at a slightly delayed point in time after the replot, by calling QWidget::update() after the replot. |
rpHint | Whether to use immediate repaint or queued update depends on whether the plotting hint QCP::phForceRepaint is set, see setPlottingHints. |
rpImmediateRefresh | Replots immediately and repaints the widget immediately by calling QWidget::repaint() after the replot. |
rpQueuedRefresh | Replots immediately, but queues the widget repaint, by calling QWidget::update() after the replot. This way multiple redundant widget repaints can be avoided. |
rpRefreshHint | Whether to use immediate or queued refresh depends on whether the plotting hint QCP::phImmediateRefresh is set, see setPlottingHints. |
rpQueuedReplot | Queues the entire replot for the next event loop iteration. This way multiple redundant replots can be avoided. The actual replot is then done with rpRefreshHint priority. |
rpImmediate | The QCustomPlot surface is immediately refreshed, by calling QWidget::repaint() after the replot. |
rpQueued | Queues the refresh such that it is performed at a slightly delayed point in time after the replot, by calling QWidget::update() after the replot. |
rpHint | Whether to use immediate repaint or queued update depends on whether the plotting hint QCP::phForceRepaint is set, see setPlottingHints. |
|
explicit |
|
virtual |
|
explicit |
|
virtual |
|
explicit |
|
virtual |
bool QCustomPlot::addItem | ( | QCPAbstractItem * | item | ) |
bool QCustomPlot::addItem | ( | QCPAbstractItem * | item | ) |
bool QCustomPlot::addLayer | ( | const QString & | name, |
QCPLayer * | otherLayer = 0 , |
||
LayerInsertMode | insertMode = limAbove |
||
) |
bool QCustomPlot::addLayer | ( | const QString & | name, |
QCPLayer * | otherLayer = 0 , |
||
LayerInsertMode | insertMode = limAbove |
||
) |
bool QCustomPlot::addLayer | ( | const QString & | name, |
QCPLayer * | otherLayer = 0 , |
||
LayerInsertMode | insertMode = limAbove |
||
) |
bool QCustomPlot::addPlottable | ( | QCPAbstractPlottable * | plottable | ) |
bool QCustomPlot::addPlottable | ( | QCPAbstractPlottable * | plottable | ) |
|
signal |
|
signal |
|
signal |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
QCPAxisRect* QCustomPlot::axisRect | ( | int | index = 0 | ) | const |
QCPAxisRect* QCustomPlot::axisRect | ( | int | index = 0 | ) | const |
QCPAxisRect* QCustomPlot::axisRect | ( | int | index = 0 | ) | const |
QCPAxisRect* QCustomPlot::axisRectAt | ( | const QPointF & | pos | ) | const |
int QCustomPlot::axisRectCount | ( | ) | const |
int QCustomPlot::axisRectCount | ( | ) | const |
int QCustomPlot::axisRectCount | ( | ) | const |
QList<QCPAxisRect*> QCustomPlot::axisRects | ( | ) | const |
QList<QCPAxisRect*> QCustomPlot::axisRects | ( | ) | const |
QList<QCPAxisRect*> QCustomPlot::axisRects | ( | ) | const |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
signal |
|
signal |
|
signal |
|
inline |
int QCustomPlot::clearGraphs | ( | ) |
int QCustomPlot::clearGraphs | ( | ) |
int QCustomPlot::clearGraphs | ( | ) |
int QCustomPlot::clearItems | ( | ) |
int QCustomPlot::clearItems | ( | ) |
int QCustomPlot::clearItems | ( | ) |
int QCustomPlot::clearPlottables | ( | ) |
int QCustomPlot::clearPlottables | ( | ) |
int QCustomPlot::clearPlottables | ( | ) |
|
protected |
QCPLayer* QCustomPlot::currentLayer | ( | ) | const |
QCPLayer* QCustomPlot::currentLayer | ( | ) | const |
QCPLayer* QCustomPlot::currentLayer | ( | ) | const |
Q_SLOT void QCustomPlot::deselectAll | ( | ) |
Q_SLOT void QCustomPlot::deselectAll | ( | ) |
Q_SLOT void QCustomPlot::deselectAll | ( | ) |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
QCPGraph* QCustomPlot::graph | ( | int | index | ) | const |
QCPGraph* QCustomPlot::graph | ( | int | index | ) | const |
QCPGraph* QCustomPlot::graph | ( | ) | const |
QCPGraph* QCustomPlot::graph | ( | ) | const |
QCPGraph* QCustomPlot::graph | ( | int | index | ) | const |
QCPGraph* QCustomPlot::graph | ( | ) | const |
int QCustomPlot::graphCount | ( | ) | const |
int QCustomPlot::graphCount | ( | ) | const |
int QCustomPlot::graphCount | ( | ) | const |
|
protected |
bool QCustomPlot::hasItem | ( | QCPAbstractItem * | item | ) | const |
bool QCustomPlot::hasItem | ( | QCPAbstractItem * | item | ) | const |
bool QCustomPlot::hasItem | ( | QCPAbstractItem * | item | ) | const |
bool QCustomPlot::hasPlottable | ( | QCPAbstractPlottable * | plottable | ) | const |
bool QCustomPlot::hasPlottable | ( | QCPAbstractPlottable * | plottable | ) | const |
bool QCustomPlot::hasPlottable | ( | QCPAbstractPlottable * | plottable | ) | const |
|
inline |
|
inline |
|
inline |
QCPAbstractItem* QCustomPlot::item | ( | int | index | ) | const |
QCPAbstractItem* QCustomPlot::item | ( | int | index | ) | const |
QCPAbstractItem* QCustomPlot::item | ( | ) | const |
QCPAbstractItem* QCustomPlot::item | ( | ) | const |
QCPAbstractItem* QCustomPlot::item | ( | int | index | ) | const |
QCPAbstractItem* QCustomPlot::item | ( | ) | const |
QCPAbstractItem* QCustomPlot::itemAt | ( | const QPointF & | pos, |
bool | onlySelectable = false |
||
) | const |
QCPAbstractItem* QCustomPlot::itemAt | ( | const QPointF & | pos, |
bool | onlySelectable = false |
||
) | const |
QCPAbstractItem* QCustomPlot::itemAt | ( | const QPointF & | pos, |
bool | onlySelectable = false |
||
) | const |
|
signal |
|
signal |
|
signal |
int QCustomPlot::itemCount | ( | ) | const |
int QCustomPlot::itemCount | ( | ) | const |
int QCustomPlot::itemCount | ( | ) | const |
|
signal |
|
signal |
|
signal |
QCPLayer* QCustomPlot::layer | ( | const QString & | name | ) | const |
QCPLayer* QCustomPlot::layer | ( | const QString & | name | ) | const |
QCPLayer* QCustomPlot::layer | ( | int | index | ) | const |
QCPLayer* QCustomPlot::layer | ( | int | index | ) | const |
QCPLayer* QCustomPlot::layer | ( | const QString & | name | ) | const |
QCPLayer* QCustomPlot::layer | ( | int | index | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
int QCustomPlot::layerCount | ( | ) | const |
int QCustomPlot::layerCount | ( | ) | const |
int QCustomPlot::layerCount | ( | ) | const |
QCPLayoutElement* QCustomPlot::layoutElementAt | ( | const QPointF & | pos | ) | const |
QCPLayoutElement* QCustomPlot::layoutElementAt | ( | const QPointF & | pos | ) | const |
QCPLayoutElement* QCustomPlot::layoutElementAt | ( | const QPointF & | pos | ) | const |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
signal |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
signal |
|
signal |
|
signal |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
signal |
|
signal |
|
signal |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
signal |
|
signal |
|
signal |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
signal |
|
signal |
|
signal |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
signal |
|
signal |
|
signal |
bool QCustomPlot::moveLayer | ( | QCPLayer * | layer, |
QCPLayer * | otherLayer, | ||
LayerInsertMode | insertMode = limAbove |
||
) |
bool QCustomPlot::moveLayer | ( | QCPLayer * | layer, |
QCPLayer * | otherLayer, | ||
LayerInsertMode | insertMode = limAbove |
||
) |
bool QCustomPlot::moveLayer | ( | QCPLayer * | layer, |
QCPLayer * | otherLayer, | ||
LayerInsertMode | insertMode = limAbove |
||
) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
inline |
|
inline |
|
inline |
QCPAbstractPlottable* QCustomPlot::plottable | ( | int | index | ) |
QCPAbstractPlottable* QCustomPlot::plottable | ( | int | index | ) |
QCPAbstractPlottable* QCustomPlot::plottable | ( | ) |
QCPAbstractPlottable* QCustomPlot::plottable | ( | ) |
QCPAbstractPlottable* QCustomPlot::plottable | ( | int | index | ) |
QCPAbstractPlottable* QCustomPlot::plottable | ( | ) |
QCPAbstractPlottable* QCustomPlot::plottableAt | ( | const QPointF & | pos, |
bool | onlySelectable = false |
||
) | const |
QCPAbstractPlottable* QCustomPlot::plottableAt | ( | const QPointF & | pos, |
bool | onlySelectable = false |
||
) | const |
QCPAbstractPlottable* QCustomPlot::plottableAt | ( | const QPointF & | pos, |
bool | onlySelectable = false |
||
) | const |
|
signal |
|
signal |
|
signal |
int QCustomPlot::plottableCount | ( | ) | const |
int QCustomPlot::plottableCount | ( | ) | const |
int QCustomPlot::plottableCount | ( | ) | const |
|
signal |
|
signal |
|
signal |
|
inline |
|
inline |
|
inline |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
bool QCustomPlot::removeGraph | ( | QCPGraph * | graph | ) |
bool QCustomPlot::removeGraph | ( | QCPGraph * | graph | ) |
bool QCustomPlot::removeGraph | ( | int | index | ) |
bool QCustomPlot::removeGraph | ( | int | index | ) |
bool QCustomPlot::removeGraph | ( | QCPGraph * | graph | ) |
bool QCustomPlot::removeGraph | ( | int | index | ) |
bool QCustomPlot::removeItem | ( | QCPAbstractItem * | item | ) |
bool QCustomPlot::removeItem | ( | QCPAbstractItem * | item | ) |
bool QCustomPlot::removeItem | ( | int | index | ) |
bool QCustomPlot::removeItem | ( | int | index | ) |
bool QCustomPlot::removeItem | ( | QCPAbstractItem * | item | ) |
bool QCustomPlot::removeItem | ( | int | index | ) |
bool QCustomPlot::removeLayer | ( | QCPLayer * | layer | ) |
bool QCustomPlot::removeLayer | ( | QCPLayer * | layer | ) |
bool QCustomPlot::removeLayer | ( | QCPLayer * | layer | ) |
bool QCustomPlot::removePlottable | ( | QCPAbstractPlottable * | plottable | ) |
bool QCustomPlot::removePlottable | ( | QCPAbstractPlottable * | plottable | ) |
bool QCustomPlot::removePlottable | ( | int | index | ) |
bool QCustomPlot::removePlottable | ( | int | index | ) |
bool QCustomPlot::removePlottable | ( | QCPAbstractPlottable * | plottable | ) |
bool QCustomPlot::removePlottable | ( | int | index | ) |
Q_SLOT void QCustomPlot::replot | ( | QCustomPlot::RefreshPriority | refreshPriority = QCustomPlot::rpHint | ) |
Q_SLOT void QCustomPlot::replot | ( | QCustomPlot::RefreshPriority | refreshPriority = QCustomPlot::rpHint | ) |
Q_SLOT void QCustomPlot::replot | ( | QCustomPlot::RefreshPriority | refreshPriority = QCustomPlot::rpRefreshHint | ) |
Q_SLOT void QCustomPlot::rescaleAxes | ( | bool | onlyVisiblePlottables = false | ) |
Q_SLOT void QCustomPlot::rescaleAxes | ( | bool | onlyVisiblePlottables = false | ) |
Q_SLOT void QCustomPlot::rescaleAxes | ( | bool | onlyVisiblePlottables = false | ) |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
bool QCustomPlot::saveBmp | ( | const QString & | fileName, |
int | width = 0 , |
||
int | height = 0 , |
||
double | scale = 1.0 |
||
) |
bool QCustomPlot::saveBmp | ( | const QString & | fileName, |
int | width = 0 , |
||
int | height = 0 , |
||
double | scale = 1.0 |
||
) |
bool QCustomPlot::saveBmp | ( | const QString & | fileName, |
int | width = 0 , |
||
int | height = 0 , |
||
double | scale = 1.0 , |
||
int | resolution = 96 , |
||
QCP::ResolutionUnit | resolutionUnit = QCP::ruDotsPerInch |
||
) |
bool QCustomPlot::saveJpg | ( | const QString & | fileName, |
int | width = 0 , |
||
int | height = 0 , |
||
double | scale = 1.0 , |
||
int | quality = -1 |
||
) |
bool QCustomPlot::saveJpg | ( | const QString & | fileName, |
int | width = 0 , |
||
int | height = 0 , |
||
double | scale = 1.0 , |
||
int | quality = -1 |
||
) |
bool QCustomPlot::saveJpg | ( | const QString & | fileName, |
int | width = 0 , |
||
int | height = 0 , |
||
double | scale = 1.0 , |
||
int | quality = -1 , |
||
int | resolution = 96 , |
||
QCP::ResolutionUnit | resolutionUnit = QCP::ruDotsPerInch |
||
) |
bool QCustomPlot::savePdf | ( | const QString & | fileName, |
bool | noCosmeticPen = false , |
||
int | width = 0 , |
||
int | height = 0 , |
||
const QString & | pdfCreator = QString() , |
||
const QString & | pdfTitle = QString() |
||
) |
bool QCustomPlot::savePdf | ( | const QString & | fileName, |
bool | noCosmeticPen = false , |
||
int | width = 0 , |
||
int | height = 0 , |
||
const QString & | pdfCreator = QString() , |
||
const QString & | pdfTitle = QString() |
||
) |
bool QCustomPlot::savePdf | ( | const QString & | fileName, |
int | width = 0 , |
||
int | height = 0 , |
||
QCP::ExportPen | exportPen = QCP::epAllowCosmetic , |
||
const QString & | pdfCreator = QString() , |
||
const QString & | pdfTitle = QString() |
||
) |
bool QCustomPlot::savePng | ( | const QString & | fileName, |
int | width = 0 , |
||
int | height = 0 , |
||
double | scale = 1.0 , |
||
int | quality = -1 |
||
) |
bool QCustomPlot::savePng | ( | const QString & | fileName, |
int | width = 0 , |
||
int | height = 0 , |
||
double | scale = 1.0 , |
||
int | quality = -1 |
||
) |
bool QCustomPlot::savePng | ( | const QString & | fileName, |
int | width = 0 , |
||
int | height = 0 , |
||
double | scale = 1.0 , |
||
int | quality = -1 , |
||
int | resolution = 96 , |
||
QCP::ResolutionUnit | resolutionUnit = QCP::ruDotsPerInch |
||
) |
bool QCustomPlot::saveRastered | ( | const QString & | fileName, |
int | width, | ||
int | height, | ||
double | scale, | ||
const char * | format, | ||
int | quality = -1 |
||
) |
bool QCustomPlot::saveRastered | ( | const QString & | fileName, |
int | width, | ||
int | height, | ||
double | scale, | ||
const char * | format, | ||
int | quality = -1 |
||
) |
bool QCustomPlot::saveRastered | ( | const QString & | fileName, |
int | width, | ||
int | height, | ||
double | scale, | ||
const char * | format, | ||
int | quality = -1 , |
||
int | resolution = 96 , |
||
QCP::ResolutionUnit | resolutionUnit = QCP::ruDotsPerInch |
||
) |
QList<QCPAxis*> QCustomPlot::selectedAxes | ( | ) | const |
QList<QCPAxis*> QCustomPlot::selectedAxes | ( | ) | const |
QList<QCPAxis*> QCustomPlot::selectedAxes | ( | ) | const |
QList<QCPGraph*> QCustomPlot::selectedGraphs | ( | ) | const |
QList<QCPGraph*> QCustomPlot::selectedGraphs | ( | ) | const |
QList<QCPGraph*> QCustomPlot::selectedGraphs | ( | ) | const |
QList<QCPAbstractItem*> QCustomPlot::selectedItems | ( | ) | const |
QList<QCPAbstractItem*> QCustomPlot::selectedItems | ( | ) | const |
QList<QCPAbstractItem*> QCustomPlot::selectedItems | ( | ) | const |
QList<QCPLegend*> QCustomPlot::selectedLegends | ( | ) | const |
QList<QCPLegend*> QCustomPlot::selectedLegends | ( | ) | const |
QList<QCPLegend*> QCustomPlot::selectedLegends | ( | ) | const |
QList<QCPAbstractPlottable*> QCustomPlot::selectedPlottables | ( | ) | const |
QList<QCPAbstractPlottable*> QCustomPlot::selectedPlottables | ( | ) | const |
QList<QCPAbstractPlottable*> QCustomPlot::selectedPlottables | ( | ) | const |
|
signal |
|
signal |
|
signal |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void QCustomPlot::setAntialiasedElement | ( | QCP::AntialiasedElement | antialiasedElement, |
bool | enabled = true |
||
) |
void QCustomPlot::setAntialiasedElement | ( | QCP::AntialiasedElement | antialiasedElement, |
bool | enabled = true |
||
) |
void QCustomPlot::setAntialiasedElement | ( | QCP::AntialiasedElement | antialiasedElement, |
bool | enabled = true |
||
) |
void QCustomPlot::setAntialiasedElements | ( | const QCP::AntialiasedElements & | antialiasedElements | ) |
void QCustomPlot::setAntialiasedElements | ( | const QCP::AntialiasedElements & | antialiasedElements | ) |
void QCustomPlot::setAntialiasedElements | ( | const QCP::AntialiasedElements & | antialiasedElements | ) |
void QCustomPlot::setAutoAddPlottableToLegend | ( | bool | on | ) |
void QCustomPlot::setAutoAddPlottableToLegend | ( | bool | on | ) |
void QCustomPlot::setAutoAddPlottableToLegend | ( | bool | on | ) |
void QCustomPlot::setBackground | ( | const QPixmap & | pm | ) |
void QCustomPlot::setBackground | ( | const QPixmap & | pm | ) |
void QCustomPlot::setBackground | ( | const QPixmap & | pm, |
bool | scaled, | ||
Qt::AspectRatioMode | mode = Qt::KeepAspectRatioByExpanding |
||
) |
void QCustomPlot::setBackground | ( | const QPixmap & | pm, |
bool | scaled, | ||
Qt::AspectRatioMode | mode = Qt::KeepAspectRatioByExpanding |
||
) |
void QCustomPlot::setBackground | ( | const QBrush & | brush | ) |
void QCustomPlot::setBackground | ( | const QBrush & | brush | ) |
void QCustomPlot::setBackground | ( | const QPixmap & | pm | ) |
void QCustomPlot::setBackground | ( | const QPixmap & | pm, |
bool | scaled, | ||
Qt::AspectRatioMode | mode = Qt::KeepAspectRatioByExpanding |
||
) |
void QCustomPlot::setBackground | ( | const QBrush & | brush | ) |
void QCustomPlot::setBackgroundScaled | ( | bool | scaled | ) |
void QCustomPlot::setBackgroundScaled | ( | bool | scaled | ) |
void QCustomPlot::setBackgroundScaled | ( | bool | scaled | ) |
void QCustomPlot::setBackgroundScaledMode | ( | Qt::AspectRatioMode | mode | ) |
void QCustomPlot::setBackgroundScaledMode | ( | Qt::AspectRatioMode | mode | ) |
void QCustomPlot::setBackgroundScaledMode | ( | Qt::AspectRatioMode | mode | ) |
void QCustomPlot::setBufferDevicePixelRatio | ( | double | ratio | ) |
bool QCustomPlot::setCurrentLayer | ( | const QString & | name | ) |
bool QCustomPlot::setCurrentLayer | ( | const QString & | name | ) |
bool QCustomPlot::setCurrentLayer | ( | QCPLayer * | layer | ) |
bool QCustomPlot::setCurrentLayer | ( | QCPLayer * | layer | ) |
bool QCustomPlot::setCurrentLayer | ( | const QString & | name | ) |
bool QCustomPlot::setCurrentLayer | ( | QCPLayer * | layer | ) |
void QCustomPlot::setInteraction | ( | const QCP::Interaction & | interaction, |
bool | enabled = true |
||
) |
void QCustomPlot::setInteraction | ( | const QCP::Interaction & | interaction, |
bool | enabled = true |
||
) |
void QCustomPlot::setInteraction | ( | const QCP::Interaction & | interaction, |
bool | enabled = true |
||
) |
void QCustomPlot::setInteractions | ( | const QCP::Interactions & | interactions | ) |
void QCustomPlot::setInteractions | ( | const QCP::Interactions & | interactions | ) |
void QCustomPlot::setInteractions | ( | const QCP::Interactions & | interactions | ) |
void QCustomPlot::setMultiSelectModifier | ( | Qt::KeyboardModifier | modifier | ) |
void QCustomPlot::setMultiSelectModifier | ( | Qt::KeyboardModifier | modifier | ) |
void QCustomPlot::setMultiSelectModifier | ( | Qt::KeyboardModifier | modifier | ) |
void QCustomPlot::setNoAntialiasingOnDrag | ( | bool | enabled | ) |
void QCustomPlot::setNoAntialiasingOnDrag | ( | bool | enabled | ) |
void QCustomPlot::setNoAntialiasingOnDrag | ( | bool | enabled | ) |
void QCustomPlot::setNotAntialiasedElement | ( | QCP::AntialiasedElement | notAntialiasedElement, |
bool | enabled = true |
||
) |
void QCustomPlot::setNotAntialiasedElement | ( | QCP::AntialiasedElement | notAntialiasedElement, |
bool | enabled = true |
||
) |
void QCustomPlot::setNotAntialiasedElement | ( | QCP::AntialiasedElement | notAntialiasedElement, |
bool | enabled = true |
||
) |
void QCustomPlot::setNotAntialiasedElements | ( | const QCP::AntialiasedElements & | notAntialiasedElements | ) |
void QCustomPlot::setNotAntialiasedElements | ( | const QCP::AntialiasedElements & | notAntialiasedElements | ) |
void QCustomPlot::setNotAntialiasedElements | ( | const QCP::AntialiasedElements & | notAntialiasedElements | ) |
void QCustomPlot::setOpenGl | ( | bool | enabled, |
int | multisampling = 16 |
||
) |
void QCustomPlot::setPlottingHint | ( | QCP::PlottingHint | hint, |
bool | enabled = true |
||
) |
void QCustomPlot::setPlottingHint | ( | QCP::PlottingHint | hint, |
bool | enabled = true |
||
) |
void QCustomPlot::setPlottingHint | ( | QCP::PlottingHint | hint, |
bool | enabled = true |
||
) |
void QCustomPlot::setPlottingHints | ( | const QCP::PlottingHints & | hints | ) |
void QCustomPlot::setPlottingHints | ( | const QCP::PlottingHints & | hints | ) |
void QCustomPlot::setPlottingHints | ( | const QCP::PlottingHints & | hints | ) |
void QCustomPlot::setSelectionRect | ( | QCPSelectionRect * | selectionRect | ) |
void QCustomPlot::setSelectionRectMode | ( | QCP::SelectionRectMode | mode | ) |
void QCustomPlot::setSelectionTolerance | ( | int | pixels | ) |
void QCustomPlot::setSelectionTolerance | ( | int | pixels | ) |
void QCustomPlot::setSelectionTolerance | ( | int | pixels | ) |
|
protected |
|
protected |
void QCustomPlot::setViewport | ( | const QRect & | rect | ) |
void QCustomPlot::setViewport | ( | const QRect & | rect | ) |
void QCustomPlot::setViewport | ( | const QRect & | rect | ) |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
signal |
|
signal |
|
signal |
|
signal |
void QCustomPlot::toPainter | ( | QCPPainter * | painter, |
int | width = 0 , |
||
int | height = 0 |
||
) |
void QCustomPlot::toPainter | ( | QCPPainter * | painter, |
int | width = 0 , |
||
int | height = 0 |
||
) |
void QCustomPlot::toPainter | ( | QCPPainter * | painter, |
int | width = 0 , |
||
int | height = 0 |
||
) |
QPixmap QCustomPlot::toPixmap | ( | int | width = 0 , |
int | height = 0 , |
||
double | scale = 1.0 |
||
) |
QPixmap QCustomPlot::toPixmap | ( | int | width = 0 , |
int | height = 0 , |
||
double | scale = 1.0 |
||
) |
QPixmap QCustomPlot::toPixmap | ( | int | width = 0 , |
int | height = 0 , |
||
double | scale = 1.0 |
||
) |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
|
inline |
|
inline |
|
inline |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
QCPLegend * QCustomPlot::legend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
QCPAxis * QCustomPlot::xAxis |
QCPAxis * QCustomPlot::xAxis2 |
QCPAxis * QCustomPlot::yAxis |
QCPAxis * QCustomPlot::yAxis2 |