src/gui/painting/qwindowsurface_qws_p.h
branchRCL_3
changeset 7 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
   174     bool scroll(const QRegion &area, int dx, int dy);
   174     bool scroll(const QRegion &area, int dx, int dy);
   175 
   175 
   176     QImage image() const { return img; }
   176     QImage image() const { return img; }
   177     QPoint painterOffset() const;
   177     QPoint painterOffset() const;
   178 
   178 
       
   179     void beginPaint(const QRegion &rgn);
       
   180 
   179     bool lock(int timeout = -1);
   181     bool lock(int timeout = -1);
   180     void unlock();
   182     void unlock();
   181 
   183 
   182 protected:
   184 protected:
   183     QImage::Format preferredImageFormat(const QWidget *widget) const;
   185     QImage::Format preferredImageFormat(const QWidget *widget) const;