Documentation
class QqGeoRouteReplyTrUtf8 x1 where #
qGeoRouteReplyTrUtf8 :: x1 -> IO String #
Instances
QqGeoRouteReplyTrUtf8 String # | |
Defined in Qtc.Location.QGeoRouteReply qGeoRouteReplyTrUtf8 :: String -> IO String # | |
QqGeoRouteReplyTrUtf8 (String, String) # | |
Defined in Qtc.Location.QGeoRouteReply qGeoRouteReplyTrUtf8 :: (String, String) -> IO String # | |
QqGeoRouteReplyTrUtf8 (String, String, Int) # | |
Defined in Qtc.Location.QGeoRouteReply qGeoRouteReplyTrUtf8 :: (String, String, Int) -> IO String # |
class QqGeoRouteReply x1 where #
qGeoRouteReply :: x1 -> IO (QGeoRouteReply ()) #
Instances
QqGeoRouteReply (QGeoRouteRequest t1) # | |
Defined in Qtc.Location.QGeoRouteReply qGeoRouteReply :: QGeoRouteRequest t1 -> IO (QGeoRouteReply ()) # | |
QqGeoRouteReply (QGeoRouteRequest t1, QObject t2) # | |
Defined in Qtc.Location.QGeoRouteReply qGeoRouteReply :: (QGeoRouteRequest t1, QObject t2) -> IO (QGeoRouteReply ()) # | |
QqGeoRouteReply (QGeoRouteReply_Error, String) # | |
Defined in Qtc.Location.QGeoRouteReply qGeoRouteReply :: (QGeoRouteReply_Error, String) -> IO (QGeoRouteReply ()) # | |
QqGeoRouteReply (QGeoRouteReply_Error, String, QObject t3) # | |
Defined in Qtc.Location.QGeoRouteReply qGeoRouteReply :: (QGeoRouteReply_Error, String, QObject t3) -> IO (QGeoRouteReply ()) # |
class QaddRoutes x0 x1 where #
Instances
QaddRoutes (QGeoRouteReply ()) [QGeoRoute t1] # | |
Defined in Qtc.Location.QGeoRouteReply addRoutes :: QGeoRouteReply () -> [QGeoRoute t1] -> IO () # | |
QaddRoutes (QGeoRouteReplySc a) [QGeoRoute t1] # | |
Defined in Qtc.Location.QGeoRouteReply addRoutes :: QGeoRouteReplySc a -> [QGeoRoute t1] -> IO () # |
routes :: QGeoRouteReply a -> () -> IO [QGeoRoute ()] #
class QsetRoutes x0 x1 where #
Instances
QsetRoutes (QGeoRouteReply ()) [QGeoRoute t1] # | |
Defined in Qtc.Location.QGeoRouteReply setRoutes :: QGeoRouteReply () -> [QGeoRoute t1] -> IO () # | |
QsetRoutes (QGeoRouteReplySc a) [QGeoRoute t1] # | |
Defined in Qtc.Location.QGeoRouteReply setRoutes :: QGeoRouteReplySc a -> [QGeoRoute t1] -> IO () # |
qGeoRouteReply_delete :: QGeoRouteReply a -> IO () #
qGeoRouteReply_deleteLater :: QGeoRouteReply a -> IO () #