|
QCustomPlot * | new_QCustomPlot () |
|
void | delete_QCustomPlot (QCustomPlot *o) |
|
void | clearGraphs (QCustomPlot *o) |
|
QCPGraph * | addGraph (QCustomPlot *o) |
|
QCPGraph * | graph (QCustomPlot *o, int graphnum) |
|
void | setData (QCustomPlot *o, int graphnum, const QVector< double > &keys, const QVector< double > &values) |
|
void | addData (QCustomPlot *o, int graphnum, const QVector< double > &keys, const QVector< double > &values) |
|
void | replot (QCustomPlot *o) |
|
void | show (QCustomPlot *o) |
|
void | setWindowTitle (QCustomPlot *o, QString title) |
|
void | rescaleAxes (QCustomPlot *o, bool v=true) |
|
void | plotLayout_insertRow (QCustomPlot *o, int row) |
|
void | plotLayout_insertColumn (QCustomPlot *o, int column) |
|
void | plotLayout_addElement (QCustomPlot *o, int row, int column, QCPLayoutElement *element) |
|
void | setAutoAddPlottableToLegend (QCustomPlot *o, bool v) |
|
QCPLegend * | legend (QCustomPlot *o) |
|
void | xAxis_setLabel (QCustomPlot *o, const QString text) |
|
void | xAxis_setVisible (QCustomPlot *o, bool visible) |
|
void | xAxis_setRange (QCustomPlot *o, double position, double size) |
|
void | xAxis_setAutoTicks (QCustomPlot *o, bool on) |
|
void | xAxis_setAutoTickLabels (QCustomPlot *o, bool on) |
|
void | xAxis_setTickVector (QCustomPlot *o, const QVector< double > &ticks) |
|
void | xAxis_setTickVectorLabels (QCustomPlot *o, const QVector< QString > &labels) |
|
void | xAxis_setTickLength (QCustomPlot *o, int inside, int outside) |
|
void | xAxis_setSubTickLength (QCustomPlot *o, int inside, int outside) |
|
void | xAxis2_setLabel (QCustomPlot *o, const QString text) |
|
void | xAxis2_setVisible (QCustomPlot *o, bool visible) |
|
void | xAxis2_setRange (QCustomPlot *o, double position, double size) |
|
void | xAxis2_setAutoTicks (QCustomPlot *o, bool on) |
|
void | xAxis2_setAutoTickLabels (QCustomPlot *o, bool on) |
|
void | xAxis2_setTickVector (QCustomPlot *o, const QVector< double > &ticks) |
|
void | xAxis2_setTickVectorLabels (QCustomPlot *o, const QVector< QString > &labels) |
|
void | xAxis2_setTickLength (QCustomPlot *o, int inside, int outside) |
|
void | xAxis2_setSubTickLength (QCustomPlot *o, int inside, int outside) |
|
void | yAxis_setLabel (QCustomPlot *o, const QString text) |
|
void | yAxis_setVisible (QCustomPlot *o, bool visible) |
|
void | yAxis_setRange (QCustomPlot *o, double position, double size) |
|
void | yAxis_setAutoTicks (QCustomPlot *o, bool on) |
|
void | yAxis_setAutoTickLabels (QCustomPlot *o, bool on) |
|
void | yAxis_setTickVector (QCustomPlot *o, const QVector< double > &ticks) |
|
void | yAxis_setTickVectorLabels (QCustomPlot *o, const QVector< QString > &labels) |
|
void | yAxis_setTickLength (QCustomPlot *o, int inside, int outside) |
|
void | yAxis_setSubTickLength (QCustomPlot *o, int inside, int outside) |
|
void | yAxis2_setLabel (QCustomPlot *o, const QString text) |
|
void | yAxis2_setVisible (QCustomPlot *o, bool visible) |
|
void | yAxis2_setRange (QCustomPlot *o, double position, double size) |
|
void | yAxis2_setAutoTicks (QCustomPlot *o, bool on) |
|
void | yAxis2_setAutoTickLabels (QCustomPlot *o, bool on) |
|
void | yAxis2_setTickVector (QCustomPlot *o, const QVector< double > &ticks) |
|
void | yAxis2_setTickVectorLabels (QCustomPlot *o, const QVector< QString > &labels) |
|
void | yAxis2_setTickLength (QCustomPlot *o, int inside, int outside) |
|
void | yAxis2_setSubTickLength (QCustomPlot *o, int inside, int outside) |
|
void | setInteraction (QCustomPlot *o, int interaction, bool enabled=true) |
|
void | rescaleAxes (QCPGraph *g, bool v=true) |
|
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 | setPen (QCPGraph *g, const QPen &pen) |
|
void | setName (QCPAbstractPlottable *ap, const QString &n) |
|
void | setVisible (QCPLayerable *l, const bool &v) |
|