| | |
| | | inline WindowItemDelegate *delegate() const; |
| | | |
| | | inline QVariant windowAttribute(const QString &key) const; |
| | | void setWindowAttribute(const QString &key, const QVariant &var); |
| | | bool setWindowAttribute(const QString &key, const QVariant &attribute); |
| | | |
| | | inline bool isHitTestVisible(const QObject *obj) const; |
| | | bool setHitTestVisible(const QObject *obj, bool visible); |
| | |
| | | void notifyWinIdChange(); |
| | | |
| | | protected: |
| | | virtual void winIdChanged(QWindow *oldWindow) = 0; |
| | | virtual void winIdChanged() = 0; |
| | | |
| | | protected: |
| | | QObject *m_host{}; |