42 #ifndef QDIRECTFBWINDOW_H 43 #define QDIRECTFBWINDOW_H 45 #include <QPlatformWindow> 83 #endif // QDIRECTFBWINDOW_H Qt::WindowFlags setWindowFlags(Qt::WindowFlags flags)
Requests setting the window flags of this surface to type.
void setOpacity(qreal level)
Reimplement to be able to let Qt set the opacity level of a window.
#define QT_END_NAMESPACE
This macro expands to.
void setGeometry(const QRect &rect)
This function is called by Qt whenever a window is moved or the window is resized.
QDirectFbWindow(QWidget *tlw, QDirectFbInput *inputhandler)
IDirectFBSurface * dfbSurface()
QDirectFBPointer< IDirectFBWindow > m_dfbWindow
#define QT_BEGIN_NAMESPACE
This macro expands to.
IDirectFBWindow * dfbWindow() const
QDirectFBPointer< IDirectFBSurface > m_dfbSurface
bool setMouseGrabEnabled(bool grab)
void lower()
Reimplement to be able to let Qt lower windows to the bottom of the desktop.
The QRect class defines a rectangle in the plane using integer precision.
QDirectFbInput * m_inputHandler
bool setKeyboardGrabEnabled(bool grab)
WId winId() const
Reimplement in subclasses to return a handle to the native window.
void setVisible(bool visible)
Reimplemented in subclasses to show the surface if visible is true, and hide it if visible is false...