42 #ifndef QWINDOWSURFACE_DIRECTFB_H 43 #define QWINDOWSURFACE_DIRECTFB_H 45 #include <QtGui/private/qwindowsurface_p.h> 46 #include <private/qpixmap_blitter_p.h>
#define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
void endPaint(const QRegion ®ion)
This function is called after painting onto the surface has ended, with the region in which the paint...
virtual QPoint offset(const QWidget *widget) const
Returns the offset of widget in the coordinates of this window surface.
void resize(const QSize &size)
void beginPaint(const QRegion ®ion)
This function is called before painting onto the surface begins, with the region in which the paintin...
QScopedPointer< QPixmap > m_pixmap
#define QT_BEGIN_NAMESPACE
This macro expands to.
QBlittablePixmapData * m_pmdata
void lockSurfaceToImage()
The QRegion class specifies a clip region for a painter.
void flush(QWidget *widget, const QRegion ®ion, const QPoint &offset)
Flushes the given region from the specified widget onto the screen.
The QWindowSurface class provides the drawing area for top-level windows.
QPaintDevice * paintDevice()
Implement this function to return the appropriate paint device.
QDirectFbWindowSurface(QWidget *window)
The QPoint class defines a point in the plane using integer precision.
The QSize class defines the size of a two-dimensional object using integer point precision.
QDirectFBPointer< IDirectFBSurface > m_dfbSurface
bool scroll(const QRegion &area, int dx, int dy)
Scrolls the given area dx pixels to the right and dy downward; both dx and dy may be negative...
QWidget * window() const
Returns a pointer to the top-level window associated with this surface.
static int area(const QSize &s)