Documentation
class QqPlaceEditorial x1 where #
qPlaceEditorial :: x1 -> IO (QPlaceEditorial ()) #
Instances
QqPlaceEditorial () # | |
Defined in Qtc.Location.QPlaceEditorial qPlaceEditorial :: () -> IO (QPlaceEditorial ()) # | |
QqPlaceEditorial (QPlaceEditorial t1) # | |
Defined in Qtc.Location.QPlaceEditorial qPlaceEditorial :: QPlaceEditorial t1 -> IO (QPlaceEditorial ()) # | |
QqPlaceEditorial (QPlaceContent t1) # | |
Defined in Qtc.Location.QPlaceEditorial qPlaceEditorial :: QPlaceContent t1 -> IO (QPlaceEditorial ()) # |
class QqPlaceEditorial_nf x1 where #
qPlaceEditorial_nf :: x1 -> IO (QPlaceEditorial ()) #
Instances
QqPlaceEditorial_nf () # | |
Defined in Qtc.Location.QPlaceEditorial qPlaceEditorial_nf :: () -> IO (QPlaceEditorial ()) # | |
QqPlaceEditorial_nf (QPlaceEditorial t1) # | |
Defined in Qtc.Location.QPlaceEditorial qPlaceEditorial_nf :: QPlaceEditorial t1 -> IO (QPlaceEditorial ()) # | |
QqPlaceEditorial_nf (QPlaceContent t1) # | |
Defined in Qtc.Location.QPlaceEditorial qPlaceEditorial_nf :: QPlaceContent t1 -> IO (QPlaceEditorial ()) # |
qPlaceEditorial_delete :: QPlaceEditorial a -> IO () #
Orphan instances
QsetTitle (QPlaceEditorial a) String # | |
setTitle :: QPlaceEditorial a -> String -> IO () # | |
QsetText (QPlaceEditorial a) String # | |
setText :: QPlaceEditorial a -> String -> IO () # | |
QsetLanguage (QPlaceEditorial a) String # | |
setLanguage :: QPlaceEditorial a -> String -> IO () # | |
Qtitle (QPlaceEditorial a) () (IO String) # | |
title :: QPlaceEditorial a -> () -> IO String # | |
Qtext (QPlaceEditorial a) () (IO String) # | |
text :: QPlaceEditorial a -> () -> IO String # | |
Qlanguage (QPlaceEditorial a) () (IO String) # | |
language :: QPlaceEditorial a -> () -> IO String # | |
Qqone (QPlaceEditorial ()) (QPlaceContent t1) # | |
qone :: QPlaceEditorial () -> QPlaceContent t1 -> IO Bool # | |
Qqone (QPlaceEditorialSc a) (QPlaceContent t1) # | |
qone :: QPlaceEditorialSc a -> QPlaceContent t1 -> IO Bool # | |
Qqoe (QPlaceEditorial ()) (QPlaceContent t1) # | |
qoe :: QPlaceEditorial () -> QPlaceContent t1 -> IO Bool # | |
Qqoe (QPlaceEditorialSc a) (QPlaceContent t1) # | |
qoe :: QPlaceEditorialSc a -> QPlaceContent t1 -> IO Bool # |