Changeset 846 for trunk/src/gui/painting/qpainter_p.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/gui/painting/qpainter_p.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/painting/qpainter_p.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 229 229 void drawStretchedGradient(const QPainterPath &path, DrawOperation operation); 230 230 void drawOpaqueBackground(const QPainterPath &path, DrawOperation operation); 231 231 232 232 233 void updateMatrix(); … … 238 239 239 240 void checkEmulation(); 241 242 243 244 245 240 246 241 247 QTransform viewTransform() const; … … 253 259 254 260 Q_GUI_EXPORT void qt_draw_helper(QPainterPrivate *p, const QPainterPath &path, QPainterPrivate::DrawOperation operation); 261 262 255 263 256 264 QString qt_generate_brush_key(const QBrush &brush);
Note:
See TracChangeset
for help on using the changeset viewer.
