List of all members
QCustomPlotDecorator Class Reference

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

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

Public Slots

QCustomPlot
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)
 
QCPAxis
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
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
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
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)
 
QCPAbstractPlottable
void rescaleAxes (QCPAbstractPlottable *ap, bool v=true)
 
void setName (QCPAbstractPlottable *ap, const QString &n)
 
void setPen (QCPAbstractPlottable *ap, const QPen &pen)
 
QCPLayerable
void setVisible (QCPLayerable *l, const bool &v)
 
QCPLayoutGrid
void insertRow (QCPLayoutGrid *lg, int row)
 
void insertColumn (QCPLayoutGrid *lg, int column)
 
void addElement (QCPLayoutGrid *lg, int row, int column, QCPLayoutElement *element)
 

Member Function Documentation

◆ addData [1/4]

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

◆ addData [2/4]

void QCustomPlotDecorator::addData ( QCPGraph *  g,
const double &  key,
const double &  value 
)
inlineslot

◆ addData [3/4]

void QCustomPlotDecorator::addData ( QCPCurve *  c,
const QVector< double > &  ts,
const QVector< double > &  keys,
const QVector< double > &  values 
)
inlineslot

◆ addData [4/4]

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

◆ addElement

void QCustomPlotDecorator::addElement ( QCPLayoutGrid *  lg,
int  row,
int  column,
QCPLayoutElement *  element 
)
inlineslot

◆ addGraph

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

◆ addPlottable

void QCustomPlotDecorator::addPlottable ( QCustomPlot *  o,
QCPAbstractPlottable *  ap 
)
inlineslot

◆ clearData [1/3]

void QCustomPlotDecorator::clearData ( QCPGraph *  o)
inlineslot

◆ clearData [2/3]

void QCustomPlotDecorator::clearData ( QCPCurve *  o)
inlineslot

◆ clearData [3/3]

void QCustomPlotDecorator::clearData ( QCPBars *  o)
inlineslot

◆ clearGraphs

void QCustomPlotDecorator::clearGraphs ( QCustomPlot *  o)
inlineslot

◆ delete_QCPBars

void QCustomPlotDecorator::delete_QCPBars ( QCPBars *  g)
inlineslot

◆ delete_QCPCurve

void QCustomPlotDecorator::delete_QCPCurve ( QCPCurve *  g)
inlineslot

◆ delete_QCPGraph

void QCustomPlotDecorator::delete_QCPGraph ( QCPGraph *  g)
inlineslot

◆ delete_QCustomPlot

void QCustomPlotDecorator::delete_QCustomPlot ( QCustomPlot *  o)
inlineslot

◆ graph

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

◆ insertColumn

void QCustomPlotDecorator::insertColumn ( QCPLayoutGrid *  lg,
int  column 
)
inlineslot

◆ insertRow

void QCustomPlotDecorator::insertRow ( QCPLayoutGrid *  lg,
int  row 
)
inlineslot

◆ legend

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

◆ new_QCPBars

QCPBars* QCustomPlotDecorator::new_QCPBars ( QCPAxis *  key,
QCPAxis *  value 
)
inlineslot

◆ new_QCPCurve

QCPCurve* QCustomPlotDecorator::new_QCPCurve ( QCPAxis *  key,
QCPAxis *  value 
)
inlineslot

◆ new_QCPGraph

QCPGraph* QCustomPlotDecorator::new_QCPGraph ( QCPAxis *  key,
QCPAxis *  value 
)
inlineslot

◆ new_QCustomPlot

QCustomPlot* QCustomPlotDecorator::new_QCustomPlot ( QWidget *  parent = 0)
inlineslot

◆ pixelToCoord

double QCustomPlotDecorator::pixelToCoord ( QCPAxis *  a,
double  pixel 
)
inlineslot

◆ plotLayout

QCPLayoutGrid* QCustomPlotDecorator::plotLayout ( QCustomPlot *  o)
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 ( QCPAbstractPlottable *  ap,
bool  v = true 
)
inlineslot

◆ setAutoAddPlottableToLegend

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

◆ setAutoTickLabels

void QCustomPlotDecorator::setAutoTickLabels ( QCPAxis *  a,
bool  on 
)
inlineslot

◆ setAutoTicks

void QCustomPlotDecorator::setAutoTicks ( QCPAxis *  a,
bool  on 
)
inlineslot

◆ setData [1/3]

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

◆ setData [2/3]

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

◆ setData [3/3]

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

◆ setInteraction

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

◆ setLabel

void QCustomPlotDecorator::setLabel ( QCPAxis *  a,
const QString  text 
)
inlineslot

◆ setName

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

◆ setPen

void QCustomPlotDecorator::setPen ( QCPAbstractPlottable *  ap,
const QPen &  pen 
)
inlineslot

◆ setRange

void QCustomPlotDecorator::setRange ( QCPAxis *  a,
double  position,
double  size 
)
inlineslot

◆ setSubTickLength

void QCustomPlotDecorator::setSubTickLength ( QCPAxis *  a,
int  inside,
int  outside 
)
inlineslot

◆ setTickLength

void QCustomPlotDecorator::setTickLength ( QCPAxis *  a,
int  inside,
int  outside 
)
inlineslot

◆ setTickVector

void QCustomPlotDecorator::setTickVector ( QCPAxis *  a,
const QVector< double > &  ticks 
)
inlineslot

◆ setTickVectorLabels

void QCustomPlotDecorator::setTickVectorLabels ( QCPAxis *  a,
const QVector< QString > &  labels 
)
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

◆ xAxis

QCPAxis* QCustomPlotDecorator::xAxis ( QCustomPlot *  o)
inlineslot

◆ xAxis2

QCPAxis* QCustomPlotDecorator::xAxis2 ( QCustomPlot *  o)
inlineslot

◆ yAxis

QCPAxis* QCustomPlotDecorator::yAxis ( QCustomPlot *  o)
inlineslot

◆ yAxis2

QCPAxis* QCustomPlotDecorator::yAxis2 ( QCustomPlot *  o)
inlineslot