Documentation
class QqGeoAddress x1 where #
qGeoAddress :: x1 -> IO (QGeoAddress ()) #
Instances
QqGeoAddress () # | |
Defined in Qtc.Location.QGeoAddress qGeoAddress :: () -> IO (QGeoAddress ()) # | |
QqGeoAddress (QGeoAddress t1) # | |
Defined in Qtc.Location.QGeoAddress qGeoAddress :: QGeoAddress t1 -> IO (QGeoAddress ()) # |
class QqGeoAddress_nf x1 where #
qGeoAddress_nf :: x1 -> IO (QGeoAddress ()) #
Instances
QqGeoAddress_nf () # | |
Defined in Qtc.Location.QGeoAddress qGeoAddress_nf :: () -> IO (QGeoAddress ()) # | |
QqGeoAddress_nf (QGeoAddress t1) # | |
Defined in Qtc.Location.QGeoAddress qGeoAddress_nf :: QGeoAddress t1 -> IO (QGeoAddress ()) # |
city :: QGeoAddress a -> () -> IO String #
countryCode :: QGeoAddress a -> () -> IO String #
county :: QGeoAddress a -> () -> IO String #
district :: QGeoAddress a -> () -> IO String #
isTextGenerated :: QGeoAddress a -> () -> IO Bool #
postalCode :: QGeoAddress a -> () -> IO String #
setCity :: QGeoAddress a -> String -> IO () #
setCountry :: QGeoAddress a -> String -> IO () #
setCountryCode :: QGeoAddress a -> String -> IO () #
setCounty :: QGeoAddress a -> String -> IO () #
setDistrict :: QGeoAddress a -> String -> IO () #
setPostalCode :: QGeoAddress a -> String -> IO () #
setStreet :: QGeoAddress a -> String -> IO () #
street :: QGeoAddress a -> () -> IO String #
qGeoAddress_delete :: QGeoAddress a -> IO () #