Qtc.Scxml.QScxmlStateMachine
Contents
Documentation
qScxmlStateMachineOnEntry :: (QObject t1, String) -> IO (QstdfunctionVoidBool ()) #
qScxmlStateMachineOnExit :: (QObject t1, String) -> IO (QstdfunctionVoidBool ()) #
class QqScxmlStateMachineTrUtf8 x1 where #
Methods
qScxmlStateMachineTrUtf8 :: x1 -> IO String #
Instances
| QqScxmlStateMachineTrUtf8 String # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods qScxmlStateMachineTrUtf8 :: String -> IO String # | |
| QqScxmlStateMachineTrUtf8 (String, String) # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods qScxmlStateMachineTrUtf8 :: (String, String) -> IO String # | |
| QqScxmlStateMachineTrUtf8 (String, String, Int) # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods qScxmlStateMachineTrUtf8 :: (String, String, Int) -> IO String # | |
class QqScxmlStateMachineFromData x1 where #
Methods
qScxmlStateMachineFromData :: x1 -> IO (QScxmlStateMachine ()) #
Instances
| QqScxmlStateMachineFromData (QIODevice t1) # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods qScxmlStateMachineFromData :: QIODevice t1 -> IO (QScxmlStateMachine ()) # | |
| QqScxmlStateMachineFromData (QIODevice t1, String) # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods qScxmlStateMachineFromData :: (QIODevice t1, String) -> IO (QScxmlStateMachine ()) # | |
class QqScxmlStateMachine x1 where #
Methods
qScxmlStateMachine :: x1 -> IO (QScxmlStateMachine ()) #
Instances
| QqScxmlStateMachine (QMetaObject t1) # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods qScxmlStateMachine :: QMetaObject t1 -> IO (QScxmlStateMachine ()) # | |
| QqScxmlStateMachine (QMetaObject t1, QObject t2) # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods qScxmlStateMachine :: (QMetaObject t1, QObject t2) -> IO (QScxmlStateMachine ()) # | |
class QactiveStateNames x1 where #
Methods
activeStateNames :: QScxmlStateMachine a -> x1 -> IO [String] #
Instances
| QactiveStateNames Bool # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods activeStateNames :: QScxmlStateMachine a -> Bool -> IO [String] # | |
| QactiveStateNames () # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods activeStateNames :: QScxmlStateMachine a -> () -> IO [String] # | |
class QconnectToEvent x1 where #
Methods
connectToEvent :: QScxmlStateMachine a -> x1 -> IO (QMetaObject_Connection ()) #
Instances
| QconnectToEvent (String, QObject t2, String) # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods connectToEvent :: QScxmlStateMachine a -> (String, QObject t2, String) -> IO (QMetaObject_Connection ()) # | |
| QconnectToEvent (String, QObject t2, String, ConnectionType) # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods connectToEvent :: QScxmlStateMachine a -> (String, QObject t2, String, ConnectionType) -> IO (QMetaObject_Connection ()) # | |
class QconnectToState x1 where #
Methods
connectToState :: QScxmlStateMachine a -> x1 -> IO (QMetaObject_Connection ()) #
Instances
| QconnectToState (String, QObject t2, String) # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods connectToState :: QScxmlStateMachine a -> (String, QObject t2, String) -> IO (QMetaObject_Connection ()) # | |
| QconnectToState (String, QObject t2, String, ConnectionType) # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods connectToState :: QScxmlStateMachine a -> (String, QObject t2, String, ConnectionType) -> IO (QMetaObject_Connection ()) # | |
dataModel :: QScxmlStateMachine a -> () -> IO (QScxmlDataModel ()) #
qScxmlStateMachineFromFile :: String -> IO (QScxmlStateMachine ()) #
initialValues :: QScxmlStateMachine a -> () -> IO [(String, QVariant ())] #
invokedServices :: QScxmlStateMachine a -> () -> IO [QScxmlInvokableService ()] #
isDispatchableTarget :: QScxmlStateMachine a -> String -> IO Bool #
isInvoked :: QScxmlStateMachine a -> () -> IO Bool #
parseErrors :: QScxmlStateMachine a -> () -> IO [QScxmlError ()] #
setDataModel :: QScxmlStateMachine a -> QScxmlDataModel t1 -> IO () #
setInitialValues :: QScxmlStateMachine a -> [(String, QVariant t1_2)] -> IO () #
setTableData :: QScxmlStateMachine a -> QScxmlTableData t1 -> IO () #
class QstateNames x1 where #
Methods
stateNames :: QScxmlStateMachine a -> x1 -> IO [String] #
Instances
| QstateNames Bool # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods stateNames :: QScxmlStateMachine a -> Bool -> IO [String] # | |
| QstateNames () # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods stateNames :: QScxmlStateMachine a -> () -> IO [String] # | |
class QsubmitEvent x1 where #
Methods
submitEvent :: QScxmlStateMachine a -> x1 -> IO () #
Instances
| QsubmitEvent String # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods submitEvent :: QScxmlStateMachine a -> String -> IO () # | |
| QsubmitEvent (QScxmlEvent t1) # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods submitEvent :: QScxmlStateMachine a -> QScxmlEvent t1 -> IO () # | |
| QsubmitEvent (String, QVariant t2) # | |
Defined in Qtc.Scxml.QScxmlStateMachine Methods submitEvent :: QScxmlStateMachine a -> (String, QVariant t2) -> IO () # | |
tableData :: QScxmlStateMachine a -> () -> IO (QScxmlTableData ()) #
qScxmlStateMachine_delete :: QScxmlStateMachine a -> IO () #
qScxmlStateMachine_deleteLater :: QScxmlStateMachine a -> IO () #