18#include <qpa/qplatformwindow.h>
19#include <private/qglobal_p.h>
32 void raise()
override;
33 void lower()
override;
QFbBackingStore * backingStore() const
Qt::WindowFlags windowFlags() const
QFbScreen * platformScreen() const
void setVisible(bool visible) override
Reimplemented in subclasses to show the surface if visible is true, and hide it if visible is false.
virtual void repaint(const QRegion &)
void setBackingStore(QFbBackingStore *store)
Qt::WindowFlags mWindowFlags
bool setKeyboardGrabEnabled(bool) override
WId winId() const override
Reimplement in subclasses to return a handle to the native window.
void setGeometry(const QRect &rect) override
This function is called by Qt whenever a window is moved or resized using the QWindow API.
void propagateSizeHints() override
Reimplement to propagate the size hints of the QWindow.
Qt::WindowStates mWindowState
bool setMouseGrabEnabled(bool) override
QFbBackingStore * mBackingStore
void lower() override
Reimplement to be able to let Qt lower windows to the bottom of the desktop.
void raise() override
Reimplement to be able to let Qt raise windows to the top of the desktop.
void setWindowFlags(Qt::WindowFlags type) override
Requests setting the window flags of this surface to flags.
void setWindowState(Qt::WindowStates state) override
Requests setting the window state of this surface to type.
\inmodule QtCore\reentrant
The QRegion class specifies a clip region for a painter.
Combined button and popup list for selecting options.