|
|
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 | rescaleAxes (QCustomPlot *o, bool v=true) |
|
void | setInteraction (QCustomPlot *o, int interaction, bool enabled=true) |
|
bool | savePdf (QCustomPlot *o, const QString &fileName, bool noCosmeticPen=false, int width=0, int height=0, const QString &pdfCreator=QString(), const QString &pdfTitle=QString()) |
|
bool | savePng (QCustomPlot *o, const QString &fileName, int width=0, int height=0, double scale=1.0, int quality=-1) |
|
bool | saveJpg (QCustomPlot *o, const QString &fileName, int width=0, int height=0, double scale=1.0, int quality=-1) |
|
bool | saveBmp (QCustomPlot *o, const QString &fileName, int width=0, int height=0, double scale=1.0) |
|
bool | saveRastered (QCustomPlot *o, const QString &fileName, int width, int height, double scale, const char *format, int quality=-1) |
|
QCPAxis * | xAxis (QCustomPlot *o) |
|
QCPAxis * | xAxis2 (QCustomPlot *o) |
|
QCPAxis * | yAxis (QCustomPlot *o) |
|
QCPAxis * | yAxis2 (QCustomPlot *o) |
|
QCPLegend * | legend (QCustomPlot *o) |
|
QCPAxisRect * | axisRect (QCustomPlot *o, int index=0) |
|
|
- Todo:
- Most of this function should be removed as they duplicates the QProperty methods.
|
int | selectedParts (const QCPAxis *a) |
|
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 | addData (QCPGraph *g, const double &key, const double &value) |
|
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 | insertRow (QCPLayoutGrid *lg, int row) |
|
void | insertColumn (QCPLayoutGrid *lg, int column) |
|
void | addElement (QCPLayoutGrid *lg, int row, int column, QCPLayoutElement *element) |
|
|
void | setRangeZoomAxes (QCPAxisRect *ar, QCPAxis *horizontal, QCPAxis *vertical) |
|
|
void | setType (QCPItemPosition *ip, int type) |
|
bool | setParentAnchor (QCPItemPosition *ip, QCPItemAnchor *a) |
|
void | setCoords (QCPItemPosition *ip, double k, double v) |
|
|
QCPItemPosition * | position (QCPAbstractItem *ai, QString p) |
|
QCPItemAnchor * | anchor (QCPAbstractItem *ai, QString a) |
|
|
QCPItemTracer * | new_QCPItemTracer (QCustomPlot *parent) |
|
void | delete_QCPItemTracer (QCPItemTracer *it) |
|
|
QCPItemRichText * | new_QCPItemRichText (QCustomPlot *parent) |
|
void | delete_QCPItemRichText (QCPItemRichText *it) |
|
|
QCPItemText * | new_QCPItemText (QCustomPlot *parent) |
|
void | delete_QCPItemText (QCPItemText *it) |
|
|
QCPItemEllipse * | new_QCPItemEllipse (QCustomPlot *parent) |
|
void | delete_QCPItemEllipse (QCPItemEllipse *it) |
|