Documentation
class QqScxmlEvent x1 where #
qScxmlEvent :: x1 -> IO (QScxmlEvent ()) #
Instances
QqScxmlEvent () # | |
Defined in Qtc.Scxml.QScxmlEvent qScxmlEvent :: () -> IO (QScxmlEvent ()) # | |
QqScxmlEvent (QScxmlEvent t1) # | |
Defined in Qtc.Scxml.QScxmlEvent qScxmlEvent :: QScxmlEvent t1 -> IO (QScxmlEvent ()) # |
class QqScxmlEvent_nf x1 where #
qScxmlEvent_nf :: x1 -> IO (QScxmlEvent ()) #
Instances
QqScxmlEvent_nf () # | |
Defined in Qtc.Scxml.QScxmlEvent qScxmlEvent_nf :: () -> IO (QScxmlEvent ()) # | |
QqScxmlEvent_nf (QScxmlEvent t1) # | |
Defined in Qtc.Scxml.QScxmlEvent qScxmlEvent_nf :: QScxmlEvent t1 -> IO (QScxmlEvent ()) # |
delay :: QScxmlEvent a -> () -> IO Int #
invokeId :: QScxmlEvent a -> () -> IO String #
isErrorEvent :: QScxmlEvent a -> () -> IO Bool #
originType :: QScxmlEvent a -> () -> IO String #
scxmlType :: QScxmlEvent a -> () -> IO String #
sendId :: QScxmlEvent a -> () -> IO String #
setDelay :: QScxmlEvent a -> Int -> IO () #
setErrorMessage :: QScxmlEvent a -> String -> IO () #
setInvokeId :: QScxmlEvent a -> String -> IO () #
setOriginType :: QScxmlEvent a -> String -> IO () #
setSendId :: QScxmlEvent a -> String -> IO () #
qScxmlEvent_delete :: QScxmlEvent a -> IO () #