Documentation
class Qgeocode_h x0 x1 where #
geocode_h :: x0 -> x1 -> IO (QGeoCodeReply ()) #
Instances
Qgeocode_h (QGeoCodingManagerEngine ()) (QGeoAddress t1, QGeoShape t2) # | |
Defined in Qtc.Location.QGeoCodingManagerEngine_h geocode_h :: QGeoCodingManagerEngine () -> (QGeoAddress t1, QGeoShape t2) -> IO (QGeoCodeReply ()) # | |
Qgeocode_h (QGeoCodingManagerEngineSc a) (QGeoAddress t1, QGeoShape t2) # | |
Defined in Qtc.Location.QGeoCodingManagerEngine_h geocode_h :: QGeoCodingManagerEngineSc a -> (QGeoAddress t1, QGeoShape t2) -> IO (QGeoCodeReply ()) # | |
Qgeocode_h (QGeoCodingManagerEngine ()) (String, Int, Int, QGeoShape t4) # | |
Defined in Qtc.Location.QGeoCodingManagerEngine_h geocode_h :: QGeoCodingManagerEngine () -> (String, Int, Int, QGeoShape t4) -> IO (QGeoCodeReply ()) # | |
Qgeocode_h (QGeoCodingManagerEngineSc a) (String, Int, Int, QGeoShape t4) # | |
Defined in Qtc.Location.QGeoCodingManagerEngine_h geocode_h :: QGeoCodingManagerEngineSc a -> (String, Int, Int, QGeoShape t4) -> IO (QGeoCodeReply ()) # |
class QreverseGeocode_h x0 x1 where #
reverseGeocode_h :: x0 -> x1 -> IO (QGeoCodeReply ()) #
Instances
QreverseGeocode_h (QGeoCodingManagerEngine ()) (QGeoCoordinate t1, QGeoShape t2) # | |
Defined in Qtc.Location.QGeoCodingManagerEngine_h reverseGeocode_h :: QGeoCodingManagerEngine () -> (QGeoCoordinate t1, QGeoShape t2) -> IO (QGeoCodeReply ()) # | |
QreverseGeocode_h (QGeoCodingManagerEngineSc a) (QGeoCoordinate t1, QGeoShape t2) # | |
Defined in Qtc.Location.QGeoCodingManagerEngine_h reverseGeocode_h :: QGeoCodingManagerEngineSc a -> (QGeoCoordinate t1, QGeoShape t2) -> IO (QGeoCodeReply ()) # |