Public Slots | List of all members
QCustomPlotDecorator Class Reference

#include </local/robotpkg/var/tmp/robotpkg/graphics/gepetto-viewer-corba/work/gepetto-viewer-corba-2.2.0/plugins/pyqcustomplot/decorator.hh>

Inheritance diagram for QCustomPlotDecorator:
[legend]
Collaboration diagram for QCustomPlotDecorator:
[legend]

Public Slots

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)
 

Member Function Documentation

◆ addData [1/2]

void QCustomPlotDecorator::addData ( QCustomPlot *  o,
int  graphnum,
const QVector< double > &  keys,
const QVector< double > &  values 
)
inlineslot

◆ addData [2/2]

void QCustomPlotDecorator::addData ( QCPGraph *  g,
const QVector< double > &  keys,
const QVector< double > &  values 
)
inlineslot

◆ addGraph

QCPGraph* QCustomPlotDecorator::addGraph ( QCustomPlot *  o)
inlineslot

◆ clearGraphs

void QCustomPlotDecorator::clearGraphs ( QCustomPlot *  o)
inlineslot

◆ delete_QCustomPlot

void QCustomPlotDecorator::delete_QCustomPlot ( QCustomPlot *  o)
inlineslot

◆ graph

QCPGraph* QCustomPlotDecorator::graph ( QCustomPlot *  o,
int  graphnum 
)
inlineslot

◆ legend

QCPLegend* QCustomPlotDecorator::legend ( QCustomPlot *  o)
inlineslot

◆ new_QCustomPlot

QCustomPlot* QCustomPlotDecorator::new_QCustomPlot ( )
inlineslot

◆ plotLayout_addElement

void QCustomPlotDecorator::plotLayout_addElement ( QCustomPlot *  o,
int  row,
int  column,
QCPLayoutElement *  element 
)
inlineslot

◆ plotLayout_insertColumn

void QCustomPlotDecorator::plotLayout_insertColumn ( QCustomPlot *  o,
int  column 
)
inlineslot

◆ plotLayout_insertRow

void QCustomPlotDecorator::plotLayout_insertRow ( QCustomPlot *  o,
int  row 
)
inlineslot

◆ replot

void QCustomPlotDecorator::replot ( QCustomPlot *  o)
inlineslot

◆ rescaleAxes [1/2]

void QCustomPlotDecorator::rescaleAxes ( QCustomPlot *  o,
bool  v = true 
)
inlineslot

◆ rescaleAxes [2/2]

void QCustomPlotDecorator::rescaleAxes ( QCPGraph *  g,
bool  v = true 
)
inlineslot

◆ setAutoAddPlottableToLegend

void QCustomPlotDecorator::setAutoAddPlottableToLegend ( QCustomPlot *  o,
bool  v 
)
inlineslot

◆ setData [1/2]

void QCustomPlotDecorator::setData ( QCustomPlot *  o,
int  graphnum,
const QVector< double > &  keys,
const QVector< double > &  values 
)
inlineslot

◆ setData [2/2]

void QCustomPlotDecorator::setData ( QCPGraph *  g,
const QVector< double > &  keys,
const QVector< double > &  values 
)
inlineslot

◆ setInteraction

void QCustomPlotDecorator::setInteraction ( QCustomPlot *  o,
int  interaction,
bool  enabled = true 
)
inlineslot

◆ setName

void QCustomPlotDecorator::setName ( QCPAbstractPlottable *  ap,
const QString &  n 
)
inlineslot

◆ setPen

void QCustomPlotDecorator::setPen ( QCPGraph *  g,
const QPen &  pen 
)
inlineslot

◆ setVisible

void QCustomPlotDecorator::setVisible ( QCPLayerable *  l,
const bool &  v 
)
inlineslot

◆ setWindowTitle

void QCustomPlotDecorator::setWindowTitle ( QCustomPlot *  o,
QString  title 
)
inlineslot

◆ show

void QCustomPlotDecorator::show ( QCustomPlot *  o)
inlineslot

◆ xAxis2_setAutoTickLabels

void QCustomPlotDecorator::xAxis2_setAutoTickLabels ( QCustomPlot *  o,
bool  on 
)
inlineslot

◆ xAxis2_setAutoTicks

void QCustomPlotDecorator::xAxis2_setAutoTicks ( QCustomPlot *  o,
bool  on 
)
inlineslot

◆ xAxis2_setLabel

void QCustomPlotDecorator::xAxis2_setLabel ( QCustomPlot *  o,
const QString  text 
)
inlineslot

◆ xAxis2_setRange

void QCustomPlotDecorator::xAxis2_setRange ( QCustomPlot *  o,
double  position,
double  size 
)
inlineslot

◆ xAxis2_setSubTickLength

void QCustomPlotDecorator::xAxis2_setSubTickLength ( QCustomPlot *  o,
int  inside,
int  outside 
)
inlineslot

◆ xAxis2_setTickLength

void QCustomPlotDecorator::xAxis2_setTickLength ( QCustomPlot *  o,
int  inside,
int  outside 
)
inlineslot

◆ xAxis2_setTickVector

void QCustomPlotDecorator::xAxis2_setTickVector ( QCustomPlot *  o,
const QVector< double > &  ticks 
)
inlineslot

