Qtc.Location.QPlace

Contents

Documentation

class QqPlace x1 where #

Methods

qPlace :: x1 -> IO (QPlace ()) #

Instances
QqPlace () # 
Instance details

Defined in Qtc.Location.QPlace

Methods

qPlace :: () -> IO (QPlace ()) #

QqPlace (QPlace t1) # 
Instance details

Defined in Qtc.Location.QPlace

Methods

qPlace :: QPlace t1 -> IO (QPlace ()) #

class QqPlace_nf x1 where #

Methods

qPlace_nf :: x1 -> IO (QPlace ()) #

Instances
QqPlace_nf () # 
Instance details

Defined in Qtc.Location.QPlace

Methods

qPlace_nf :: () -> IO (QPlace ()) #

QqPlace_nf (QPlace t1) # 
Instance details

Defined in Qtc.Location.QPlace

Methods

qPlace_nf :: QPlace t1 -> IO (QPlace ()) #

appendContactDetail :: QPlace a -> (String, QPlaceContactDetail t2) -> IO () #

contactDetails :: QPlace a -> String -> IO [QPlaceContactDetail ()] #

contactTypes :: QPlace a -> () -> IO [String] #

detailsFetched :: QPlace a -> () -> IO Bool #

extendedAttribute :: QPlace a -> String -> IO (QPlaceAttribute ()) #

extendedAttributeTypes :: QPlace a -> () -> IO [String] #

insertContent :: QPlace a -> (QPlaceContent_Type, [(Int, QPlaceContent t2_2)]) -> IO () #

primaryEmail :: QPlace a -> () -> IO String #

primaryFax :: QPlace a -> () -> IO String #

primaryPhone :: QPlace a -> () -> IO String #

primaryWebsite :: QPlace a -> () -> IO (QUrl ()) #

ratings :: QPlace a -> () -> IO (QPlaceRatings ()) #

removeContactDetails :: QPlace a -> String -> IO () #

removeExtendedAttribute :: QPlace a -> String -> IO () #

setContactDetails :: QPlace a -> (String, [QPlaceContactDetail t2]) -> IO () #

setDetailsFetched :: QPlace a -> Bool -> IO () #

setExtendedAttribute :: QPlace a -> (String, QPlaceAttribute t2) -> IO () #

setRatings :: QPlace a -> QPlaceRatings t1 -> IO () #

qPlace_delete :: QPlace a -> IO () #

Orphan instances

QsetVisibility (QPlace a) QLocation_Visibility # 
Instance details

Methods

setVisibility :: QPlace a -> QLocation_Visibility -> IO () #

QsetName (QPlace a) String # 
Instance details

Methods

setName :: QPlace a -> String -> IO () #

QqisEmpty (QPlace a) () # 
Instance details

Methods

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

Qsupplier (QPlace a) () # 
Instance details

Methods

supplier :: QPlace a -> () -> IO (QPlaceSupplier ()) #

QsetPlaceId (QPlace a) String # 
Instance details

Methods

setPlaceId :: QPlace a -> String -> IO () #

QsetAttribution (QPlace a) String # 
Instance details

Methods

setAttribution :: QPlace a -> String -> IO () #

QplaceId (QPlace a) () # 
Instance details

Methods

placeId :: QPlace a -> () -> IO String #

Qcontent (QPlace a) QPlaceContent_Type # 
Instance details

Methods

content :: QPlace a -> QPlaceContent_Type -> IO [(Int, QPlaceContent ())] #

Qattribution (QPlace a) () # 
Instance details

Methods

attribution :: QPlace a -> () -> IO String #

Qvisibility (QPlace a) () (IO QLocation_Visibility) # 
Instance details

Methods

visibility :: QPlace a -> () -> IO QLocation_Visibility #

Qname (QPlace a) () (IO String) # 
Instance details

Methods

name :: QPlace a -> () -> IO String #

Qlocation (QPlace a) () (IO (QGeoLocation ())) # 
Instance details

Methods

location :: QPlace a -> () -> IO (QGeoLocation ()) #

Qicon (QPlace a) () (IO (QPlaceIcon ())) # 
Instance details

Methods

icon :: QPlace a -> () -> IO (QPlaceIcon ()) #

Qcategories (QPlace a) () (IO [QPlaceCategory ()]) # 
Instance details

Methods

categories :: QPlace a -> () -> IO [QPlaceCategory ()] #

QsetLocation (QPlace a) (QGeoLocation t1) # 
Instance details

Methods

setLocation :: QPlace a -> QGeoLocation t1 -> IO () #

QsetIcon (QPlace a) (QPlaceIcon t1) # 
Instance details

Methods

setIcon :: QPlace a -> QPlaceIcon t1 -> IO () #

QsetCategory (QPlace a) (QPlaceCategory t1) # 
Instance details

Methods

setCategory :: QPlace a -> QPlaceCategory t1 -> IO () #

QsetCategories (QPlace a) [QPlaceCategory t1] # 
Instance details

Methods

setCategories :: QPlace a -> [QPlaceCategory t1] -> IO () #

Qqone (QPlace ()) (QPlace t1) # 
Instance details

Methods

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

Qqone (QPlaceSc a) (QPlace t1) # 
Instance details

Methods

qone :: QPlaceSc a -> QPlace t1 -> IO Bool #

Qqoe (QPlace ()) (QPlace t1) # 
Instance details

Methods

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

Qqoe (QPlaceSc a) (QPlace t1) # 
Instance details

Methods

qoe :: QPlaceSc a -> QPlace t1 -> IO Bool #

QsetSupplier (QPlace a) (QPlaceSupplier t1) # 
Instance details

Methods

setSupplier :: QPlace a -> QPlaceSupplier t1 -> IO () #

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

Methods

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

Qqot (QPlaceSc a) (QPlace t1) (IO (QPlace ())) # 
Instance details

Methods

qot :: QPlaceSc a -> QPlace t1 -> IO (QPlace ()) #

QsetContent (QPlace a) (QPlaceContent_Type, [(Int, QPlaceContent t2_2)]) (IO ()) # 
Instance details

Methods

setContent :: QPlace a -> (QPlaceContent_Type, [(Int, QPlaceContent t2_2)]) -> IO () #