Documentation
class QqStateMachine x1 where #
qStateMachine :: x1 -> IO (QStateMachine ()) #
Instances
QqStateMachine () # | |
Defined in Qtc.Core.QStateMachine qStateMachine :: () -> IO (QStateMachine ()) # | |
QqStateMachine ChildMode # | |
Defined in Qtc.Core.QStateMachine qStateMachine :: ChildMode -> IO (QStateMachine ()) # | |
QqStateMachine (QObject t1) # | |
Defined in Qtc.Core.QStateMachine qStateMachine :: QObject t1 -> IO (QStateMachine ()) # | |
QqStateMachine (ChildMode, QObject t2) # | |
Defined in Qtc.Core.QStateMachine qStateMachine :: (ChildMode, QObject t2) -> IO (QStateMachine ()) # |
addDefaultAnimation :: QStateMachine a -> QAbstractAnimation t1 -> IO () #
addState :: QStateMachine a -> QAbstractState t1 -> IO () #
class QbeginMicrostep x0 x1 where #
beginMicrostep :: x0 -> x1 -> IO () #
Instances
QbeginMicrostep (QStateMachine ()) (QEvent t1) # | |
Defined in Qtc.Core.QStateMachine beginMicrostep :: QStateMachine () -> QEvent t1 -> IO () # | |
QbeginMicrostep (QStateMachineSc a) (QEvent t1) # | |
Defined in Qtc.Core.QStateMachine beginMicrostep :: QStateMachineSc a -> QEvent t1 -> IO () # |
class QbeginSelectTransitions x0 x1 where #
beginSelectTransitions :: x0 -> x1 -> IO () #
Instances
QbeginSelectTransitions (QStateMachine ()) (QEvent t1) # | |
Defined in Qtc.Core.QStateMachine beginSelectTransitions :: QStateMachine () -> QEvent t1 -> IO () # | |
QbeginSelectTransitions (QStateMachineSc a) (QEvent t1) # | |
Defined in Qtc.Core.QStateMachine beginSelectTransitions :: QStateMachineSc a -> QEvent t1 -> IO () # |
defaultAnimations :: QStateMachine a -> () -> IO [QAbstractAnimation ()] #
class QendMicrostep x0 x1 where #
endMicrostep :: x0 -> x1 -> IO () #
Instances
QendMicrostep (QStateMachine ()) (QEvent t1) # | |
Defined in Qtc.Core.QStateMachine endMicrostep :: QStateMachine () -> QEvent t1 -> IO () # | |
QendMicrostep (QStateMachineSc a) (QEvent t1) # | |
Defined in Qtc.Core.QStateMachine endMicrostep :: QStateMachineSc a -> QEvent t1 -> IO () # |
class QendSelectTransitions x0 x1 where #
endSelectTransitions :: x0 -> x1 -> IO () #
Instances
QendSelectTransitions (QStateMachine ()) (QEvent t1) # | |
Defined in Qtc.Core.QStateMachine endSelectTransitions :: QStateMachine () -> QEvent t1 -> IO () # | |
QendSelectTransitions (QStateMachineSc a) (QEvent t1) # | |
Defined in Qtc.Core.QStateMachine endSelectTransitions :: QStateMachineSc a -> QEvent t1 -> IO () # |
globalRestorePolicy :: QStateMachine a -> () -> IO RestorePolicy #
postDelayedEvent :: QStateMachine a -> (QEvent t1, Int) -> IO Int #
removeDefaultAnimation :: QStateMachine a -> QAbstractAnimation t1 -> IO () #
removeState :: QStateMachine a -> QAbstractState t1 -> IO () #
setGlobalRestorePolicy :: QStateMachine a -> RestorePolicy -> IO () #
class QqStateMachineTrUtf8 x1 where #
qStateMachineTrUtf8 :: x1 -> IO String #
Instances
QqStateMachineTrUtf8 String # | |
Defined in Qtc.Core.QStateMachine qStateMachineTrUtf8 :: String -> IO String # | |
QqStateMachineTrUtf8 (String, String) # | |
Defined in Qtc.Core.QStateMachine qStateMachineTrUtf8 :: (String, String) -> IO String # | |
QqStateMachineTrUtf8 (String, String, Int) # | |
Defined in Qtc.Core.QStateMachine qStateMachineTrUtf8 :: (String, String, Int) -> IO String # |
qStateMachine_delete :: QStateMachine a -> IO () #
qStateMachine_deleteLater :: QStateMachine a -> IO () #