Documentation
qScxmlStateMachineOnEntry :: (QObject t1, String) -> IO (QstdfunctionVoidBool ()) #
qScxmlStateMachineOnExit :: (QObject t1, String) -> IO (QstdfunctionVoidBool ()) #
class QqScxmlStateMachineTrUtf8 x1 where #
qScxmlStateMachineTrUtf8 :: x1 -> IO String #
Instances
QqScxmlStateMachineTrUtf8 String # | |
Defined in Qtc.Scxml.QScxmlStateMachine qScxmlStateMachineTrUtf8 :: String -> IO String # | |
QqScxmlStateMachineTrUtf8 (String, String) # | |
Defined in Qtc.Scxml.QScxmlStateMachine qScxmlStateMachineTrUtf8 :: (String, String) -> IO String # | |
QqScxmlStateMachineTrUtf8 (String, String, Int) # | |
Defined in Qtc.Scxml.QScxmlStateMachine qScxmlStateMachineTrUtf8 :: (String, String, Int) -> IO String # |
class QqScxmlStateMachineFromData x1 where #
qScxmlStateMachineFromData :: x1 -> IO (QScxmlStateMachine ()) #
Instances
QqScxmlStateMachineFromData (QIODevice t1) # | |
Defined in Qtc.Scxml.QScxmlStateMachine qScxmlStateMachineFromData :: QIODevice t1 -> IO (QScxmlStateMachine ()) # | |
QqScxmlStateMachineFromData (QIODevice t1, String) # | |
Defined in Qtc.Scxml.QScxmlStateMachine qScxmlStateMachineFromData :: (QIODevice t1, String) -> IO (QScxmlStateMachine ()) # |
class QqScxmlStateMachine x1 where #
qScxmlStateMachine :: x1 -> IO (QScxmlStateMachine ()) #
Instances
QqScxmlStateMachine (QMetaObject t1) # | |
Defined in Qtc.Scxml.QScxmlStateMachine qScxmlStateMachine :: QMetaObject t1 -> IO (QScxmlStateMachine ()) # | |
QqScxmlStateMachine (QMetaObject t1, QObject t2) # | |
Defined in Qtc.Scxml.QScxmlStateMachine qScxmlStateMachine :: (QMetaObject t1, QObject t2) -> IO (QScxmlStateMachine ()) # |
class QactiveStateNames x1 where #
activeStateNames :: QScxmlStateMachine a -> x1 -> IO [String] #
Instances
QactiveStateNames Bool # | |
Defined in Qtc.Scxml.QScxmlStateMachine activeStateNames :: QScxmlStateMachine a -> Bool -> IO [String] # | |
QactiveStateNames () # | |
Defined in Qtc.Scxml.QScxmlStateMachine activeStateNames :: QScxmlStateMachine a -> () -> IO [String] # |
class QconnectToEvent x1 where #
connectToEvent :: QScxmlStateMachine a -> x1 -> IO (QMetaObject_Connection ()) #
Instances
QconnectToEvent (String, QObject t2, String) # | |
Defined in Qtc.Scxml.QScxmlStateMachine connectToEvent :: QScxmlStateMachine a -> (String, QObject t2, String) -> IO (QMetaObject_Connection ()) # | |
QconnectToEvent (String, QObject t2, String, ConnectionType) # | |
Defined in Qtc.Scxml.QScxmlStateMachine connectToEvent :: QScxmlStateMachine a -> (String, QObject t2, String, ConnectionType) -> IO (QMetaObject_Connection ()) # |
class QconnectToState x1 where #
connectToState :: QScxmlStateMachine a -> x1 -> IO (QMetaObject_Connection ()) #
Instances
QconnectToState (String, QObject t2, String) # | |
Defined in Qtc.Scxml.QScxmlStateMachine connectToState :: QScxmlStateMachine a -> (String, QObject t2, String) -> IO (QMetaObject_Connection ()) # | |
QconnectToState (String, QObject t2, String, ConnectionType) # | |
Defined in Qtc.Scxml.QScxmlStateMachine 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 #
stateNames :: QScxmlStateMachine a -> x1 -> IO [String] #
Instances
QstateNames Bool # | |
Defined in Qtc.Scxml.QScxmlStateMachine stateNames :: QScxmlStateMachine a -> Bool -> IO [String] # | |
QstateNames () # | |
Defined in Qtc.Scxml.QScxmlStateMachine stateNames :: QScxmlStateMachine a -> () -> IO [String] # |
class QsubmitEvent x1 where #
submitEvent :: QScxmlStateMachine a -> x1 -> IO () #
Instances
QsubmitEvent String # | |
Defined in Qtc.Scxml.QScxmlStateMachine submitEvent :: QScxmlStateMachine a -> String -> IO () # | |
QsubmitEvent (QScxmlEvent t1) # | |
Defined in Qtc.Scxml.QScxmlStateMachine submitEvent :: QScxmlStateMachine a -> QScxmlEvent t1 -> IO () # | |
QsubmitEvent (String, QVariant t2) # | |
Defined in Qtc.Scxml.QScxmlStateMachine submitEvent :: QScxmlStateMachine a -> (String, QVariant t2) -> IO () # |
tableData :: QScxmlStateMachine a -> () -> IO (QScxmlTableData ()) #
qScxmlStateMachine_delete :: QScxmlStateMachine a -> IO () #
qScxmlStateMachine_deleteLater :: QScxmlStateMachine a -> IO () #