42 #ifndef QUIKITWINDOWSURFACE_H 43 #define QUIKITWINDOWSURFACE_H 45 #include <QtGui/QPlatformIntegration> 56 WindowSurfaceFeatures
features()
const;
64 #endif // QUIKITWINDOWSURFACE_H #define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
virtual QPoint offset(const QWidget *widget) const
Returns the offset of widget in the coordinates of this window surface.
#define QT_BEGIN_NAMESPACE
This macro expands to.
void flush(QWidget *widget, const QRegion ®ion, const QPoint &offset)
Flushes the given region from the specified widget onto the screen.
The QRegion class specifies a clip region for a painter.
The QWindowSurface class provides the drawing area for top-level windows.
QPaintDevice * paintDevice()
Implement this function to return the appropriate paint device.
WindowSurfaceFeatures features() const
The QPoint class defines a point in the plane using integer precision.
QPaintDevice * mPaintDevice
QWidget * window() const
Returns a pointer to the top-level window associated with this surface.
QUIKitWindowSurface(QWidget *window)