Window documentation and make some functions not virtual

This commit is contained in:
Sergio Martins
2022-06-26 19:42:06 +01:00
parent 2ee9debb66
commit 6ff0a5d759
6 changed files with 84 additions and 66 deletions

View File

@@ -38,12 +38,10 @@ public:
QVariant property(const char *name) const override;
bool equals(std::shared_ptr<Window> other) const override;
void setFramePosition(QPoint targetPos) override;
void setPosition(QPoint targetPos) override;
void resize(int width, int height) override;
bool isActive() const override;
Qt::WindowState windowState() const override;
QSize size() const override;
QRect frameGeometry() const override;
QWindow *qtWindow() const;