1#ifndef GETTINGSTARTEDTIPSCONTROLLER_HXX
2#define GETTINGSTARTEDTIPSCONTROLLER_HXX
126 bool shouldShowScope()
const;
128 void currentTipUpdated();
133 void onOneShotDestroyed();
138 bool _scopeActive =
false;
144 QPointer<GettingStartedTip> _oneShotTip;
145 QVector<GettingStartedTip*> _tips;
146 QQuickItem* _visualArea =
nullptr;
147 int _activeTipHeight = 0;
The GettingStartedTipsController::ItemPositionObserver class.
void scopeChanged(QObject *scope)
void tipGeometryChanged()
void indexChanged(int index)
QQuickItem * visualArea() const
GettingStartedTipsController(QObject *parent=nullptr)
void activeTipHeightChanged(int activeTipHeight)
friend class GettingStartedTip
void showOneShotTip(GettingStartedTip *tip)
showOneShotTip - show a single tip on its own, if it has not previously been shown before.
QPointF tipPositionInVisualArea
void scopeIdChanged(QString scopeId)
void setScopeId(QString scopeId)
void tipPositionInVisualAreaChanged()
void setActiveTipHeight(int activeTipHeight)
void countChanged(int count)
void visualAreaChanged(QQuickItem *visualArea)
void setVisualArea(QQuickItem *visualArea)