|
| QCPItemPixmap (QCustomPlot *parentPlot) |
|
QPixmap | pixmap () const |
|
bool | scaled () const |
|
Qt::AspectRatioMode | aspectRatioMode () const |
|
Qt::TransformationMode | transformationMode () const |
|
QPen | pen () const |
|
QPen | selectedPen () const |
|
void | setPixmap (const QPixmap &pixmap) |
|
void | setScaled (bool scaled, Qt::AspectRatioMode aspectRatioMode=Qt::KeepAspectRatio, Qt::TransformationMode transformationMode=Qt::SmoothTransformation) |
|
void | setPen (const QPen &pen) |
|
void | setSelectedPen (const QPen &pen) |
|
virtual double | selectTest (const QPointF &pos, bool onlySelectable, QVariant *details=0) const |
|
| QCPAbstractItem (QCustomPlot *parentPlot) |
|
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) |
|
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 |
|
| QCPLayerable (QCustomPlot *plot, QString targetLayer=QString(), QCPLayerable *parentLayerable=0) |
|
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 |
|
|
enum | AnchorIndex {
aiTop,
aiTopRight,
aiRight,
aiBottom,
aiBottomLeft,
aiLeft
} |
|
|
virtual void | draw (QCPPainter *painter) |
|
virtual QPointF | anchorPixelPoint (int anchorId) const |
|
void | updateScaledPixmap (QRect finalRect=QRect(), bool flipHorz=false, bool flipVert=false) |
|
QRect | getFinalRect (bool *flippedHorz=0, bool *flippedVert=0) const |
|
QPen | mainPen () const |
|
virtual QCP::Interaction | selectionCategory () const |
|
virtual QRect | clipRect () const |
|
virtual void | applyDefaultAntialiasingHint (QCPPainter *painter) const |
|
virtual void | selectEvent (QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) |
|
virtual void | deselectEvent (bool *selectionStateChanged) |
|
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 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 |
|
|
QPixmap | mPixmap |
|
QPixmap | mScaledPixmap |
|
bool | mScaled |
|
bool | mScaledPixmapInvalidated |
|
Qt::AspectRatioMode | mAspectRatioMode |
|
Qt::TransformationMode | mTransformationMode |
|
QPen | mPen |
|
QPen | mSelectedPen |
|
bool | mClipToAxisRect |
|
QPointer< QCPAxisRect > | mClipAxisRect |
|
QList< QCPItemPosition * > | mPositions |
|
QList< QCPItemAnchor * > | mAnchors |
|
bool | mSelectable |
|
bool | mSelected |
|
bool | mVisible |
|
QCustomPlot * | mParentPlot |
|
QPointer< QCPLayerable > | mParentLayerable |
|
QCPLayer * | mLayer |
|
bool | mAntialiased |
|
|
void | selectionChanged (bool selected) |
|
void | selectableChanged (bool selectable) |
|
void | layerChanged (QCPLayer *newLayer) |
|
Definition at line 3570 of file qcustomplot.h.
The documentation for this class was generated from the following file:
- /home/aw/devel/stellarium/0.15/src/external/qcustomplot/qcustomplot.h