Documentation
class QqPlace_nf x1 where #
Instances
QqPlace_nf () # | |
Defined in Qtc.Location.QPlace | |
QqPlace_nf (QPlace t1) # | |
Defined in Qtc.Location.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 () #
setTotalContentCount :: QPlace a -> (QPlaceContent_Type, Int) -> IO () #
totalContentCount :: QPlace a -> QPlaceContent_Type -> IO Int #
qPlace_delete :: QPlace a -> IO () #