Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/painting/qpainter.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    7979class QMatrix;
    8080class QTransform;
     81
    8182
    8283class QPainterPrivateDeleter;
     
    9899
    99100    Q_DECLARE_FLAGS(RenderHints, RenderHint)
     101
     102
     103
     104
     105
     106
     107
     108
     109
     110
     111
     112
     113
     114
     115
     116
     117
     118
     119
     120
     121
     122
     123
    100124
    101125    QPainter();
     
    351375    inline void drawPixmap(const QRect &r, const QPixmap &pm);
    352376    inline void drawPixmap(int x, int y, int w, int h, const QPixmap &pm);
     377
     378
     379
    353380
    354381    void drawImage(const QRectF &targetRect, const QImage &image, const QRectF &sourceRect,
     
    369396    void setLayoutDirection(Qt::LayoutDirection direction);
    370397    Qt::LayoutDirection layoutDirection() const;
     398
     399
     400
     401
    371402
    372403    void drawText(const QPointF &p, const QString &s);
     
    897928}
    898929
     930
     931
     932
     933
     934
     935
     936
     937
     938
     939
    899940inline void QPainter::drawTextItem(const QPoint &p, const QTextItem &ti)
    900941{
Note: See TracChangeset for help on using the changeset viewer.