Documentation
class QqPinchGestureTrUtf8 x1 where #
qPinchGestureTrUtf8 :: x1 -> IO String #
Instances
QqPinchGestureTrUtf8 String # | |
Defined in Qtc.Widgets.QPinchGesture qPinchGestureTrUtf8 :: String -> IO String # | |
QqPinchGestureTrUtf8 (String, String) # | |
Defined in Qtc.Widgets.QPinchGesture qPinchGestureTrUtf8 :: (String, String) -> IO String # | |
QqPinchGestureTrUtf8 (String, String, Int) # | |
Defined in Qtc.Widgets.QPinchGesture qPinchGestureTrUtf8 :: (String, String, Int) -> IO String # |
class QqPinchGesture x1 where #
qPinchGesture :: x1 -> IO (QPinchGesture ()) #
Instances
QqPinchGesture () # | |
Defined in Qtc.Widgets.QPinchGesture qPinchGesture :: () -> IO (QPinchGesture ()) # | |
QqPinchGesture (QObject t1) # | |
Defined in Qtc.Widgets.QPinchGesture qPinchGesture :: QObject t1 -> IO (QPinchGesture ()) # |
centerPoint :: QPinchGesture a -> () -> IO PointF #
qcenterPoint :: QPinchGesture a -> () -> IO (QPointF ()) #
changeFlags :: QPinchGesture a -> () -> IO QPinchGesture_ChangeFlags #
lastCenterPoint :: QPinchGesture a -> () -> IO PointF #
qlastCenterPoint :: QPinchGesture a -> () -> IO (QPointF ()) #
lastRotationAngle :: QPinchGesture a -> () -> IO Double #
lastScaleFactor :: QPinchGesture a -> () -> IO Double #
rotationAngle :: QPinchGesture a -> () -> IO Double #
setCenterPoint :: QPinchGesture a -> PointF -> IO () #
qsetCenterPoint :: QPinchGesture a -> QPointF t1 -> IO () #
setChangeFlags :: QPinchGesture a -> QPinchGesture_ChangeFlags -> IO () #
setLastCenterPoint :: QPinchGesture a -> PointF -> IO () #
qsetLastCenterPoint :: QPinchGesture a -> QPointF t1 -> IO () #
setLastRotationAngle :: QPinchGesture a -> Double -> IO () #
setLastScaleFactor :: QPinchGesture a -> Double -> IO () #
setRotationAngle :: QPinchGesture a -> Double -> IO () #
setStartCenterPoint :: QPinchGesture a -> PointF -> IO () #
qsetStartCenterPoint :: QPinchGesture a -> QPointF t1 -> IO () #
setTotalChangeFlags :: QPinchGesture a -> QPinchGesture_ChangeFlags -> IO () #
setTotalRotationAngle :: QPinchGesture a -> Double -> IO () #
setTotalScaleFactor :: QPinchGesture a -> Double -> IO () #
startCenterPoint :: QPinchGesture a -> () -> IO PointF #
qstartCenterPoint :: QPinchGesture a -> () -> IO (QPointF ()) #
totalChangeFlags :: QPinchGesture a -> () -> IO QPinchGesture_ChangeFlags #
totalRotationAngle :: QPinchGesture a -> () -> IO Double #
totalScaleFactor :: QPinchGesture a -> () -> IO Double #
qPinchGesture_delete :: QPinchGesture a -> IO () #
qPinchGesture_deleteLater :: QPinchGesture a -> IO () #