Lines Matching refs:handle

19 void QGesture_Destroy(QGestureH handle)  in QGesture_Destroy()  argument
21 delete (QGesture *)handle; in QGesture_Destroy()
24 Qt::GestureType QGesture_gestureType(QGestureH handle) in QGesture_gestureType() argument
26 return (Qt::GestureType) ((QGesture *)handle)->gestureType(); in QGesture_gestureType()
29 Qt::GestureState QGesture_state(QGestureH handle) in QGesture_state() argument
31 return (Qt::GestureState) ((QGesture *)handle)->state(); in QGesture_state()
34 void QGesture_hotSpot(QGestureH handle, PQtPointF retval) in QGesture_hotSpot() argument
36 *(QPointF *)retval = ((QGesture *)handle)->hotSpot(); in QGesture_hotSpot()
39 void QGesture_setHotSpot(QGestureH handle, const QPointFH value) in QGesture_setHotSpot() argument
41 ((QGesture *)handle)->setHotSpot(*(const QPointF*)value); in QGesture_setHotSpot()
44 bool QGesture_hasHotSpot(QGestureH handle) in QGesture_hasHotSpot() argument
46 return (bool) ((QGesture *)handle)->hasHotSpot(); in QGesture_hasHotSpot()
49 void QGesture_unsetHotSpot(QGestureH handle) in QGesture_unsetHotSpot() argument
51 ((QGesture *)handle)->unsetHotSpot(); in QGesture_unsetHotSpot()
54 void QGesture_setGestureCancelPolicy(QGestureH handle, QGesture::GestureCancelPolicy policy) in QGesture_setGestureCancelPolicy() argument
56 ((QGesture *)handle)->setGestureCancelPolicy(policy); in QGesture_setGestureCancelPolicy()
59 QGesture::GestureCancelPolicy QGesture_gestureCancelPolicy(QGestureH handle) in QGesture_gestureCancelPolicy() argument
61 return (QGesture::GestureCancelPolicy) ((QGesture *)handle)->gestureCancelPolicy(); in QGesture_gestureCancelPolicy()
69 void QPanGesture_Destroy(QPanGestureH handle) in QPanGesture_Destroy() argument
71 delete (QPanGesture *)handle; in QPanGesture_Destroy()
74 void QPanGesture_lastOffset(QPanGestureH handle, PQtPointF retval) in QPanGesture_lastOffset() argument
76 *(QPointF *)retval = ((QPanGesture *)handle)->lastOffset(); in QPanGesture_lastOffset()
79 void QPanGesture_offset(QPanGestureH handle, PQtPointF retval) in QPanGesture_offset() argument
81 *(QPointF *)retval = ((QPanGesture *)handle)->offset(); in QPanGesture_offset()
84 void QPanGesture_delta(QPanGestureH handle, PQtPointF retval) in QPanGesture_delta() argument
86 *(QPointF *)retval = ((QPanGesture *)handle)->delta(); in QPanGesture_delta()
89 qreal QPanGesture_acceleration(QPanGestureH handle) in QPanGesture_acceleration() argument
91 return (qreal) ((QPanGesture *)handle)->acceleration(); in QPanGesture_acceleration()
94 void QPanGesture_setLastOffset(QPanGestureH handle, const QPointFH value) in QPanGesture_setLastOffset() argument
96 ((QPanGesture *)handle)->setLastOffset(*(const QPointF*)value); in QPanGesture_setLastOffset()
99 void QPanGesture_setOffset(QPanGestureH handle, const QPointFH value) in QPanGesture_setOffset() argument
101 ((QPanGesture *)handle)->setOffset(*(const QPointF*)value); in QPanGesture_setOffset()
104 void QPanGesture_setAcceleration(QPanGestureH handle, qreal value) in QPanGesture_setAcceleration() argument
106 ((QPanGesture *)handle)->setAcceleration(value); in QPanGesture_setAcceleration()
114 void QPinchGesture_Destroy(QPinchGestureH handle) in QPinchGesture_Destroy() argument
116 delete (QPinchGesture *)handle; in QPinchGesture_Destroy()
119 unsigned int QPinchGesture_totalChangeFlags(QPinchGestureH handle) in QPinchGesture_totalChangeFlags() argument
121 return (unsigned int) ((QPinchGesture *)handle)->totalChangeFlags(); in QPinchGesture_totalChangeFlags()
124 void QPinchGesture_setTotalChangeFlags(QPinchGestureH handle, unsigned int value) in QPinchGesture_setTotalChangeFlags() argument
126 ((QPinchGesture *)handle)->setTotalChangeFlags((QPinchGesture::ChangeFlags)value); in QPinchGesture_setTotalChangeFlags()
129 unsigned int QPinchGesture_changeFlags(QPinchGestureH handle) in QPinchGesture_changeFlags() argument
131 return (unsigned int) ((QPinchGesture *)handle)->changeFlags(); in QPinchGesture_changeFlags()
134 void QPinchGesture_setChangeFlags(QPinchGestureH handle, unsigned int value) in QPinchGesture_setChangeFlags() argument
136 ((QPinchGesture *)handle)->setChangeFlags((QPinchGesture::ChangeFlags)value); in QPinchGesture_setChangeFlags()
139 void QPinchGesture_startCenterPoint(QPinchGestureH handle, PQtPointF retval) in QPinchGesture_startCenterPoint() argument
141 *(QPointF *)retval = ((QPinchGesture *)handle)->startCenterPoint(); in QPinchGesture_startCenterPoint()
144 void QPinchGesture_lastCenterPoint(QPinchGestureH handle, PQtPointF retval) in QPinchGesture_lastCenterPoint() argument
146 *(QPointF *)retval = ((QPinchGesture *)handle)->lastCenterPoint(); in QPinchGesture_lastCenterPoint()
149 void QPinchGesture_centerPoint(QPinchGestureH handle, PQtPointF retval) in QPinchGesture_centerPoint() argument
151 *(QPointF *)retval = ((QPinchGesture *)handle)->centerPoint(); in QPinchGesture_centerPoint()
154 void QPinchGesture_setStartCenterPoint(QPinchGestureH handle, const QPointFH value) in QPinchGesture_setStartCenterPoint() argument
156 ((QPinchGesture *)handle)->setStartCenterPoint(*(const QPointF*)value); in QPinchGesture_setStartCenterPoint()
159 void QPinchGesture_setLastCenterPoint(QPinchGestureH handle, const QPointFH value) in QPinchGesture_setLastCenterPoint() argument
161 ((QPinchGesture *)handle)->setLastCenterPoint(*(const QPointF*)value); in QPinchGesture_setLastCenterPoint()
164 void QPinchGesture_setCenterPoint(QPinchGestureH handle, const QPointFH value) in QPinchGesture_setCenterPoint() argument
166 ((QPinchGesture *)handle)->setCenterPoint(*(const QPointF*)value); in QPinchGesture_setCenterPoint()
169 qreal QPinchGesture_totalScaleFactor(QPinchGestureH handle) in QPinchGesture_totalScaleFactor() argument
171 return (qreal) ((QPinchGesture *)handle)->totalScaleFactor(); in QPinchGesture_totalScaleFactor()
174 qreal QPinchGesture_lastScaleFactor(QPinchGestureH handle) in QPinchGesture_lastScaleFactor() argument
176 return (qreal) ((QPinchGesture *)handle)->lastScaleFactor(); in QPinchGesture_lastScaleFactor()
179 qreal QPinchGesture_scaleFactor(QPinchGestureH handle) in QPinchGesture_scaleFactor() argument
181 return (qreal) ((QPinchGesture *)handle)->scaleFactor(); in QPinchGesture_scaleFactor()
184 void QPinchGesture_setTotalScaleFactor(QPinchGestureH handle, qreal value) in QPinchGesture_setTotalScaleFactor() argument
186 ((QPinchGesture *)handle)->setTotalScaleFactor(value); in QPinchGesture_setTotalScaleFactor()
189 void QPinchGesture_setLastScaleFactor(QPinchGestureH handle, qreal value) in QPinchGesture_setLastScaleFactor() argument
191 ((QPinchGesture *)handle)->setLastScaleFactor(value); in QPinchGesture_setLastScaleFactor()
194 void QPinchGesture_setScaleFactor(QPinchGestureH handle, qreal value) in QPinchGesture_setScaleFactor() argument
196 ((QPinchGesture *)handle)->setScaleFactor(value); in QPinchGesture_setScaleFactor()
199 qreal QPinchGesture_totalRotationAngle(QPinchGestureH handle) in QPinchGesture_totalRotationAngle() argument
201 return (qreal) ((QPinchGesture *)handle)->totalRotationAngle(); in QPinchGesture_totalRotationAngle()
204 qreal QPinchGesture_lastRotationAngle(QPinchGestureH handle) in QPinchGesture_lastRotationAngle() argument
206 return (qreal) ((QPinchGesture *)handle)->lastRotationAngle(); in QPinchGesture_lastRotationAngle()
209 qreal QPinchGesture_rotationAngle(QPinchGestureH handle) in QPinchGesture_rotationAngle() argument
211 return (qreal) ((QPinchGesture *)handle)->rotationAngle(); in QPinchGesture_rotationAngle()
214 void QPinchGesture_setTotalRotationAngle(QPinchGestureH handle, qreal value) in QPinchGesture_setTotalRotationAngle() argument
216 ((QPinchGesture *)handle)->setTotalRotationAngle(value); in QPinchGesture_setTotalRotationAngle()
219 void QPinchGesture_setLastRotationAngle(QPinchGestureH handle, qreal value) in QPinchGesture_setLastRotationAngle() argument
221 ((QPinchGesture *)handle)->setLastRotationAngle(value); in QPinchGesture_setLastRotationAngle()
224 void QPinchGesture_setRotationAngle(QPinchGestureH handle, qreal value) in QPinchGesture_setRotationAngle() argument
226 ((QPinchGesture *)handle)->setRotationAngle(value); in QPinchGesture_setRotationAngle()
234 void QSwipeGesture_Destroy(QSwipeGestureH handle) in QSwipeGesture_Destroy() argument
236 delete (QSwipeGesture *)handle; in QSwipeGesture_Destroy()
239 QSwipeGesture::SwipeDirection QSwipeGesture_horizontalDirection(QSwipeGestureH handle) in QSwipeGesture_horizontalDirection() argument
241 return (QSwipeGesture::SwipeDirection) ((QSwipeGesture *)handle)->horizontalDirection(); in QSwipeGesture_horizontalDirection()
244 QSwipeGesture::SwipeDirection QSwipeGesture_verticalDirection(QSwipeGestureH handle) in QSwipeGesture_verticalDirection() argument
246 return (QSwipeGesture::SwipeDirection) ((QSwipeGesture *)handle)->verticalDirection(); in QSwipeGesture_verticalDirection()
249 qreal QSwipeGesture_swipeAngle(QSwipeGestureH handle) in QSwipeGesture_swipeAngle() argument
251 return (qreal) ((QSwipeGesture *)handle)->swipeAngle(); in QSwipeGesture_swipeAngle()
254 void QSwipeGesture_setSwipeAngle(QSwipeGestureH handle, qreal value) in QSwipeGesture_setSwipeAngle() argument
256 ((QSwipeGesture *)handle)->setSwipeAngle(value); in QSwipeGesture_setSwipeAngle()
264 void QTapGesture_Destroy(QTapGestureH handle) in QTapGesture_Destroy() argument
266 delete (QTapGesture *)handle; in QTapGesture_Destroy()
269 void QTapGesture_position(QTapGestureH handle, PQtPointF retval) in QTapGesture_position() argument
271 *(QPointF *)retval = ((QTapGesture *)handle)->position(); in QTapGesture_position()
274 void QTapGesture_setPosition(QTapGestureH handle, const QPointFH pos) in QTapGesture_setPosition() argument
276 ((QTapGesture *)handle)->setPosition(*(const QPointF*)pos); in QTapGesture_setPosition()
284 void QTapAndHoldGesture_Destroy(QTapAndHoldGestureH handle) in QTapAndHoldGesture_Destroy() argument
286 delete (QTapAndHoldGesture *)handle; in QTapAndHoldGesture_Destroy()
289 void QTapAndHoldGesture_position(QTapAndHoldGestureH handle, PQtPointF retval) in QTapAndHoldGesture_position() argument
291 *(QPointF *)retval = ((QTapAndHoldGesture *)handle)->position(); in QTapAndHoldGesture_position()
294 void QTapAndHoldGesture_setPosition(QTapAndHoldGestureH handle, const QPointFH pos) in QTapAndHoldGesture_setPosition() argument
296 ((QTapAndHoldGesture *)handle)->setPosition(*(const QPointF*)pos); in QTapAndHoldGesture_setPosition()
316 void QGestureEvent_Destroy(QGestureEventH handle) in QGestureEvent_Destroy() argument
318 delete (QGestureEvent *)handle; in QGestureEvent_Destroy()
321 void QGestureEvent_gestures(QGestureEventH handle, PPtrIntArray retval) in QGestureEvent_gestures() argument
324 t_retval = ((QGestureEvent *)handle)->gestures(); in QGestureEvent_gestures()
328 QGestureH QGestureEvent_gesture(QGestureEventH handle, Qt::GestureType type) in QGestureEvent_gesture() argument
330 return (QGestureH) ((QGestureEvent *)handle)->gesture(type); in QGestureEvent_gesture()
333 void QGestureEvent_activeGestures(QGestureEventH handle, PPtrIntArray retval) in QGestureEvent_activeGestures() argument
336 t_retval = ((QGestureEvent *)handle)->activeGestures(); in QGestureEvent_activeGestures()
340 void QGestureEvent_canceledGestures(QGestureEventH handle, PPtrIntArray retval) in QGestureEvent_canceledGestures() argument
343 t_retval = ((QGestureEvent *)handle)->canceledGestures(); in QGestureEvent_canceledGestures()
347 void QGestureEvent_setAccepted(QGestureEventH handle, QGestureH AnonParam1, bool AnonParam2) in QGestureEvent_setAccepted() argument
349 ((QGestureEvent *)handle)->setAccepted((QGesture*)AnonParam1, AnonParam2); in QGestureEvent_setAccepted()
352 void QGestureEvent_accept(QGestureEventH handle, QGestureH AnonParam1) in QGestureEvent_accept() argument
354 ((QGestureEvent *)handle)->accept((QGesture*)AnonParam1); in QGestureEvent_accept()
357 void QGestureEvent_ignore(QGestureEventH handle, QGestureH AnonParam1) in QGestureEvent_ignore() argument
359 ((QGestureEvent *)handle)->ignore((QGesture*)AnonParam1); in QGestureEvent_ignore()
362 bool QGestureEvent_isAccepted(QGestureEventH handle, QGestureH AnonParam1) in QGestureEvent_isAccepted() argument
364 return (bool) ((QGestureEvent *)handle)->isAccepted((QGesture*)AnonParam1); in QGestureEvent_isAccepted()
367 void QGestureEvent_setAccepted2(QGestureEventH handle, Qt::GestureType AnonParam1, bool AnonParam2) in QGestureEvent_setAccepted2() argument
369 ((QGestureEvent *)handle)->setAccepted(AnonParam1, AnonParam2); in QGestureEvent_setAccepted2()
372 void QGestureEvent_accept2(QGestureEventH handle, Qt::GestureType AnonParam1) in QGestureEvent_accept2() argument
374 ((QGestureEvent *)handle)->accept(AnonParam1); in QGestureEvent_accept2()
377 void QGestureEvent_ignore2(QGestureEventH handle, Qt::GestureType AnonParam1) in QGestureEvent_ignore2() argument
379 ((QGestureEvent *)handle)->ignore(AnonParam1); in QGestureEvent_ignore2()
382 bool QGestureEvent_isAccepted2(QGestureEventH handle, Qt::GestureType AnonParam1) in QGestureEvent_isAccepted2() argument
384 return (bool) ((QGestureEvent *)handle)->isAccepted(AnonParam1); in QGestureEvent_isAccepted2()
387 void QGestureEvent_setWidget(QGestureEventH handle, QWidgetH widget) in QGestureEvent_setWidget() argument
389 ((QGestureEvent *)handle)->setWidget((QWidget*)widget); in QGestureEvent_setWidget()
392 QWidgetH QGestureEvent_widget(QGestureEventH handle) in QGestureEvent_widget() argument
394 return (QWidgetH) ((QGestureEvent *)handle)->widget(); in QGestureEvent_widget()
397 void QGestureEvent_mapToGraphicsScene(QGestureEventH handle, PQtPointF retval, const QPointFH gestu… in QGestureEvent_mapToGraphicsScene() argument
399 *(QPointF *)retval = ((QGestureEvent *)handle)->mapToGraphicsScene(*(const QPointF*)gesturePoint); in QGestureEvent_mapToGraphicsScene()