SineStriker
2023-12-11 9fc3c91388ae6f139813fbf700efc261b430b1d6
src/widgets/widgetitemdelegate_p.h
@@ -12,13 +12,18 @@
    class QWK_WIDGETS_EXPORT WidgetItemDelegate : public WindowItemDelegate {
    public:
        WidgetItemDelegate();
        ~WidgetItemDelegate();
        ~WidgetItemDelegate() override;
    public:
        QWindow *window(QObject *obj) const override;
        QWindow *window(const QObject *obj) const override;
        bool isEnabled(const QObject *obj) const override;
        bool isVisible(const QObject *obj) const override;
        QRect mapGeometryToScene(const QObject *obj) const override;
        bool isEnabled(QObject *obj) const override;
        bool isVisible(QObject *obj) const override;
        QWindow * hostWindow(const QObject *host) const override;
        bool isHostSizeFixed(const QObject *host) const override;
        void resetQtGrabbedControl() const override;
    };
}