Home
last modified time | relevance | path

Searched refs:QDeclarativePinchGenerator (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/
H A Dqdeclarativepinchgenerator.cpp38 QDeclarativePinchGenerator::QDeclarativePinchGenerator(): in QDeclarativePinchGenerator() function in QDeclarativePinchGenerator
56 QDeclarativePinchGenerator::~QDeclarativePinchGenerator() in ~QDeclarativePinchGenerator()
61 void QDeclarativePinchGenerator::componentComplete() in componentComplete()
66 void QDeclarativePinchGenerator::mousePressEvent(QMouseEvent *event) in mousePressEvent()
82 void QDeclarativePinchGenerator::mouseMoveEvent(QMouseEvent *event) in mouseMoveEvent()
96 void QDeclarativePinchGenerator::mouseReleaseEvent(QMouseEvent *event) in mouseReleaseEvent()
115 void QDeclarativePinchGenerator::mouseDoubleClickEvent(QMouseEvent *event) in mouseDoubleClickEvent()
127 void QDeclarativePinchGenerator::keyPressEvent(QKeyEvent *e) in keyPressEvent()
148 bool QDeclarativePinchGenerator::enabled() const in enabled()
154 void QDeclarativePinchGenerator::setEnabled(bool enabled) in setEnabled()
[all …]
H A Dqdeclarativepinchgenerator_p.h51 class QDeclarativePinchGenerator : public QQuickItem
62 QDeclarativePinchGenerator();
63 ~QDeclarativePinchGenerator();
H A Dlocationtest.cpp56 qmlRegisterType<QDeclarativePinchGenerator>(uri, 5, 5, "PinchGenerator"); in registerTypes()