42 #ifndef QBBRASTERWINDOWSURFACE_H 43 #define QBBRASTERWINDOWSURFACE_H 45 #include <QtGui/private/qwindowsurface_p.h> 47 #include <screen/screen.h> 85 #endif // QBBRASTERWINDOWSURFACE_H QBBWindow * mPlatformWindow
virtual void flush(QWidget *widget, const QRegion ®ion, const QPoint &offset)
Flushes the given region from the specified widget onto the screen.
#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.
long ASN1_INTEGER_get ASN1_INTEGER * a
virtual 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...
virtual void beginPaint(const QRegion ®ion)
This function is called before painting onto the surface begins, with the region in which the paintin...
#define QT_BEGIN_NAMESPACE
This macro expands to.
QBBRasterWindowSurface(QWidget *window)
The QRegion class specifies a clip region for a painter.
The QWindowSurface class provides the drawing area for top-level windows.
virtual void endPaint(const QRegion ®ion)
This function is called after painting onto the surface has ended, with the region in which the paint...
virtual ~QBBRasterWindowSurface()
QList< ScrollOp > mScrollOpList
The QPoint class defines a point in the plane using integer precision.
virtual void resize(const QSize &size)
virtual QPixmap grabWidget(const QWidget *widget, const QRect &rectangle) const
Returns a QPixmap generated from the part of the backing store corresponding to widget.
The QRect class defines a rectangle in the plane using integer precision.
The QPixmap class is an off-screen image representation that can be used as a paint device...
The QSize class defines the size of a two-dimensional object using integer point precision.
virtual QPaintDevice * paintDevice()
Implement this function to return the appropriate paint device.
QWidget * window() const
Returns a pointer to the top-level window associated with this surface.
The QList class is a template class that provides lists.
static int area(const QSize &s)