Documentation
class QqGeoCodeReplyTrUtf8 x1 where #
qGeoCodeReplyTrUtf8 :: x1 -> IO String #
Instances
QqGeoCodeReplyTrUtf8 String # | |
Defined in Qtc.Location.QGeoCodeReply qGeoCodeReplyTrUtf8 :: String -> IO String # | |
QqGeoCodeReplyTrUtf8 (String, String) # | |
Defined in Qtc.Location.QGeoCodeReply qGeoCodeReplyTrUtf8 :: (String, String) -> IO String # | |
QqGeoCodeReplyTrUtf8 (String, String, Int) # | |
Defined in Qtc.Location.QGeoCodeReply qGeoCodeReplyTrUtf8 :: (String, String, Int) -> IO String # |
class QqGeoCodeReply x1 where #
qGeoCodeReply :: x1 -> IO (QGeoCodeReply ()) #
Instances
QqGeoCodeReply () # | |
Defined in Qtc.Location.QGeoCodeReply qGeoCodeReply :: () -> IO (QGeoCodeReply ()) # | |
QqGeoCodeReply (QObject t1) # | |
Defined in Qtc.Location.QGeoCodeReply qGeoCodeReply :: QObject t1 -> IO (QGeoCodeReply ()) # | |
QqGeoCodeReply (QGeoCodeReply_Error, String) # | |
Defined in Qtc.Location.QGeoCodeReply qGeoCodeReply :: (QGeoCodeReply_Error, String) -> IO (QGeoCodeReply ()) # | |
QqGeoCodeReply (QGeoCodeReply_Error, String, QObject t3) # | |
Defined in Qtc.Location.QGeoCodeReply qGeoCodeReply :: (QGeoCodeReply_Error, String, QObject t3) -> IO (QGeoCodeReply ()) # |
class QaddLocation x0 x1 where #
addLocation :: x0 -> x1 -> IO () #
Instances
QaddLocation (QGeoCodeReply ()) (QGeoLocation t1) # | |
Defined in Qtc.Location.QGeoCodeReply addLocation :: QGeoCodeReply () -> QGeoLocation t1 -> IO () # | |
QaddLocation (QGeoCodeReplySc a) (QGeoLocation t1) # | |
Defined in Qtc.Location.QGeoCodeReply addLocation :: QGeoCodeReplySc a -> QGeoLocation t1 -> IO () # |
locations :: QGeoCodeReply a -> () -> IO [QGeoLocation ()] #
class QsetLocations x0 x1 where #
setLocations :: x0 -> x1 -> IO () #
Instances
QsetLocations (QGeoCodeReply ()) [QGeoLocation t1] # | |
Defined in Qtc.Location.QGeoCodeReply setLocations :: QGeoCodeReply () -> [QGeoLocation t1] -> IO () # | |
QsetLocations (QGeoCodeReplySc a) [QGeoLocation t1] # | |
Defined in Qtc.Location.QGeoCodeReply setLocations :: QGeoCodeReplySc a -> [QGeoLocation t1] -> IO () # |
qGeoCodeReply_delete :: QGeoCodeReply a -> IO () #
qGeoCodeReply_deleteLater :: QGeoCodeReply a -> IO () #