◆ xAxis2_setTickVectorLabels

void QCustomPlotDecorator::xAxis2_setTickVectorLabels ( QCustomPlot *  o,
const QVector< QString > &  labels 
)
inlineslot

◆ xAxis2_setVisible

void QCustomPlotDecorator::xAxis2_setVisible ( QCustomPlot *  o,
bool  visible 
)
inlineslot

◆ xAxis_setAutoTickLabels

void QCustomPlotDecorator::xAxis_setAutoTickLabels ( QCustomPlot *  o,
bool  on 
)
inlineslot

◆ xAxis_setAutoTicks

void QCustomPlotDecorator::xAxis_setAutoTicks ( QCustomPlot *  o,
bool  on 
)
inlineslot

◆ xAxis_setLabel

void QCustomPlotDecorator::xAxis_setLabel ( QCustomPlot *  o,
const QString  text 
)
inlineslot

◆ xAxis_setRange

void QCustomPlotDecorator::xAxis_setRange ( QCustomPlot *  o,
double  position,
double  size 
)
inlineslot

◆ xAxis_setSubTickLength

void QCustomPlotDecorator::xAxis_setSubTickLength ( QCustomPlot *  o,
int  inside,
int  outside 
)
inlineslot

◆ xAxis_setTickLength

void QCustomPlotDecorator::xAxis_setTickLength ( QCustomPlot *  o,
int  inside,
int  outside 
)
inlineslot

◆ xAxis_setTickVector

void QCustomPlotDecorator::xAxis_setTickVector ( QCustomPlot *  o,
const QVector< double > &  ticks 
)
inlineslot

◆ xAxis_setTickVectorLabels

void QCustomPlotDecorator::xAxis_setTickVectorLabels ( QCustomPlot *  o,
const QVector< QString > &  labels 
)
inlineslot

◆ xAxis_setVisible

void QCustomPlotDecorator::xAxis_setVisible ( QCustomPlot *  o,
bool  visible 
)
inlineslot

◆ yAxis2_setAutoTickLabels

void QCustomPlotDecorator::yAxis2_setAutoTickLabels ( QCustomPlot *  o,
bool  on 
)
inlineslot

◆ yAxis2_setAutoTicks

void QCustomPlotDecorator::yAxis2_setAutoTicks ( QCustomPlot *  o,
bool  on 
)
inlineslot

◆ yAxis2_setLabel

void QCustomPlotDecorator::yAxis2_setLabel ( QCustomPlot *  o,
const QString  text 
)
inlineslot

◆ yAxis2_setRange

void QCustomPlotDecorator::yAxis2_setRange ( QCustomPlot *  o,
double  position,
double  size 
)
inlineslot

◆ yAxis2_setSubTickLength

void QCustomPlotDecorator::yAxis2_setSubTickLength ( QCustomPlot *  o,
int  inside,
int  outside 
)
inlineslot

◆ yAxis2_setTickLength

void QCustomPlotDecorator::yAxis2_setTickLength ( QCustomPlot *  o,
int  inside,
int  outside 
)
inlineslot

◆ yAxis2_setTickVector

void QCustomPlotDecorator::yAxis2_setTickVector ( QCustomPlot *  o,
const QVector< double > &  ticks 
)
inlineslot

◆ yAxis2_setTickVectorLabels

void QCustomPlotDecorator::yAxis2_setTickVectorLabels ( QCustomPlot *  o,
const QVector< QString > &  labels 
)
inlineslot

◆ yAxis2_setVisible

void QCustomPlotDecorator::yAxis2_setVisible ( QCustomPlot *  o,
bool  visible 
)
inlineslot

◆ yAxis_setAutoTickLabels

void QCustomPlotDecorator::yAxis_setAutoTickLabels ( QCustomPlot *  o,
bool  on 
)
inlineslot

◆ yAxis_setAutoTicks

void QCustomPlotDecorator::yAxis_setAutoTicks ( QCustomPlot *  o,
bool  on 
)
inlineslot

◆ yAxis_setLabel

void QCustomPlotDecorator::yAxis_setLabel ( QCustomPlot *  o,
const QString  text 
)
inlineslot

◆ yAxis_setRange

void QCustomPlotDecorator::yAxis_setRange ( QCustomPlot *  o,
double  position,
double  size 
)
inlineslot

◆ yAxis_setSubTickLength

void QCustomPlotDecorator::yAxis_setSubTickLength ( QCustomPlot *  o,
int  inside,
int  outside 
)
inlineslot

◆ yAxis_setTickLength

void QCustomPlotDecorator::yAxis_setTickLength ( QCustomPlot *  o,
int  inside,
int  outside 
)
inlineslot

◆ yAxis_setTickVector

void QCustomPlotDecorator::yAxis_setTickVector ( QCustomPlot *  o,
const QVector< double > &  ticks 
)
inlineslot

◆ yAxis_setTickVectorLabels

void QCustomPlotDecorator::yAxis_setTickVectorLabels ( QCustomPlot *  o,
const QVector< QString > &  labels 
)
inlineslot

◆ yAxis_setVisible

void QCustomPlotDecorator::yAxis_setVisible ( QCustomPlot *  o,
bool  visible 
)
inlineslot