| | |
| | | QString key() const override; |
| | | void virtual_hook(int id, void *data) override; |
| | | |
| | | bool needBorderPainter() const; |
| | | int borderThickness() const; |
| | | |
| | | void resume(const QByteArray &eventType, void *message, |
| | | QT_NATIVE_EVENT_RESULT_TYPE *result) override; |
| | | |
| | | protected: |
| | | void winIdChanged() override; |
| | | bool windowAttributeChanged(const QString &key, const QVariant &attribute, |
| | |
| | | bool nonClientCalcSizeHandler(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, |
| | | LRESULT *result); |
| | | |
| | | public: |
| | | bool needBorderPainter() const; |
| | | |
| | | int borderThickness() const; |
| | | |
| | | protected: |
| | | WId windowId = 0; |
| | | |
| | |
| | | bool mouseLeaveBlocked = false; |
| | | |
| | | bool centered = false; |
| | | |
| | | bool hasExtraMargins = false; |
| | | }; |
| | | |
| | | } |