Documentation
class QqPanGestureTrUtf8 x1 where #
qPanGestureTrUtf8 :: x1 -> IO String #
Instances
QqPanGestureTrUtf8 String # | |
Defined in Qtc.Widgets.QPanGesture qPanGestureTrUtf8 :: String -> IO String # | |
QqPanGestureTrUtf8 (String, String) # | |
Defined in Qtc.Widgets.QPanGesture qPanGestureTrUtf8 :: (String, String) -> IO String # | |
QqPanGestureTrUtf8 (String, String, Int) # | |
Defined in Qtc.Widgets.QPanGesture qPanGestureTrUtf8 :: (String, String, Int) -> IO String # |
class QqPanGesture x1 where #
qPanGesture :: x1 -> IO (QPanGesture ()) #
Instances
QqPanGesture () # | |
Defined in Qtc.Widgets.QPanGesture qPanGesture :: () -> IO (QPanGesture ()) # | |
QqPanGesture (QObject t1) # | |
Defined in Qtc.Widgets.QPanGesture qPanGesture :: QObject t1 -> IO (QPanGesture ()) # |
qdelta :: QPanGesture a -> () -> IO (QPointF ()) #
lastOffset :: QPanGesture a -> () -> IO PointF #
qlastOffset :: QPanGesture a -> () -> IO (QPointF ()) #
setLastOffset :: QPanGesture a -> PointF -> IO () #
qsetLastOffset :: QPanGesture a -> QPointF t1 -> IO () #
qPanGesture_delete :: QPanGesture a -> IO () #
qPanGesture_deleteLater :: QPanGesture a -> IO () #