|
|
QCustomPlot * | new_QCustomPlot (QWidget *parent=0) |
|
void | delete_QCustomPlot (QCustomPlot *o) |
|
void | clearGraphs (QCustomPlot *o) |
|
QCPGraph * | addGraph (QCustomPlot *o) |
|
void | addPlottable (QCustomPlot *o, QCPAbstractPlottable *ap) |
|
QCPGraph * | graph (QCustomPlot *o, int graphnum) |
|
void | replot (QCustomPlot *o) |
|
void | show (QCustomPlot *o) |
|
void | setWindowTitle (QCustomPlot *o, QString title) |
|
void | rescaleAxes (QCustomPlot *o, bool v=true) |
|
QCPLayoutGrid * | plotLayout (QCustomPlot *o) |
|
void | setAutoAddPlottableToLegend (QCustomPlot *o, bool v) |
|
void | setInteraction (QCustomPlot *o, int interaction, bool enabled=true) |
|
QCPAxis * | xAxis (QCustomPlot *o) |
|
QCPAxis * | xAxis2 (QCustomPlot *o) |
|
QCPAxis * | yAxis (QCustomPlot *o) |
|
QCPAxis * | yAxis2 (QCustomPlot *o) |
|
QCPLegend * | legend (QCustomPlot *o) |
|
|
void | setLabel (QCPAxis *a, const QString text) |
|
void | setRange (QCPAxis *a, double position, double size) |
|
void | setAutoTicks (QCPAxis *a, bool on) |
|
void | setAutoTickLabels (QCPAxis *a, bool on) |
|
void | setTickVector (QCPAxis *a, const QVector< double > &ticks) |
|
void | setTickVectorLabels (QCPAxis *a, const QVector< QString > &labels) |
|
void | setTickLength (QCPAxis *a, int inside, int outside) |
|
void | setSubTickLength (QCPAxis *a, int inside, int outside) |
|
double | pixelToCoord (QCPAxis *a, double pixel) |
|
|
QCPGraph * | new_QCPGraph (QCPAxis *key, QCPAxis *value) |
|
void | delete_QCPGraph (QCPGraph *g) |
|
void | setData (QCPGraph *g, const QVector< double > &keys, const QVector< double > &values) |
|
void | addData (QCPGraph *g, const QVector< double > &keys, const QVector< double > &values) |
|
void | clearData (QCPGraph *o) |
|
|
QCPCurve * | new_QCPCurve (QCPAxis *key, QCPAxis *value) |
|
void | delete_QCPCurve (QCPCurve *g) |
|
void | setData (QCPCurve *c, const QVector< double > &keys, const QVector< double > &values) |
|
void | addData (QCPCurve *c, const QVector< double > &ts, const QVector< double > &keys, const QVector< double > &values) |
|
void | clearData (QCPCurve *o) |
|
|
QCPBars * | new_QCPBars (QCPAxis *key, QCPAxis *value) |
|
void | delete_QCPBars (QCPBars *g) |
|
void | setData (QCPBars *c, const QVector< double > &keys, const QVector< double > &values) |
|
void | addData (QCPBars *c, const QVector< double > &keys, const QVector< double > &values) |
|
void | clearData (QCPBars *o) |
|
|
void | rescaleAxes (QCPAbstractPlottable *ap, bool v=true) |
|
void | setName (QCPAbstractPlottable *ap, const QString &n) |
|
void | setPen (QCPAbstractPlottable *ap, const QPen &pen) |
|
|
void | setVisible (QCPLayerable *l, const bool &v) |
|
|
void | insertRow (QCPLayoutGrid *lg, int row) |
|
void | insertColumn (QCPLayoutGrid *lg, int column) |
|
void | addElement (QCPLayoutGrid *lg, int row, int column, QCPLayoutElement *element) |
|