Documentation
class QqShowEvent x1 where #
qShowEvent :: x1 -> IO (QShowEvent ()) #
Instances
QqShowEvent () # | |
Defined in Qtc.Gui.QShowEvent qShowEvent :: () -> IO (QShowEvent ()) # | |
QqShowEvent (QShowEvent t1) # | |
Defined in Qtc.Gui.QShowEvent qShowEvent :: QShowEvent t1 -> IO (QShowEvent ()) # |
class QqShowEvent_nf x1 where #
qShowEvent_nf :: x1 -> IO (QShowEvent ()) #
Instances
QqShowEvent_nf () # | |
Defined in Qtc.Gui.QShowEvent qShowEvent_nf :: () -> IO (QShowEvent ()) # | |
QqShowEvent_nf (QShowEvent t1) # | |
Defined in Qtc.Gui.QShowEvent qShowEvent_nf :: QShowEvent t1 -> IO (QShowEvent ()) # |
qShowEvent_delete :: QShowEvent a -> IO () #
qShowEvent_delete1 :: QShowEvent a -> IO () #
Orphan instances
QuserMethod (QShowEvent ()) () (IO ()) # | |
userMethod :: QShowEvent () -> Int -> () -> IO () # | |
QuserMethod (QShowEventSc a) () (IO ()) # | |
userMethod :: QShowEventSc a -> Int -> () -> IO () # | |
QuserMethod (QShowEvent ()) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QShowEvent () -> Int -> QVariant () -> IO (QVariant ()) # | |
QuserMethod (QShowEventSc a) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QShowEventSc a -> Int -> QVariant () -> IO (QVariant ()) # |