Documentation
class QqQmlContextTrUtf8 x1 where #
qQmlContextTrUtf8 :: x1 -> IO String #
Instances
QqQmlContextTrUtf8 String # | |
Defined in Qtc.Qml.QQmlContext qQmlContextTrUtf8 :: String -> IO String # | |
QqQmlContextTrUtf8 (String, String) # | |
Defined in Qtc.Qml.QQmlContext qQmlContextTrUtf8 :: (String, String) -> IO String # | |
QqQmlContextTrUtf8 (String, String, Int) # | |
Defined in Qtc.Qml.QQmlContext qQmlContextTrUtf8 :: (String, String, Int) -> IO String # |
class QqQmlContext x1 where #
qQmlContext :: x1 -> IO (QQmlContext ()) #
Instances
QqQmlContext (QQmlEngine t1) # | |
Defined in Qtc.Qml.QQmlContext qQmlContext :: QQmlEngine t1 -> IO (QQmlContext ()) # | |
QqQmlContext (QQmlContext t1) # | |
Defined in Qtc.Qml.QQmlContext qQmlContext :: QQmlContext t1 -> IO (QQmlContext ()) # | |
QqQmlContext (QQmlEngine t1, QObject t2) # | |
Defined in Qtc.Qml.QQmlContext qQmlContext :: (QQmlEngine t1, QObject t2) -> IO (QQmlContext ()) # | |
QqQmlContext (QQmlContext t1, QObject t2) # | |
Defined in Qtc.Qml.QQmlContext qQmlContext :: (QQmlContext t1, QObject t2) -> IO (QQmlContext ()) # |
contextObject :: QQmlContext a -> () -> IO (QObject ()) #
contextProperty :: QQmlContext a -> String -> IO (QVariant ()) #
nameForObject :: QQmlContext a -> QObject t1 -> IO String #
resolvedUrl :: QQmlContext a -> QUrl t1 -> IO (QUrl ()) #
setContextObject :: QQmlContext a -> QObject t1 -> IO () #
class QsetContextProperty x1 where #
setContextProperty :: QQmlContext a -> x1 -> IO () #
Instances
QsetContextProperty (String, QVariant t2) # | |
Defined in Qtc.Qml.QQmlContext setContextProperty :: QQmlContext a -> (String, QVariant t2) -> IO () # | |
QsetContextProperty (String, QObject t2) # | |
Defined in Qtc.Qml.QQmlContext setContextProperty :: QQmlContext a -> (String, QObject t2) -> IO () # |
qQmlContext_delete :: QQmlContext a -> IO () #
qQmlContext_deleteLater :: QQmlContext a -> IO () #