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/kernel/qgesture.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])
     
    5050#include <QtCore/qmetatype.h>
    5151
     52
     53
    5254QT_BEGIN_HEADER
    5355
    5456Q_DECLARE_METATYPE(Qt::GestureState)
     57
    5558
    5659QT_BEGIN_NAMESPACE
     
    111114    Q_PROPERTY(QPointF delta READ delta STORED false)
    112115    Q_PROPERTY(qreal acceleration READ acceleration WRITE setAcceleration)
     116
     117
    113118
    114119public:
     
    133138    Q_OBJECT
    134139    Q_DECLARE_PRIVATE(QPinchGesture)
     140
    135141
    136142public:
     
    190196};
    191197
     198
     199
    192200QT_END_NAMESPACE
    193201
     
    206214    Q_PROPERTY(SwipeDirection verticalDirection READ verticalDirection STORED false)
    207215    Q_PROPERTY(qreal swipeAngle READ swipeAngle WRITE setSwipeAngle)
     216
    208217
    209218public:
     
    251260    void setPosition(const QPointF &pos);
    252261
     262
     263
     264
    253265    friend class QTapAndHoldGestureRecognizer;
    254266};
     
    259271QT_END_HEADER
    260272
     273
     274
    261275#endif // QGESTURE_H
Note: See TracChangeset for help on using the changeset viewer.