Documentation
class QqScxmlCompiler x1 where #
qScxmlCompiler :: x1 -> IO (QScxmlCompiler ()) #
Instances
QqScxmlCompiler (QXmlStreamReader t1) # | |
Defined in Qtc.Scxml.QScxmlCompiler qScxmlCompiler :: QXmlStreamReader t1 -> IO (QScxmlCompiler ()) # | |
QqScxmlCompiler (QScxmlCompiler t1) # | |
Defined in Qtc.Scxml.QScxmlCompiler qScxmlCompiler :: QScxmlCompiler t1 -> IO (QScxmlCompiler ()) # |
class QqScxmlCompiler_nf x1 where #
qScxmlCompiler_nf :: x1 -> IO (QScxmlCompiler ()) #
Instances
QqScxmlCompiler_nf (QXmlStreamReader t1) # | |
Defined in Qtc.Scxml.QScxmlCompiler qScxmlCompiler_nf :: QXmlStreamReader t1 -> IO (QScxmlCompiler ()) # | |
QqScxmlCompiler_nf (QScxmlCompiler t1) # | |
Defined in Qtc.Scxml.QScxmlCompiler qScxmlCompiler_nf :: QScxmlCompiler t1 -> IO (QScxmlCompiler ()) # |
qScxmlCompiler_delete :: QScxmlCompiler a -> IO () #
Orphan instances
Qloader (QScxmlCompiler a) () # | |
loader :: QScxmlCompiler a -> () -> IO (QScxmlCompiler_Loader ()) # | |
QsetFileName (QScxmlCompiler a) String # | |
setFileName :: QScxmlCompiler a -> String -> IO () # | |
QfileName (QScxmlCompiler a) () # | |
fileName :: QScxmlCompiler a -> () -> IO String # | |
Qerrors (QScxmlCompiler a) () (IO [QScxmlError ()]) # | |
errors :: QScxmlCompiler a -> () -> IO [QScxmlError ()] # | |
Qcompile (QScxmlCompiler a) () (IO (QScxmlStateMachine ())) # | |
compile :: QScxmlCompiler a -> () -> IO (QScxmlStateMachine ()) # | |
QsetLoader (QScxmlCompiler a) (QScxmlCompiler_Loader t1) # | |
setLoader :: QScxmlCompiler a -> QScxmlCompiler_Loader t1 -> IO () # |