#include </home/florent/devel/release/src/gepetto-viewer/plugins/pyqcustomplot/qcustomplot-1.3.2/qcustomplot.h>
Signals | |
void | selectionChanged (bool selected) |
void | selectableChanged (bool selectable) |
void | selectionChanged (bool selected) |
void | selectableChanged (bool selectable) |
void | selectionChanged (bool selected) |
void | selectableChanged (bool selectable) |
Signals inherited from QCPLayerable | |
void | layerChanged (QCPLayer *newLayer) |
void | layerChanged (QCPLayer *newLayer) |
void | layerChanged (QCPLayer *newLayer) |
Public Member Functions | |
QCPAbstractItem (QCustomPlot *parentPlot) | |
virtual | ~QCPAbstractItem () |
bool | clipToAxisRect () const |
QCPAxisRect * | clipAxisRect () const |
bool | selectable () const |
bool | selected () const |
void | setClipToAxisRect (bool clip) |
void | setClipAxisRect (QCPAxisRect *rect) |
Q_SLOT void | setSelectable (bool selectable) |
Q_SLOT void | setSelected (bool selected) |
virtual double | selectTest (const QPointF &pos, bool onlySelectable, QVariant *details=0) const =0 |
QList< QCPItemPosition * > | positions () const |
QList< QCPItemAnchor * > | anchors () const |
QCPItemPosition * | position (const QString &name) const |
QCPItemAnchor * | anchor (const QString &name) const |
bool | hasAnchor (const QString &name) const |
QCPAbstractItem (QCustomPlot *parentPlot) | |
virtual | ~QCPAbstractItem () |
bool | clipToAxisRect () const |
QCPAxisRect * | clipAxisRect () const |
bool | selectable () const |
bool | selected () const |
void | setClipToAxisRect (bool clip) |
void | setClipAxisRect (QCPAxisRect *rect) |
Q_SLOT void | setSelectable (bool selectable) |
Q_SLOT void | setSelected (bool selected) |
virtual double | selectTest (const QPointF &pos, bool onlySelectable, QVariant *details=0) const Q_DECL_OVERRIDE=0 |
QList< QCPItemPosition * > | positions () const |
QList< QCPItemAnchor * > | anchors () const |
QCPItemPosition * | position (const QString &name) const |
QCPItemAnchor * | anchor (const QString &name) const |
bool | hasAnchor (const QString &name) const |
QCPAbstractItem (QCustomPlot *parentPlot) | |
virtual | ~QCPAbstractItem () |
bool | clipToAxisRect () const |
QCPAxisRect * | clipAxisRect () const |
bool | selectable () const |
bool | selected () const |
void | setClipToAxisRect (bool clip) |
void | setClipAxisRect (QCPAxisRect *rect) |
Q_SLOT void | setSelectable (bool selectable) |
Q_SLOT void | setSelected (bool selected) |
virtual double | selectTest (const QPointF &pos, bool onlySelectable, QVariant *details=0) const =0 |
QList< QCPItemPosition * > | positions () const |
QList< QCPItemAnchor * > | anchors () const |
QCPItemPosition * | position (const QString &name) const |
QCPItemAnchor * | anchor (const QString &name) const |
bool | hasAnchor (const QString &name) const |
Public Member Functions inherited from QCPLayerable | |
QCPLayerable (QCustomPlot *plot, QString targetLayer=QString(), QCPLayerable *parentLayerable=0) | |
~QCPLayerable () | |
bool | visible () const |
QCustomPlot * | parentPlot () const |
QCPLayerable * | parentLayerable () const |
QCPLayer * | layer () const |
bool | antialiased () const |
void | setVisible (bool on) |
Q_SLOT bool | setLayer (QCPLayer *layer) |
bool | setLayer (const QString &layerName) |
void | setAntialiased (bool enabled) |
bool | realVisibility () const |
QCPLayerable (QCustomPlot *plot, QString targetLayer=QString(), QCPLayerable *parentLayerable=0) | |
virtual | ~QCPLayerable () |
bool | visible () const |
QCustomPlot * | parentPlot () const |
QCPLayerable * | parentLayerable () const |
QCPLayer * | layer () const |
bool | antialiased () const |
void | setVisible (bool on) |
Q_SLOT bool | setLayer (QCPLayer *layer) |
bool | setLayer (const QString &layerName) |
void | setAntialiased (bool enabled) |
bool | realVisibility () const |
QCPLayerable (QCustomPlot *plot, QString targetLayer=QString(), QCPLayerable *parentLayerable=0) | |
~QCPLayerable () | |
bool | visible () const |
QCustomPlot * | parentPlot () const |
QCPLayerable * | parentLayerable () const |
QCPLayer * | layer () const |
bool | antialiased () const |
void | setVisible (bool on) |
Q_SLOT bool | setLayer (QCPLayer *layer) |
bool | setLayer (const QString &layerName) |
void | setAntialiased (bool enabled) |
bool | realVisibility () const |
Protected Member Functions | |
virtual QCP::Interaction | selectionCategory () const |
virtual QRect | clipRect () const |
virtual void | applyDefaultAntialiasingHint (QCPPainter *painter) const |
virtual void | draw (QCPPainter *painter)=0 |
virtual void | selectEvent (QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) |
virtual void | deselectEvent (bool *selectionStateChanged) |
virtual QPointF | anchorPixelPoint (int anchorId) const |
double | distSqrToLine (const QPointF &start, const QPointF &end, const QPointF &point) const |
double | rectSelectTest (const QRectF &rect, const QPointF &pos, bool filledRect) const |
QCPItemPosition * | createPosition (const QString &name) |
QCPItemAnchor * | createAnchor (const QString &name, int anchorId) |
virtual QCP::Interaction | selectionCategory () const Q_DECL_OVERRIDE |
virtual QRect | clipRect () const Q_DECL_OVERRIDE |
virtual void | applyDefaultAntialiasingHint (QCPPainter *painter) const Q_DECL_OVERRIDE |
virtual void | draw (QCPPainter *painter) Q_DECL_OVERRIDE=0 |
virtual void | selectEvent (QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE |
virtual void | deselectEvent (bool *selectionStateChanged) Q_DECL_OVERRIDE |
virtual QPointF | anchorPixelPosition (int anchorId) const |
double | rectDistance (const QRectF &rect, const QPointF &pos, bool filledRect) const |
QCPItemPosition * | createPosition (const QString &name) |
QCPItemAnchor * | createAnchor (const QString &name, int anchorId) |
virtual QCP::Interaction | selectionCategory () const |
virtual QRect | clipRect () const |
virtual void | applyDefaultAntialiasingHint (QCPPainter *painter) const |
virtual void | draw (QCPPainter *painter)=0 |
virtual void | selectEvent (QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) |
virtual void | deselectEvent (bool *selectionStateChanged) |
virtual QPointF | anchorPixelPoint (int anchorId) const |
double | distSqrToLine (const QPointF &start, const QPointF &end, const QPointF &point) const |
double | rectSelectTest (const QRectF &rect, const QPointF &pos, bool filledRect) const |
QCPItemPosition * | createPosition (const QString &name) |
QCPItemAnchor * | createAnchor (const QString &name, int anchorId) |
Protected Member Functions inherited from QCPLayerable | |
virtual void | parentPlotInitialized (QCustomPlot *parentPlot) |
void | initializeParentPlot (QCustomPlot *parentPlot) |
void | setParentLayerable (QCPLayerable *parentLayerable) |
bool | moveToLayer (QCPLayer *layer, bool prepend) |
void | applyAntialiasingHint (QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const |
virtual void | parentPlotInitialized (QCustomPlot *parentPlot) |
virtual void | mousePressEvent (QMouseEvent *event, const QVariant &details) |
virtual void | mouseMoveEvent (QMouseEvent *event, const QPointF &startPos) |
virtual void | mouseReleaseEvent (QMouseEvent *event, const QPointF &startPos) |
virtual void | mouseDoubleClickEvent (QMouseEvent *event, const QVariant &details) |
virtual void | wheelEvent (QWheelEvent *event) |
void | initializeParentPlot (QCustomPlot *parentPlot) |
void | setParentLayerable (QCPLayerable *parentLayerable) |
bool | moveToLayer (QCPLayer *layer, bool prepend) |
void | applyAntialiasingHint (QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const |
virtual void | parentPlotInitialized (QCustomPlot *parentPlot) |
void | initializeParentPlot (QCustomPlot *parentPlot) |
void | setParentLayerable (QCPLayerable *parentLayerable) |
bool | moveToLayer (QCPLayer *layer, bool prepend) |
void | applyAntialiasingHint (QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const |
Protected Attributes | |
bool | mClipToAxisRect |
QPointer< QCPAxisRect > | mClipAxisRect |
QList< QCPItemPosition * > | mPositions |
QList< QCPItemAnchor * > | mAnchors |
bool | mSelectable |
bool | mSelected |
Protected Attributes inherited from QCPLayerable | |
bool | mVisible |
QCustomPlot * | mParentPlot |
QPointer< QCPLayerable > | mParentLayerable |
QCPLayer * | mLayer |
bool | mAntialiased |
Friends | |
class | QCustomPlot |
class | QCPItemAnchor |
QCPAbstractItem::QCPAbstractItem | ( | QCustomPlot * | parentPlot | ) |
|
virtual |
|
explicit |
|
virtual |
QCPAbstractItem::QCPAbstractItem | ( | QCustomPlot * | parentPlot | ) |
|
virtual |
QCPItemAnchor* QCPAbstractItem::anchor | ( | const QString & | name | ) | const |
QCPItemAnchor* QCPAbstractItem::anchor | ( | const QString & | name | ) | const |
QCPItemAnchor* QCPAbstractItem::anchor | ( | const QString & | name | ) | const |
|
protectedvirtual |
Reimplemented in QCPItemBracket, QCPItemBracket, QCPItemPixmap, QCPItemPixmap, QCPItemEllipse, QCPItemEllipse, QCPItemText, QCPItemText, QCPItemRect, and QCPItemRect.
|
protectedvirtual |
Reimplemented in QCPItemBracket, QCPItemBracket, QCPItemPixmap, QCPItemPixmap, QCPItemEllipse, QCPItemEllipse, QCPItemText, QCPItemText, QCPItemRect, and QCPItemRect.
|
protectedvirtual |
Reimplemented in QCPItemBracket, QCPItemPixmap, QCPItemEllipse, QCPItemText, and QCPItemRect.
|
inline |
|
inline |
|
inline |
|
protectedvirtual |
Implements QCPLayerable.
|
protectedvirtual |
Implements QCPLayerable.
|
protectedvirtual |
Implements QCPLayerable.
QCPAxisRect* QCPAbstractItem::clipAxisRect | ( | ) | const |
QCPAxisRect* QCPAbstractItem::clipAxisRect | ( | ) | const |
QCPAxisRect* QCPAbstractItem::clipAxisRect | ( | ) | const |
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protected |
|
protected |
|
protectedpure virtual |
Implements QCPLayerable.
Implemented in QCPItemBracket, QCPItemTracer, QCPItemPixmap, QCPItemEllipse, QCPItemText, QCPItemRect, QCPItemCurve, QCPItemLine, QCPItemStraightLine, QCPItemBracket, QCPItemBracket, QCPItemTracer, QCPItemTracer, QCPItemPixmap, QCPItemPixmap, QCPItemEllipse, QCPItemEllipse, QCPItemText, QCPItemText, QCPItemRect, QCPItemRect, QCPItemCurve, QCPItemCurve, QCPItemLine, QCPItemLine, QCPItemStraightLine, QCPItemStraightLine, and QCPItemRichText.
|
protectedpure virtual |
Implements QCPLayerable.
Implemented in QCPItemBracket, QCPItemTracer, QCPItemPixmap, QCPItemEllipse, QCPItemText, QCPItemRect, QCPItemCurve, QCPItemLine, QCPItemStraightLine, QCPItemBracket, QCPItemBracket, QCPItemTracer, QCPItemTracer, QCPItemPixmap, QCPItemPixmap, QCPItemEllipse, QCPItemEllipse, QCPItemText, QCPItemText, QCPItemRect, QCPItemRect, QCPItemCurve, QCPItemCurve, QCPItemLine, QCPItemLine, QCPItemStraightLine, QCPItemStraightLine, and QCPItemRichText.
|
protectedpure virtual |
Implements QCPLayerable.
Implemented in QCPItemBracket, QCPItemTracer, QCPItemPixmap, QCPItemEllipse, QCPItemText, QCPItemRect, QCPItemCurve, QCPItemLine, QCPItemStraightLine, QCPItemBracket, QCPItemBracket, QCPItemTracer, QCPItemTracer, QCPItemPixmap, QCPItemPixmap, QCPItemEllipse, QCPItemEllipse, QCPItemText, QCPItemText, QCPItemRect, QCPItemRect, QCPItemCurve, QCPItemCurve, QCPItemLine, QCPItemLine, QCPItemStraightLine, QCPItemStraightLine, and QCPItemRichText.
bool QCPAbstractItem::hasAnchor | ( | const QString & | name | ) | const |
bool QCPAbstractItem::hasAnchor | ( | const QString & | name | ) | const |
bool QCPAbstractItem::hasAnchor | ( | const QString & | name | ) | const |
QCPItemPosition* QCPAbstractItem::position | ( | const QString & | name | ) | const |
QCPItemPosition* QCPAbstractItem::position | ( | const QString & | name | ) | const |
QCPItemPosition* QCPAbstractItem::position | ( | const QString & | name | ) | const |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
inline |
|
inline |
|
inline |
|
signal |
|
signal |
|
signal |
|
inline |
|
inline |
|
inline |
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
protectedvirtual |
Reimplemented from QCPLayerable.
|
signal |
|
signal |
|
signal |
|
pure virtual |
Reimplemented from QCPLayerable.
Implemented in QCPItemBracket, QCPItemTracer, QCPItemPixmap, QCPItemEllipse, QCPItemText, QCPItemRect, QCPItemCurve, QCPItemLine, QCPItemStraightLine, QCPItemBracket, QCPItemBracket, QCPItemTracer, QCPItemTracer, QCPItemPixmap, QCPItemPixmap, QCPItemEllipse, QCPItemEllipse, QCPItemText, QCPItemText, QCPItemRect, QCPItemRect, QCPItemCurve, QCPItemCurve, QCPItemLine, QCPItemLine, QCPItemStraightLine, and QCPItemStraightLine.
|
pure virtual |
Reimplemented from QCPLayerable.
Implemented in QCPItemBracket, QCPItemTracer, QCPItemPixmap, QCPItemEllipse, QCPItemText, QCPItemRect, QCPItemCurve, QCPItemLine, QCPItemStraightLine, QCPItemBracket, QCPItemBracket, QCPItemTracer, QCPItemTracer, QCPItemPixmap, QCPItemPixmap, QCPItemEllipse, QCPItemEllipse, QCPItemText, QCPItemText, QCPItemRect, QCPItemRect, QCPItemCurve, QCPItemCurve, QCPItemLine, QCPItemLine, QCPItemStraightLine, and QCPItemStraightLine.
|
pure virtual |
Reimplemented from QCPLayerable.
Implemented in QCPItemBracket, QCPItemTracer, QCPItemPixmap, QCPItemEllipse, QCPItemText, QCPItemRect, QCPItemCurve, QCPItemLine, QCPItemStraightLine, QCPItemBracket, QCPItemBracket, QCPItemTracer, QCPItemTracer, QCPItemPixmap, QCPItemPixmap, QCPItemEllipse, QCPItemEllipse, QCPItemText, QCPItemText, QCPItemRect, QCPItemRect, QCPItemCurve, QCPItemCurve, QCPItemLine, QCPItemLine, QCPItemStraightLine, and QCPItemStraightLine.
void QCPAbstractItem::setClipAxisRect | ( | QCPAxisRect * | rect | ) |
void QCPAbstractItem::setClipAxisRect | ( | QCPAxisRect * | rect | ) |
void QCPAbstractItem::setClipAxisRect | ( | QCPAxisRect * | rect | ) |
void QCPAbstractItem::setClipToAxisRect | ( | bool | clip | ) |
void QCPAbstractItem::setClipToAxisRect | ( | bool | clip | ) |
void QCPAbstractItem::setClipToAxisRect | ( | bool | clip | ) |
Q_SLOT void QCPAbstractItem::setSelectable | ( | bool | selectable | ) |
Q_SLOT void QCPAbstractItem::setSelectable | ( | bool | selectable | ) |
Q_SLOT void QCPAbstractItem::setSelectable | ( | bool | selectable | ) |
Q_SLOT void QCPAbstractItem::setSelected | ( | bool | selected | ) |
Q_SLOT void QCPAbstractItem::setSelected | ( | bool | selected | ) |
Q_SLOT void QCPAbstractItem::setSelected | ( | bool | selected | ) |
|
friend |
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |