Qtc.Widgets.QPanGesture

Contents

Documentation

class QqPanGestureTrUtf8 x1 where #

Methods

qPanGestureTrUtf8 :: x1 -> IO String #

Instances
QqPanGestureTrUtf8 String # 
Instance details

Defined in Qtc.Widgets.QPanGesture

Methods

qPanGestureTrUtf8 :: String -> IO String #

QqPanGestureTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Widgets.QPanGesture

Methods

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

QqPanGestureTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Widgets.QPanGesture

Methods

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

class QqPanGesture x1 where #

Methods

qPanGesture :: x1 -> IO (QPanGesture ()) #

Instances
QqPanGesture () # 
Instance details

Defined in Qtc.Widgets.QPanGesture

Methods

qPanGesture :: () -> IO (QPanGesture ()) #

QqPanGesture (QObject t1) # 
Instance details

Defined in Qtc.Widgets.QPanGesture

Methods

qPanGesture :: QObject t1 -> IO (QPanGesture ()) #

qdelta :: QPanGesture a -> () -> IO (QPointF ()) #

lastOffset :: QPanGesture a -> () -> IO PointF #

qlastOffset :: QPanGesture a -> () -> IO (QPointF ()) #

qsetLastOffset :: QPanGesture a -> QPointF t1 -> IO () #

Orphan instances

QsetOffset (QPanGesture a) PointF # 
Instance details

Methods

setOffset :: QPanGesture a -> PointF -> IO () #

QsetAcceleration (QPanGesture a) Double # 
Instance details

Methods

setAcceleration :: QPanGesture a -> Double -> IO () #

QsenderSignalIndex (QPanGesture ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QPanGestureSc a) () # 
Instance details

Methods

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

Qsender (QPanGesture ()) () # 
Instance details

Methods

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

Qsender (QPanGestureSc a) () # 
Instance details

Methods

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

Qreceivers (QPanGesture ()) String # 
Instance details

Methods

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

Qreceivers (QPanGestureSc a) String # 
Instance details

Methods

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

Qdelta (QPanGesture a) () (IO PointF) # 
Instance details

Methods

delta :: QPanGesture a -> () -> IO PointF #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qqoffset (QPanGesture a) () (IO (QPointF ())) # 
Instance details

Methods

qoffset :: QPanGesture a -> () -> IO (QPointF ()) #

Qoffset (QPanGesture a) () (IO PointF) # 
Instance details

Methods

offset :: QPanGesture a -> () -> IO PointF #

Qacceleration (QPanGesture a) () (IO Double) # 
Instance details

Methods

acceleration :: QPanGesture a -> () -> IO Double #

QuserMethod (QPanGesture ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QqsetOffset (QPanGesture a) (QPointF t1) # 
Instance details

Methods

qsetOffset :: QPanGesture a -> QPointF t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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