|
| QCPLayoutElement (QCustomPlot *parentPlot=0) |
|
QCPLayout * | layout () const |
|
QRect | rect () const |
|
QRect | outerRect () const |
|
QMargins | margins () const |
|
QMargins | minimumMargins () const |
|
QCP::MarginSides | autoMargins () const |
|
QSize | minimumSize () const |
|
QSize | maximumSize () const |
|
QCPMarginGroup * | marginGroup (QCP::MarginSide side) const |
|
QHash< QCP::MarginSide, QCPMarginGroup * > | marginGroups () const |
|
void | setOuterRect (const QRect &rect) |
|
void | setMargins (const QMargins &margins) |
|
void | setMinimumMargins (const QMargins &margins) |
|
void | setAutoMargins (QCP::MarginSides sides) |
|
void | setMinimumSize (const QSize &size) |
|
void | setMinimumSize (int width, int height) |
|
void | setMaximumSize (const QSize &size) |
|
void | setMaximumSize (int width, int height) |
|
void | setMarginGroup (QCP::MarginSides sides, QCPMarginGroup *group) |
|
virtual void | update (UpdatePhase phase) |
|
virtual QSize | minimumSizeHint () const |
|
virtual QSize | maximumSizeHint () const |
|
virtual QList< QCPLayoutElement * > | elements (bool recursive) const |
|
virtual double | selectTest (const QPointF &pos, bool onlySelectable, QVariant *details=0) 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 |
|
|
virtual int | calculateAutoMargin (QCP::MarginSide side) |
|
virtual void | mousePressEvent (QMouseEvent *event) |
|
virtual void | mouseMoveEvent (QMouseEvent *event) |
|
virtual void | mouseReleaseEvent (QMouseEvent *event) |
|
virtual void | mouseDoubleClickEvent (QMouseEvent *event) |
|
virtual void | wheelEvent (QWheelEvent *event) |
|
virtual void | applyDefaultAntialiasingHint (QCPPainter *painter) const |
|
virtual void | draw (QCPPainter *painter) |
|
virtual void | parentPlotInitialized (QCustomPlot *parentPlot) |
|
virtual QCP::Interaction | selectionCategory () const |
|
virtual QRect | clipRect () const |
|
virtual void | selectEvent (QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) |
|
virtual void | deselectEvent (bool *selectionStateChanged) |
|
void | initializeParentPlot (QCustomPlot *parentPlot) |
|
void | setParentLayerable (QCPLayerable *parentLayerable) |
|
bool | moveToLayer (QCPLayer *layer, bool prepend) |
|
void | applyAntialiasingHint (QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const |
|
|
class | QCustomPlot |
|
class | QCPLayout |
|
class | QCPMarginGroup |
|
Definition at line 629 of file qcustomplot.h.
Defines the phases of the update process, that happens just before a replot. At each phase, update is called with the according UpdatePhase value.
Enumerator |
---|
upPreparation |
Phase used for any type of preparation that needs to be done before margin calculation and layout.
|
upMargins |
Phase in which the margins are calculated and set.
|
upLayout |
Final phase in which the layout system places the rects of the elements.
|
Definition at line 646 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