Changeset 769 for trunk/src/openvg/qwindowsurface_vgegl_p.h
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/openvg/qwindowsurface_vgegl_p.h
r651 r769 78 78 virtual VGImage surfaceImage() const; 79 79 virtual QSize surfaceSize() const = 0; 80 virtual bool supportsStaticContents() const { return false; } 81 virtual bool scroll(QWidget *, const QRegion&, int, int) { return false; } 80 82 81 83 private: … … 129 131 void endPaint(QWidget *widget, const QRegion& region, QImage *image); 130 132 QSize surfaceSize() const { return size; } 133 bool supportsStaticContents() const; 134 bool scroll(QWidget *widget, const QRegion& area, int dx, int dy); 131 135 132 136 protected:
Note:
See TracChangeset
for help on using the changeset viewer.