|
| QObject * | getGraph (int index) const |
| |
| QObject * | getLegend () const |
| |
| QObject * | addGraph (QObject *key_axis, QObject *value_axis) |
| |
| void | removeGraph (int index) |
| |
| QObject * | getXAxis () const |
| |
| QObject * | getXAxis2 () const |
| |
| QObject * | getYAxis () const |
| |
| QObject * | getYAxis2 () const |
| |
| void | setZoomAble (bool enabled, int yAxisIndex=0) |
| |
| void | setRangeAble (bool enabled, int yAxisIndex=0) |
| |
| void | setTitle (QString title) |
| |
| void | setXTitle (QString label) |
| |
| void | setYTitle (QString label) |
| |
| void | setStyle (int id, QString style) |
| |
| void | setColor (int id, int r, int g, int b) |
| |
| void | setPlotLabel (int id, QString label) |
| |
| void | setNumberOfXLabels (int i) |
| |
| void | setNumberOfYLabels (int i) |
| |
| void | showLegend (bool on) |
| |
| void | autoScroll (bool on) |
| |
| void | showPlotPoints (bool on) |
| |
| void | showPlotLines (bool on) |
| |
| void | setXValues (int id) |
| |
| void | setXRange (double min, double max) |
| |
| void | setYRange (double min, double max) |
| |
| void | addPoint (int id, double x, double y) |
| |
| void | addPoints (int id, const QList< double > &x, const QList< double > &y) |
| |
| void | clear (int id) |
| |
| void | render () |
| |
| bool | isIdValid (int id) |
| |
| void | scrollTo (double x, double y) |
| |
| QString | title () const |
| |
| QFont | titleFont () const |
| |
| QRect | axisRect () const |
| |
| int | marginLeft () const |
| |
| int | marginRight () const |
| |
| int | marginTop () const |
| |
| int | marginBottom () const |
| |
| bool | autoMargin () const |
| |
| QColor | color () const |
| |
| Qt::Orientations | rangeDrag () const |
| |
| Qt::Orientations | rangeZoom () const |
| |
| QCPAxis * | rangeDragAxis (Qt::Orientation orientation) |
| |
| QCPAxis * | rangeZoomAxis (Qt::Orientation orientation) |
| |
| double | rangeZoomFactor (Qt::Orientation orientation) |
| |
| const AntialiasedElements | antialiasedElements () const |
| |
| bool | autoAddPlottableToLegend () const |
| |
| QPixmap | axisBackground () const |
| |
| bool | axisBackgroundScaled () const |
| |
| Qt::AspectRatioMode | axisBackgroundScaledMode () const |
| |
| void | setTitle (const QString &title) |
| |
| void | setTitleFont (const QFont &font) |
| |
| void | setAxisRect (const QRect &arect) |
| |
| void | setMarginLeft (int margin) |
| |
| void | setMarginRight (int margin) |
| |
| void | setMarginTop (int margin) |
| |
| void | setMarginBottom (int margin) |
| |
| void | setMargin (int left, int right, int top, int bottom) |
| |
| void | setAutoMargin (bool enabled) |
| |
| void | setColor (const QColor &color) |
| |
| void | setRangeDrag (Qt::Orientations orientations) |
| |
| void | setRangeZoom (Qt::Orientations orientations) |
| |
| void | setRangeDragAxes (QCPAxis *horizontal, QCPAxis *vertical) |
| |
| void | setRangeZoomAxes (QCPAxis *horizontal, QCPAxis *vertical) |
| |
| void | setRangeZoomFactor (double horizontalFactor, double verticalFactor) |
| |
| void | setRangeZoomFactor (double factor) |
| |
| void | setAntialiasedElements (const AntialiasedElements &antialiasedElements) |
| |
| void | setAntialiasedElement (AntialiasedElement antialiasedElement, bool enabled) |
| |
| void | setAutoAddPlottableToLegend (bool on) |
| |
| void | setAxisBackground (const QPixmap &pm) |
| |
| void | setAxisBackground (const QPixmap &pm, bool scaled, Qt::AspectRatioMode mode=Qt::KeepAspectRatioByExpanding) |
| |
| void | setAxisBackgroundScaled (bool scaled) |
| |
| void | setAxisBackgroundScaledMode (Qt::AspectRatioMode mode) |
| |
| QCPAbstractPlottable * | plottable (int index) |
| |
| QCPAbstractPlottable * | plottable () |
| |
| bool | addPlottable (QCPAbstractPlottable *plottable) |
| |
| bool | removePlottable (QCPAbstractPlottable *plottable) |
| |
| bool | removePlottable (int index) |
| |
| int | clearPlottables () |
| |
| int | plottableCount () 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 |
| |
| void | replot () |
| |
| void | setupFullAxesBox () |
| |
| void | rescaleAxes () |
| |
| void | savePdf (const QString &fileName, bool noCosmeticPen=false, int width=0, int height=0) |
| |
| void | savePng (const QString &fileName, int width=0, int height=0) |
| |
| void | savePngScaled (const QString &fileName, double scale, int width=0, int height=0) |
| |
Definition at line 14 of file Plot2d.h.