Documentation
class QqStateMachine_WrappedEvent x1 where #
qStateMachine_WrappedEvent :: x1 -> IO (QStateMachine_WrappedEvent ()) #
Instances
QqStateMachine_WrappedEvent (QStateMachine_WrappedEvent t1) # | |
Defined in Qtc.Core.QStateMachine_WrappedEvent qStateMachine_WrappedEvent :: QStateMachine_WrappedEvent t1 -> IO (QStateMachine_WrappedEvent ()) # | |
QqStateMachine_WrappedEvent (QObject t1, QEvent t2) # | |
Defined in Qtc.Core.QStateMachine_WrappedEvent qStateMachine_WrappedEvent :: (QObject t1, QEvent t2) -> IO (QStateMachine_WrappedEvent ()) # |
class QqStateMachine_WrappedEvent_nf x1 where #
qStateMachine_WrappedEvent_nf :: x1 -> IO (QStateMachine_WrappedEvent ()) #
Instances
QqStateMachine_WrappedEvent_nf (QStateMachine_WrappedEvent t1) # | |
Defined in Qtc.Core.QStateMachine_WrappedEvent | |
QqStateMachine_WrappedEvent_nf (QObject t1, QEvent t2) # | |
Defined in Qtc.Core.QStateMachine_WrappedEvent qStateMachine_WrappedEvent_nf :: (QObject t1, QEvent t2) -> IO (QStateMachine_WrappedEvent ()) # |
qStateMachine_WrappedEvent_delete :: QStateMachine_WrappedEvent a -> IO () #
qStateMachine_WrappedEvent_delete1 :: QStateMachine_WrappedEvent a -> IO () #
Orphan instances
Qobject (QStateMachine_WrappedEvent a) () (IO (QObject ())) # | |
object :: QStateMachine_WrappedEvent a -> () -> IO (QObject ()) # | |
Qevent (QStateMachine_WrappedEvent a) () (IO (QEvent ())) # | |
event :: QStateMachine_WrappedEvent a -> () -> IO (QEvent ()) # | |
QuserMethod (QStateMachine_WrappedEvent ()) () (IO ()) # | |
userMethod :: QStateMachine_WrappedEvent () -> Int -> () -> IO () # | |
QuserMethod (QStateMachine_WrappedEventSc a) () (IO ()) # | |
userMethod :: QStateMachine_WrappedEventSc a -> Int -> () -> IO () # | |
QuserMethod (QStateMachine_WrappedEvent ()) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QStateMachine_WrappedEvent () -> Int -> QVariant () -> IO (QVariant ()) # | |
QuserMethod (QStateMachine_WrappedEventSc a) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QStateMachine_WrappedEventSc a -> Int -> QVariant () -> IO (QVariant ()) # |