Qtc.Widgets.QPinchGesture

Contents

Documentation

class QqPinchGestureTrUtf8 x1 where #

Methods

qPinchGestureTrUtf8 :: x1 -> IO String #

Instances
QqPinchGestureTrUtf8 String # 
Instance details

Defined in Qtc.Widgets.QPinchGesture

Methods

qPinchGestureTrUtf8 :: String -> IO String #

QqPinchGestureTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Widgets.QPinchGesture

Methods

qPinchGestureTrUtf8 :: (String, String) -> IO String #

QqPinchGestureTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Widgets.QPinchGesture

Methods

qPinchGestureTrUtf8 :: (String, String, Int) -> IO String #

class QqPinchGesture x1 where #

Methods

qPinchGesture :: x1 -> IO (QPinchGesture ()) #

Instances
QqPinchGesture () # 
Instance details

Defined in Qtc.Widgets.QPinchGesture

Methods

qPinchGesture :: () -> IO (QPinchGesture ()) #

QqPinchGesture (QObject t1) # 
Instance details

Defined in Qtc.Widgets.QPinchGesture

Methods

qPinchGesture :: QObject t1 -> IO (QPinchGesture ()) #

qcenterPoint :: QPinchGesture a -> () -> IO (QPointF ()) #

qlastCenterPoint :: QPinchGesture a -> () -> IO (QPointF ()) #

lastRotationAngle :: QPinchGesture a -> () -> IO Double #

lastScaleFactor :: QPinchGesture a -> () -> IO Double #

rotationAngle :: QPinchGesture a -> () -> IO Double #

setLastRotationAngle :: QPinchGesture a -> Double -> IO () #

setLastScaleFactor :: QPinchGesture a -> Double -> IO () #

setRotationAngle :: QPinchGesture a -> Double -> IO () #

setTotalRotationAngle :: QPinchGesture a -> Double -> IO () #

setTotalScaleFactor :: QPinchGesture a -> Double -> IO () #

totalRotationAngle :: QPinchGesture a -> () -> IO Double #

totalScaleFactor :: QPinchGesture a -> () -> IO Double #

Orphan instances

QsetScaleFactor (QPinchGesture a) Double # 
Instance details

Methods

setScaleFactor :: QPinchGesture a -> Double -> IO () #

QsenderSignalIndex (QPinchGesture ()) () # 
Instance details

Methods

senderSignalIndex :: QPinchGesture () -> () -> IO Int #

QsenderSignalIndex (QPinchGestureSc a) () # 
Instance details

Methods

senderSignalIndex :: QPinchGestureSc a -> () -> IO Int #

Qsender (QPinchGesture ()) () # 
Instance details

Methods

sender :: QPinchGesture () -> () -> IO (QObject ()) #

Qsender (QPinchGestureSc a) () # 
Instance details

Methods

sender :: QPinchGestureSc a -> () -> IO (QObject ()) #

Qreceivers (QPinchGesture ()) String # 
Instance details

Methods

receivers :: QPinchGesture () -> String -> IO Int #

Qreceivers (QPinchGestureSc a) String # 
Instance details

Methods

receivers :: QPinchGestureSc a -> String -> IO Int #

QscaleFactor (QPinchGesture a) () (IO Double) # 
Instance details

Methods

scaleFactor :: QPinchGesture a -> () -> IO Double #

Qproperty (QPinchGesture ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QPinchGesture () -> String -> IO (QVariant ()) #

Qproperty (QPinchGestureSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QPinchGestureSc a -> String -> IO (QVariant ()) #

Qparent (QPinchGesture ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QPinchGesture () -> () -> IO (QObject ()) #

Qparent (QPinchGestureSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QPinchGestureSc a -> () -> IO (QObject ()) #

QuserMethod (QPinchGesture ()) () (IO ()) # 
Instance details

Methods

userMethod :: QPinchGesture () -> Int -> () -> IO () #

QuserMethod (QPinchGestureSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QPinchGestureSc a -> Int -> () -> IO () #

QtimerEvent (QPinchGesture ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QPinchGesture () -> QTimerEvent t1 -> IO () #

QtimerEvent (QPinchGestureSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QPinchGestureSc a -> QTimerEvent t1 -> IO () #

QisSignalConnected (QPinchGesture ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QPinchGesture () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QPinchGestureSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QPinchGestureSc a -> QMetaMethod t1 -> IO Bool #

QdisconnectNotify (QPinchGesture ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QPinchGesture () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QPinchGestureSc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QPinchGestureSc a -> QMetaMethod t1 -> IO () #

QcustomEvent (QPinchGesture ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QPinchGesture () -> QEvent t1 -> IO () #

QcustomEvent (QPinchGestureSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QPinchGestureSc a -> QEvent t1 -> IO () #

QconnectNotify (QPinchGesture ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QPinchGesture () -> QMetaMethod t1 -> IO () #

QconnectNotify (QPinchGestureSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QPinchGestureSc a -> QMetaMethod t1 -> IO () #

QchildEvent (QPinchGesture ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QPinchGesture () -> QChildEvent t1 -> IO () #

QchildEvent (QPinchGestureSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QPinchGestureSc a -> QChildEvent t1 -> IO () #

Qevent (QPinchGesture ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QPinchGesture () -> QEvent t1 -> IO Bool #

Qevent (QPinchGestureSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QPinchGestureSc a -> QEvent t1 -> IO Bool #

QuserMethod (QPinchGesture ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QPinchGesture () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QPinchGestureSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QPinchGestureSc a -> Int -> QVariant () -> IO (QVariant ()) #

QeventFilter (QPinchGesture ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QPinchGesture () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QPinchGestureSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QPinchGestureSc a -> (QObject t1, QEvent t2) -> IO Bool #