Qtc.Location.QGeoAddress
Contents
Documentation
class QqGeoAddress x1 where #
Methods
qGeoAddress :: x1 -> IO (QGeoAddress ()) #
Instances
QqGeoAddress () # | |
Defined in Qtc.Location.QGeoAddress Methods qGeoAddress :: () -> IO (QGeoAddress ()) # | |
QqGeoAddress (QGeoAddress t1) # | |
Defined in Qtc.Location.QGeoAddress Methods qGeoAddress :: QGeoAddress t1 -> IO (QGeoAddress ()) # |
class QqGeoAddress_nf x1 where #
Methods
qGeoAddress_nf :: x1 -> IO (QGeoAddress ()) #
Instances
QqGeoAddress_nf () # | |
Defined in Qtc.Location.QGeoAddress Methods qGeoAddress_nf :: () -> IO (QGeoAddress ()) # | |
QqGeoAddress_nf (QGeoAddress t1) # | |
Defined in Qtc.Location.QGeoAddress Methods 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 () #
Orphan instances
QsetText (QGeoAddress a) String # | |
Methods setText :: QGeoAddress a -> String -> IO () # | |
QsetState (QGeoAddress a) String # | |
Methods setState :: QGeoAddress a -> String -> IO () # | |
QqisEmpty (QGeoAddress a) () # | |
Methods qisEmpty :: QGeoAddress a -> () -> IO Bool # | |
Qtext (QGeoAddress a) () (IO String) # | |
Methods text :: QGeoAddress a -> () -> IO String # | |
Qstate (QGeoAddress a) () (IO String) # | |
Methods state :: QGeoAddress a -> () -> IO String # | |
Qcountry (QGeoAddress a) () (IO String) # | |
Methods country :: QGeoAddress a -> () -> IO String # | |
Qclear (QGeoAddress a) () (IO ()) # | |
Methods clear :: QGeoAddress a -> () -> IO () # | |
Qqone (QGeoAddress ()) (QGeoAddress t1) # | |
Methods qone :: QGeoAddress () -> QGeoAddress t1 -> IO Bool # | |
Qqone (QGeoAddressSc a) (QGeoAddress t1) # | |
Methods qone :: QGeoAddressSc a -> QGeoAddress t1 -> IO Bool # | |
Qqoe (QGeoAddress ()) (QGeoAddress t1) # | |
Methods qoe :: QGeoAddress () -> QGeoAddress t1 -> IO Bool # | |
Qqoe (QGeoAddressSc a) (QGeoAddress t1) # | |
Methods qoe :: QGeoAddressSc a -> QGeoAddress t1 -> IO Bool # | |
Qqot (QGeoAddress ()) (QGeoAddress t1) (IO (QGeoAddress ())) # | |
Methods qot :: QGeoAddress () -> QGeoAddress t1 -> IO (QGeoAddress ()) # | |
Qqot (QGeoAddressSc a) (QGeoAddress t1) (IO (QGeoAddress ())) # | |
Methods qot :: QGeoAddressSc a -> QGeoAddress t1 -> IO (QGeoAddress ()) # |