Qtc.Location.QGeoAddress

Contents

Documentation

class QqGeoAddress x1 where #

Methods

qGeoAddress :: x1 -> IO (QGeoAddress ()) #

Instances
QqGeoAddress () # 
Instance details

Defined in Qtc.Location.QGeoAddress

Methods

qGeoAddress :: () -> IO (QGeoAddress ()) #

QqGeoAddress (QGeoAddress t1) # 
Instance details

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 () # 
Instance details

Defined in Qtc.Location.QGeoAddress

Methods

qGeoAddress_nf :: () -> IO (QGeoAddress ()) #

QqGeoAddress_nf (QGeoAddress t1) # 
Instance details

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 #

Orphan instances

QsetText (QGeoAddress a) String # 
Instance details

Methods

setText :: QGeoAddress a -> String -> IO () #

QsetState (QGeoAddress a) String # 
Instance details

Methods

setState :: QGeoAddress a -> String -> IO () #

QqisEmpty (QGeoAddress a) () # 
Instance details

Methods

qisEmpty :: QGeoAddress a -> () -> IO Bool #

Qtext (QGeoAddress a) () (IO String) # 
Instance details

Methods

text :: QGeoAddress a -> () -> IO String #

Qstate (QGeoAddress a) () (IO String) # 
Instance details

Methods

state :: QGeoAddress a -> () -> IO String #

Qcountry (QGeoAddress a) () (IO String) # 
Instance details

Methods

country :: QGeoAddress a -> () -> IO String #

Qclear (QGeoAddress a) () (IO ()) # 
Instance details

Methods

clear :: QGeoAddress a -> () -> IO () #

Qqone (QGeoAddress ()) (QGeoAddress t1) # 
Instance details

Methods

qone :: QGeoAddress () -> QGeoAddress t1 -> IO Bool #

Qqone (QGeoAddressSc a) (QGeoAddress t1) # 
Instance details

Methods

qone :: QGeoAddressSc a -> QGeoAddress t1 -> IO Bool #

Qqoe (QGeoAddress ()) (QGeoAddress t1) # 
Instance details

Methods

qoe :: QGeoAddress () -> QGeoAddress t1 -> IO Bool #

Qqoe (QGeoAddressSc a) (QGeoAddress t1) # 
Instance details

Methods

qoe :: QGeoAddressSc a -> QGeoAddress t1 -> IO Bool #

Qqot (QGeoAddress ()) (QGeoAddress t1) (IO (QGeoAddress ())) # 
Instance details

Methods

qot :: QGeoAddress () -> QGeoAddress t1 -> IO (QGeoAddress ()) #

Qqot (QGeoAddressSc a) (QGeoAddress t1) (IO (QGeoAddress ())) # 
Instance details

Methods

qot :: QGeoAddressSc a -> QGeoAddress t1 -> IO (QGeoAddress ()) #