Documentation
qregisterMetaType_QWebChannel :: IO Int #
class QtoScriptValue_QWebChannel x where #
toScriptValue_QWebChannel :: QScriptEngine a -> x -> IO (QScriptValue ()) #
Instances
QtoScriptValue_QWebChannel (QWebChannel ()) # | |
Defined in Qtc.Webchannel.Meta toScriptValue_QWebChannel :: QScriptEngine a -> QWebChannel () -> IO (QScriptValue ()) # | |
QtoScriptValue_QWebChannel (QWebChannelSc ()) # | |
Defined in Qtc.Webchannel.Meta toScriptValue_QWebChannel :: QScriptEngine a -> QWebChannelSc () -> IO (QScriptValue ()) # |
fromScriptValue_QWebChannel :: QScriptEngine a -> QScriptValue b -> IO (QWebChannel ()) #
class QtoScriptValue_QWebChannelAbstractTransport x where #
toScriptValue_QWebChannelAbstractTransport :: QScriptEngine a -> x -> IO (QScriptValue ()) #
Instances
fromScriptValue_QWebChannelAbstractTransport :: QScriptEngine a -> QScriptValue b -> IO (QWebChannelAbstractTransport ()) #