#include </home/florent/devel/release/src/gepetto-viewer/plugins/pyqcustomplot/qcustomplot-1.3.2/qcustomplot.h>
◆ LayerMode
Defines the different rendering modes of a layer. Depending on the mode, certain layers can be replotted individually, without the need to replot (possibly complex) layerables on other layers.
- See also
- setMode
Enumerator |
---|
lmLogical | Layer is used only for rendering order, and shares paint buffer with all other adjacent logical layers.
|
lmBuffered | Layer has its own paint buffer and may be replotted individually (see replot).
|
◆ QCPLayer() [1/3]
QCPLayer::QCPLayer |
( |
QCustomPlot * |
parentPlot, |
|
|
const QString & |
layerName |
|
) |
| |
◆ ~QCPLayer() [1/3]
◆ QCPLayer() [2/3]
QCPLayer::QCPLayer |
( |
QCustomPlot * |
parentPlot, |
|
|
const QString & |
layerName |
|
) |
| |
◆ ~QCPLayer() [2/3]
virtual QCPLayer::~QCPLayer |
( |
| ) |
|
|
virtual |
◆ QCPLayer() [3/3]
QCPLayer::QCPLayer |
( |
QCustomPlot * |
parentPlot, |
|
|
const QString & |
layerName |
|
) |
| |
◆ ~QCPLayer() [3/3]
◆ addChild() [1/3]
void QCPLayer::addChild |
( |
QCPLayerable * |
layerable, |
|
|
bool |
prepend |
|
) |
| |
|
protected |
◆ addChild() [2/3]
void QCPLayer::addChild |
( |
QCPLayerable * |
layerable, |
|
|
bool |
prepend |
|
) |
| |
|
protected |
◆ addChild() [3/3]
void QCPLayer::addChild |
( |
QCPLayerable * |
layerable, |
|
|
bool |
prepend |
|
) |
| |
|
protected |
◆ children() [1/3]
◆ children() [2/3]
◆ children() [3/3]
◆ draw()
◆ drawToPaintBuffer()
void QCPLayer::drawToPaintBuffer |
( |
| ) |
|
|
protected |
◆ index() [1/3]
int QCPLayer::index |
( |
| ) |
const |
|
inline |
◆ index() [2/3]
int QCPLayer::index |
( |
| ) |
const |
|
inline |
◆ index() [3/3]
int QCPLayer::index |
( |
| ) |
const |
|
inline |
◆ mode()
◆ name() [1/3]
QString QCPLayer::name |
( |
| ) |
const |
|
inline |
◆ name() [2/3]
QString QCPLayer::name |
( |
| ) |
const |
|
inline |
◆ name() [3/3]
QString QCPLayer::name |
( |
| ) |
const |
|
inline |
◆ parentPlot() [1/3]
◆ parentPlot() [2/3]
◆ parentPlot() [3/3]
◆ removeChild() [1/3]
◆ removeChild() [2/3]
◆ removeChild() [3/3]
◆ replot()
void QCPLayer::replot |
( |
| ) |
|
◆ setMode()
◆ setVisible() [1/3]
void QCPLayer::setVisible |
( |
bool |
visible | ) |
|
◆ setVisible() [2/3]
void QCPLayer::setVisible |
( |
bool |
visible | ) |
|
◆ setVisible() [3/3]
void QCPLayer::setVisible |
( |
bool |
visible | ) |
|
◆ visible() [1/3]
bool QCPLayer::visible |
( |
| ) |
const |
|
inline |
◆ visible() [2/3]
bool QCPLayer::visible |
( |
| ) |
const |
|
inline |
◆ visible() [3/3]
bool QCPLayer::visible |
( |
| ) |
const |
|
inline |
◆ QCPLayerable
◆ QCustomPlot
◆ mChildren
◆ mIndex
◆ mMode
◆ mName
◆ mPaintBuffer
◆ mParentPlot
◆ mVisible
The documentation for this class was generated from the following file: