Qtc.Core.QStateMachine

Contents

Documentation

class QqStateMachine x1 where #

Methods

qStateMachine :: x1 -> IO (QStateMachine ()) #

Instances
QqStateMachine () # 
Instance details

Defined in Qtc.Core.QStateMachine

Methods

qStateMachine :: () -> IO (QStateMachine ()) #

QqStateMachine ChildMode # 
Instance details

Defined in Qtc.Core.QStateMachine

Methods

qStateMachine :: ChildMode -> IO (QStateMachine ()) #

QqStateMachine (QObject t1) # 
Instance details

Defined in Qtc.Core.QStateMachine

Methods

qStateMachine :: QObject t1 -> IO (QStateMachine ()) #

QqStateMachine (ChildMode, QObject t2) # 
Instance details

Defined in Qtc.Core.QStateMachine

Methods

qStateMachine :: (ChildMode, QObject t2) -> IO (QStateMachine ()) #

class QbeginMicrostep x0 x1 where #

Methods

beginMicrostep :: x0 -> x1 -> IO () #

Instances
QbeginMicrostep (QStateMachine ()) (QEvent t1) # 
Instance details

Defined in Qtc.Core.QStateMachine

Methods

beginMicrostep :: QStateMachine () -> QEvent t1 -> IO () #

QbeginMicrostep (QStateMachineSc a) (QEvent t1) # 
Instance details

Defined in Qtc.Core.QStateMachine

Methods

beginMicrostep :: QStateMachineSc a -> QEvent t1 -> IO () #

class QbeginSelectTransitions x0 x1 where #

Methods

beginSelectTransitions :: x0 -> x1 -> IO () #

Instances
QbeginSelectTransitions (QStateMachine ()) (QEvent t1) # 
Instance details

Defined in Qtc.Core.QStateMachine

Methods

beginSelectTransitions :: QStateMachine () -> QEvent t1 -> IO () #

QbeginSelectTransitions (QStateMachineSc a) (QEvent t1) # 
Instance details

Defined in Qtc.Core.QStateMachine

Methods

beginSelectTransitions :: QStateMachineSc a -> QEvent t1 -> IO () #

class QendMicrostep x0 x1 where #

Methods

endMicrostep :: x0 -> x1 -> IO () #

Instances
QendMicrostep (QStateMachine ()) (QEvent t1) # 
Instance details

Defined in Qtc.Core.QStateMachine

Methods

endMicrostep :: QStateMachine () -> QEvent t1 -> IO () #

QendMicrostep (QStateMachineSc a) (QEvent t1) # 
Instance details

Defined in Qtc.Core.QStateMachine

Methods

endMicrostep :: QStateMachineSc a -> QEvent t1 -> IO () #

class QendSelectTransitions x0 x1 where #

Methods

endSelectTransitions :: x0 -> x1 -> IO () #

Instances
QendSelectTransitions (QStateMachine ()) (QEvent t1) # 
Instance details

Defined in Qtc.Core.QStateMachine

Methods

endSelectTransitions :: QStateMachine () -> QEvent t1 -> IO () #

QendSelectTransitions (QStateMachineSc a) (QEvent t1) # 
Instance details

Defined in Qtc.Core.QStateMachine

Methods

endSelectTransitions :: QStateMachineSc a -> QEvent t1 -> IO () #

postDelayedEvent :: QStateMachine a -> (QEvent t1, Int) -> IO Int #

class QqStateMachineTrUtf8 x1 where #

Methods

qStateMachineTrUtf8 :: x1 -> IO String #

Instances
QqStateMachineTrUtf8 String # 
Instance details

Defined in Qtc.Core.QStateMachine

Methods

qStateMachineTrUtf8 :: String -> IO String #

QqStateMachineTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Core.QStateMachine

Methods

qStateMachineTrUtf8 :: (String, String) -> IO String #

QqStateMachineTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Core.QStateMachine

Methods

qStateMachineTrUtf8 :: (String, String, Int) -> IO String #

Orphan instances

QsetRunning (QStateMachine ()) Bool # 
Instance details

Methods

setRunning :: QStateMachine () -> Bool -> IO () #

QsetRunning (QStateMachineSc a) Bool # 
Instance details

Methods

setRunning :: QStateMachineSc a -> Bool -> IO () #

QsetAnimated (QStateMachine a) Bool # 
Instance details

Methods

setAnimated :: QStateMachine a -> Bool -> IO () #

QsenderSignalIndex (QStateMachine ()) () # 
Instance details

Methods

senderSignalIndex :: QStateMachine () -> () -> IO Int #

QsenderSignalIndex (QStateMachineSc a) () # 
Instance details

Methods

senderSignalIndex :: QStateMachineSc a -> () -> IO Int #

Qsender (QStateMachine ()) () # 
Instance details

Methods

sender :: QStateMachine () -> () -> IO (QObject ()) #

Qsender (QStateMachineSc a) () # 
Instance details

Methods

sender :: QStateMachineSc a -> () -> IO (QObject ()) #

Qreceivers (QStateMachine ()) String # 
Instance details

Methods

receivers :: QStateMachine () -> String -> IO Int #

Qreceivers (QStateMachineSc a) String # 
Instance details

Methods

receivers :: QStateMachineSc a -> String -> IO Int #

QisRunning (QStateMachine a) () # 
Instance details

Methods

isRunning :: QStateMachine a -> () -> IO Bool #

QisAnimated (QStateMachine a) () # 
Instance details

Methods

isAnimated :: QStateMachine a -> () -> IO Bool #

QerrorString (QStateMachine ()) () # 
Instance details

Methods

errorString :: QStateMachine () -> () -> IO String #

QerrorString (QStateMachineSc a) () # 
Instance details

Methods

errorString :: QStateMachineSc a -> () -> IO String #

QclearError (QStateMachine a) () # 
Instance details

Methods

clearError :: QStateMachine a -> () -> IO () #

Qstop (QStateMachine ()) () (IO ()) # 
Instance details

Methods

stop :: QStateMachine () -> () -> IO () #

Qstop (QStateMachineSc a) () (IO ()) # 
Instance details

Methods

stop :: QStateMachineSc a -> () -> IO () #

Qstart (QStateMachine ()) () (IO ()) # 
Instance details

Methods

start :: QStateMachine () -> () -> IO () #

Qstart (QStateMachineSc a) () (IO ()) # 
Instance details

Methods

start :: QStateMachineSc a -> () -> IO () #

Qproperty (QStateMachine ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QStateMachine () -> String -> IO (QVariant ()) #

Qproperty (QStateMachineSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QStateMachineSc a -> String -> IO (QVariant ()) #

Qparent (QStateMachine ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QStateMachine () -> () -> IO (QObject ()) #

Qparent (QStateMachineSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QStateMachineSc a -> () -> IO (QObject ()) #

Qqerror (QStateMachine a) () (IO QStateMachine_Error) # 
Instance details

Methods

qerror :: QStateMachine a -> () -> IO QStateMachine_Error #

Qconfiguration (QStateMachine a) () (IO (QVoid ())) # 
Instance details

Methods

configuration :: QStateMachine a -> () -> IO (QVoid ()) #

QcancelDelayedEvent (QStateMachine a) Int (IO Bool) # 
Instance details

Methods

cancelDelayedEvent :: QStateMachine a -> Int -> IO Bool #

QuserMethod (QStateMachine ()) () (IO ()) # 
Instance details

Methods

userMethod :: QStateMachine () -> Int -> () -> IO () #

QuserMethod (QStateMachineSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QStateMachineSc a -> Int -> () -> IO () #

QtimerEvent (QStateMachine ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QStateMachine () -> QTimerEvent t1 -> IO () #

QtimerEvent (QStateMachineSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QStateMachineSc a -> QTimerEvent t1 -> IO () #

QpostEvent (QStateMachine a) (QEvent t1) # 
Instance details

Methods

postEvent :: QStateMachine a -> QEvent t1 -> IO () #

QisSignalConnected (QStateMachine ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QStateMachine () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QStateMachineSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QStateMachineSc a -> QMetaMethod t1 -> IO Bool #

QdisconnectNotify (QStateMachine ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QStateMachine () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QStateMachineSc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QStateMachineSc a -> QMetaMethod t1 -> IO () #

QcustomEvent (QStateMachine ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QStateMachine () -> QEvent t1 -> IO () #

QcustomEvent (QStateMachineSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QStateMachineSc a -> QEvent t1 -> IO () #

QconnectNotify (QStateMachine ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QStateMachine () -> QMetaMethod t1 -> IO () #

QconnectNotify (QStateMachineSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QStateMachineSc a -> QMetaMethod t1 -> IO () #

QchildEvent (QStateMachine ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QStateMachine () -> QChildEvent t1 -> IO () #

QchildEvent (QStateMachineSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QStateMachineSc a -> QChildEvent t1 -> IO () #

QonExit (QStateMachine ()) (QEvent t1) # 
Instance details

Methods

onExit :: QStateMachine () -> QEvent t1 -> IO () #

QonExit (QStateMachineSc a) (QEvent t1) # 
Instance details

Methods

onExit :: QStateMachineSc a -> QEvent t1 -> IO () #

QonEntry (QStateMachine ()) (QEvent t1) # 
Instance details

Methods

onEntry :: QStateMachine () -> QEvent t1 -> IO () #

QonEntry (QStateMachineSc a) (QEvent t1) # 
Instance details

Methods

onEntry :: QStateMachineSc a -> QEvent t1 -> IO () #

Qevent (QStateMachine ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QStateMachine () -> QEvent t1 -> IO Bool #

Qevent (QStateMachineSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QStateMachineSc a -> QEvent t1 -> IO Bool #

QuserMethod (QStateMachine ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QStateMachine () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QStateMachineSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QStateMachineSc a -> Int -> QVariant () -> IO (QVariant ()) #

QpostEvent (QStateMachine a) (QEvent t1, QStateMachine_EventPriority) # 
Instance details

QeventFilter (QStateMachine ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QStateMachine () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QStateMachineSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QStateMachineSc a -> (QObject t1, QEvent t2) -> IO Bool #