Q_INVOKABLE void setOpened();
Q_INVOKABLE void setClosed();
Q_INVOKABLE void positionWindow(QQuickWindow *window) const;
- Q_INVOKABLE QPoint calcTrayIconCenter() const;
- Q_INVOKABLE TaskBarPosition taskbarOrientation() const;
- Q_INVOKABLE QRect taskbarGeometry() const;
- Q_INVOKABLE QPoint computeWindowPosition(int width, int height) const;
signals:
void currentUserChanged();
QScreen *currentScreen() const;
QRect currentScreenRect() const;
QPoint computeWindowReferencePoint() const;
+ QPoint calcTrayIconCenter() const;
+ TaskBarPosition taskbarOrientation() const;
+ QRect taskbarGeometry() const;
+ QPoint computeWindowPosition(int width, int height) const;
bool _isOpen = false;
bool _syncIsPaused = false;