#include </home/florent/devel/release/src/gepetto-viewer/plugins/pyqcustomplot/qcustomplot-1.3.2/qcustomplot.h>
Protected Member Functions | |
virtual QCPItemPosition * | toQCPItemPosition () |
virtual QCPItemPosition * | toQCPItemPosition () Q_DECL_OVERRIDE |
virtual QCPItemPosition * | toQCPItemPosition () |
Protected Member Functions inherited from QCPItemAnchor | |
void | addChildX (QCPItemPosition *pos) |
void | removeChildX (QCPItemPosition *pos) |
void | addChildY (QCPItemPosition *pos) |
void | removeChildY (QCPItemPosition *pos) |
void | addChildX (QCPItemPosition *pos) |
void | removeChildX (QCPItemPosition *pos) |
void | addChildY (QCPItemPosition *pos) |
void | removeChildY (QCPItemPosition *pos) |
void | addChildX (QCPItemPosition *pos) |
void | removeChildX (QCPItemPosition *pos) |
void | addChildY (QCPItemPosition *pos) |
void | removeChildY (QCPItemPosition *pos) |
Protected Attributes | |
PositionType | mPositionTypeX |
PositionType | mPositionTypeY |
QPointer< QCPAxis > | mKeyAxis |
QPointer< QCPAxis > | mValueAxis |
QPointer< QCPAxisRect > | mAxisRect |
double | mKey |
double | mValue |
QCPItemAnchor * | mParentAnchorX |
QCPItemAnchor * | mParentAnchorY |
Protected Attributes inherited from QCPItemAnchor | |
QString | mName |
QCustomPlot * | mParentPlot |
QCPAbstractItem * | mParentItem |
int | mAnchorId |
QSet< QCPItemPosition * > | mChildrenX |
QSet< QCPItemPosition * > | mChildrenY |
Defines the ways an item position can be specified. Thus it defines what the numbers passed to setCoords actually mean.
Enumerator | |
---|---|
ptAbsolute | Static positioning in pixels, starting from the top left corner of the viewport/widget. |
ptViewportRatio | Static positioning given by a fraction of the viewport size. For example, if you call setCoords(0, 0), the position will be at the top left corner of the viewport/widget. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the viewport/widget, etc. |
ptAxisRectRatio | Static positioning given by a fraction of the axis rect size (see setAxisRect). For example, if you call setCoords(0, 0), the position will be at the top left corner of the axis rect. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the axis rect, etc. You can also go beyond the axis rect by providing negative coordinates or coordinates larger than 1. |
ptPlotCoords | Dynamic positioning at a plot coordinate defined by two axes (see setAxes). |
ptAbsolute | Static positioning in pixels, starting from the top left corner of the viewport/widget. |
ptViewportRatio | Static positioning given by a fraction of the viewport size. For example, if you call setCoords(0, 0), the position will be at the top left corner of the viewport/widget. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the viewport/widget, etc. |
ptAxisRectRatio | Static positioning given by a fraction of the axis rect size (see setAxisRect). For example, if you call setCoords(0, 0), the position will be at the top left corner of the axis rect. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the axis rect, etc. You can also go beyond the axis rect by providing negative coordinates or coordinates larger than 1. |
ptPlotCoords | Dynamic positioning at a plot coordinate defined by two axes (see setAxes). |
ptAbsolute | Static positioning in pixels, starting from the top left corner of the viewport/widget. |
ptViewportRatio | Static positioning given by a fraction of the viewport size. For example, if you call setCoords(0, 0), the position will be at the top left corner of the viewport/widget. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the viewport/widget, etc. |
ptAxisRectRatio | Static positioning given by a fraction of the axis rect size (see setAxisRect). For example, if you call setCoords(0, 0), the position will be at the top left corner of the axis rect. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the axis rect, etc. You can also go beyond the axis rect by providing negative coordinates or coordinates larger than 1. |
ptPlotCoords | Dynamic positioning at a plot coordinate defined by two axes (see setAxes). |
Defines the ways an item position can be specified. Thus it defines what the numbers passed to setCoords actually mean.
Enumerator | |
---|---|
ptAbsolute | Static positioning in pixels, starting from the top left corner of the viewport/widget. |
ptViewportRatio | Static positioning given by a fraction of the viewport size. For example, if you call setCoords(0, 0), the position will be at the top left corner of the viewport/widget. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the viewport/widget, etc. |
ptAxisRectRatio | Static positioning given by a fraction of the axis rect size (see setAxisRect). For example, if you call setCoords(0, 0), the position will be at the top left corner of the axis rect. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the axis rect, etc. You can also go beyond the axis rect by providing negative coordinates or coordinates larger than 1. |
ptPlotCoords | Dynamic positioning at a plot coordinate defined by two axes (see setAxes). |
ptAbsolute | Static positioning in pixels, starting from the top left corner of the viewport/widget. |
ptViewportRatio | Static positioning given by a fraction of the viewport size. For example, if you call setCoords(0, 0), the position will be at the top left corner of the viewport/widget. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the viewport/widget, etc. |
ptAxisRectRatio | Static positioning given by a fraction of the axis rect size (see setAxisRect). For example, if you call setCoords(0, 0), the position will be at the top left corner of the axis rect. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the axis rect, etc. You can also go beyond the axis rect by providing negative coordinates or coordinates larger than 1. |
ptPlotCoords | Dynamic positioning at a plot coordinate defined by two axes (see setAxes). |
ptAbsolute | Static positioning in pixels, starting from the top left corner of the viewport/widget. |
ptViewportRatio | Static positioning given by a fraction of the viewport size. For example, if you call setCoords(0, 0), the position will be at the top left corner of the viewport/widget. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the viewport/widget, etc. |
ptAxisRectRatio | Static positioning given by a fraction of the axis rect size (see setAxisRect). For example, if you call setCoords(0, 0), the position will be at the top left corner of the axis rect. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the axis rect, etc. You can also go beyond the axis rect by providing negative coordinates or coordinates larger than 1. |
ptPlotCoords | Dynamic positioning at a plot coordinate defined by two axes (see setAxes). |
Defines the ways an item position can be specified. Thus it defines what the numbers passed to setCoords actually mean.
Enumerator | |
---|---|
ptAbsolute | Static positioning in pixels, starting from the top left corner of the viewport/widget. |
ptViewportRatio | Static positioning given by a fraction of the viewport size. For example, if you call setCoords(0, 0), the position will be at the top left corner of the viewport/widget. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the viewport/widget, etc. |
ptAxisRectRatio | Static positioning given by a fraction of the axis rect size (see setAxisRect). For example, if you call setCoords(0, 0), the position will be at the top left corner of the axis rect. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the axis rect, etc. You can also go beyond the axis rect by providing negative coordinates or coordinates larger than 1. |
ptPlotCoords | Dynamic positioning at a plot coordinate defined by two axes (see setAxes). |
ptAbsolute | Static positioning in pixels, starting from the top left corner of the viewport/widget. |
ptViewportRatio | Static positioning given by a fraction of the viewport size. For example, if you call setCoords(0, 0), the position will be at the top left corner of the viewport/widget. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the viewport/widget, etc. |
ptAxisRectRatio | Static positioning given by a fraction of the axis rect size (see setAxisRect). For example, if you call setCoords(0, 0), the position will be at the top left corner of the axis rect. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the axis rect, etc. You can also go beyond the axis rect by providing negative coordinates or coordinates larger than 1. |
ptPlotCoords | Dynamic positioning at a plot coordinate defined by two axes (see setAxes). |
ptAbsolute | Static positioning in pixels, starting from the top left corner of the viewport/widget. |
ptViewportRatio | Static positioning given by a fraction of the viewport size. For example, if you call setCoords(0, 0), the position will be at the top left corner of the viewport/widget. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the viewport/widget, etc. |
ptAxisRectRatio | Static positioning given by a fraction of the axis rect size (see setAxisRect). For example, if you call setCoords(0, 0), the position will be at the top left corner of the axis rect. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and vertically at the top of the axis rect, etc. You can also go beyond the axis rect by providing negative coordinates or coordinates larger than 1. |
ptPlotCoords | Dynamic positioning at a plot coordinate defined by two axes (see setAxes). |
QCPItemPosition::QCPItemPosition | ( | QCustomPlot * | parentPlot, |
QCPAbstractItem * | parentItem, | ||
const QString | name | ||
) |
|
virtual |
QCPItemPosition::QCPItemPosition | ( | QCustomPlot * | parentPlot, |
QCPAbstractItem * | parentItem, | ||
const QString & | name | ||
) |
|
virtual |
QCPItemPosition::QCPItemPosition | ( | QCustomPlot * | parentPlot, |
QCPAbstractItem * | parentItem, | ||
const QString | name | ||
) |
|
virtual |
QCPAxisRect* QCPItemPosition::axisRect | ( | ) | const |
QCPAxisRect* QCPItemPosition::axisRect | ( | ) | const |
QCPAxisRect* QCPItemPosition::axisRect | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
virtual |
Reimplemented from QCPItemAnchor.
|
virtual |
Reimplemented from QCPItemAnchor.
|
virtual |
Reimplemented from QCPItemAnchor.
void QCPItemPosition::setAxisRect | ( | QCPAxisRect * | axisRect | ) |
void QCPItemPosition::setAxisRect | ( | QCPAxisRect * | axisRect | ) |
void QCPItemPosition::setAxisRect | ( | QCPAxisRect * | axisRect | ) |
void QCPItemPosition::setCoords | ( | double | key, |
double | value | ||
) |
void QCPItemPosition::setCoords | ( | double | key, |
double | value | ||
) |
void QCPItemPosition::setCoords | ( | const QPointF & | coords | ) |
void QCPItemPosition::setCoords | ( | const QPointF & | coords | ) |
void QCPItemPosition::setCoords | ( | double | key, |
double | value | ||
) |
void QCPItemPosition::setCoords | ( | const QPointF & | coords | ) |
bool QCPItemPosition::setParentAnchor | ( | QCPItemAnchor * | parentAnchor, |
bool | keepPixelPosition = false |
||
) |
bool QCPItemPosition::setParentAnchor | ( | QCPItemAnchor * | parentAnchor, |
bool | keepPixelPosition = false |
||
) |
bool QCPItemPosition::setParentAnchor | ( | QCPItemAnchor * | parentAnchor, |
bool | keepPixelPosition = false |
||
) |
bool QCPItemPosition::setParentAnchorX | ( | QCPItemAnchor * | parentAnchor, |
bool | keepPixelPosition = false |
||
) |
bool QCPItemPosition::setParentAnchorX | ( | QCPItemAnchor * | parentAnchor, |
bool | keepPixelPosition = false |
||
) |
bool QCPItemPosition::setParentAnchorX | ( | QCPItemAnchor * | parentAnchor, |
bool | keepPixelPosition = false |
||
) |
bool QCPItemPosition::setParentAnchorY | ( | QCPItemAnchor * | parentAnchor, |
bool | keepPixelPosition = false |
||
) |
bool QCPItemPosition::setParentAnchorY | ( | QCPItemAnchor * | parentAnchor, |
bool | keepPixelPosition = false |
||
) |
bool QCPItemPosition::setParentAnchorY | ( | QCPItemAnchor * | parentAnchor, |
bool | keepPixelPosition = false |
||
) |
void QCPItemPosition::setPixelPoint | ( | const QPointF & | pixelPoint | ) |
void QCPItemPosition::setPixelPoint | ( | const QPointF & | pixelPoint | ) |
void QCPItemPosition::setPixelPosition | ( | const QPointF & | pixelPosition | ) |
void QCPItemPosition::setType | ( | PositionType | type | ) |
void QCPItemPosition::setType | ( | PositionType | type | ) |
void QCPItemPosition::setType | ( | PositionType | type | ) |
void QCPItemPosition::setTypeX | ( | PositionType | type | ) |
void QCPItemPosition::setTypeX | ( | PositionType | type | ) |
void QCPItemPosition::setTypeX | ( | PositionType | type | ) |
void QCPItemPosition::setTypeY | ( | PositionType | type | ) |
void QCPItemPosition::setTypeY | ( | PositionType | type | ) |
void QCPItemPosition::setTypeY | ( | PositionType | type | ) |
|
inlineprotectedvirtual |
Reimplemented from QCPItemAnchor.
|
inlineprotectedvirtual |
Reimplemented from QCPItemAnchor.
|
inlineprotectedvirtual |
Reimplemented from QCPItemAnchor.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |