Documentation
class QqQmlComponentTrUtf8 x1 where #
qQmlComponentTrUtf8 :: x1 -> IO String #
Instances
QqQmlComponentTrUtf8 String # | |
Defined in Qtc.Qml.QQmlComponent qQmlComponentTrUtf8 :: String -> IO String # | |
QqQmlComponentTrUtf8 (String, String) # | |
Defined in Qtc.Qml.QQmlComponent qQmlComponentTrUtf8 :: (String, String) -> IO String # | |
QqQmlComponentTrUtf8 (String, String, Int) # | |
Defined in Qtc.Qml.QQmlComponent qQmlComponentTrUtf8 :: (String, String, Int) -> IO String # |
class QqQmlComponent x1 where #
qQmlComponent :: x1 -> IO (QQmlComponent ()) #
Instances
class QbeginCreate x0 x1 where #
beginCreate :: x0 -> x1 -> IO (QObject ()) #
Instances
QbeginCreate (QQmlComponent ()) (QQmlContext t1) # | |
Defined in Qtc.Qml.QQmlComponent beginCreate :: QQmlComponent () -> QQmlContext t1 -> IO (QObject ()) # | |
QbeginCreate (QQmlComponentSc a) (QQmlContext t1) # | |
Defined in Qtc.Qml.QQmlComponent beginCreate :: QQmlComponentSc a -> QQmlContext t1 -> IO (QObject ()) # |
class QcompleteCreate x0 x1 where #
completeCreate :: x0 -> x1 -> IO () #
Instances
QcompleteCreate (QQmlComponent ()) () # | |
Defined in Qtc.Qml.QQmlComponent completeCreate :: QQmlComponent () -> () -> IO () # | |
QcompleteCreate (QQmlComponentSc a) () # | |
Defined in Qtc.Qml.QQmlComponent completeCreate :: QQmlComponentSc a -> () -> IO () # |
creationContext :: QQmlComponent a -> () -> IO (QQmlContext ()) #
class QincubateObject x0 x1 where #
incubateObject :: x0 -> x1 -> IO () #
Instances
QincubateObject (QQmlComponent ()) (QQmlV4Function t1) # | |
Defined in Qtc.Qml.QQmlComponent incubateObject :: QQmlComponent () -> QQmlV4Function t1 -> IO () # | |
QincubateObject (QQmlComponentSc a) (QQmlV4Function t1) # | |
Defined in Qtc.Qml.QQmlComponent incubateObject :: QQmlComponentSc a -> QQmlV4Function t1 -> IO () # |
Instances
QloadUrl (QQmlComponent ()) (QUrl t1) # | |
Defined in Qtc.Qml.QQmlComponent loadUrl :: QQmlComponent () -> QUrl t1 -> IO () # | |
QloadUrl (QQmlComponentSc a) (QUrl t1) # | |
Defined in Qtc.Qml.QQmlComponent loadUrl :: QQmlComponentSc a -> QUrl t1 -> IO () # | |
QloadUrl (QQmlComponent ()) (QUrl t1, CompilationMode) # | |
Defined in Qtc.Qml.QQmlComponent loadUrl :: QQmlComponent () -> (QUrl t1, CompilationMode) -> IO () # | |
QloadUrl (QQmlComponentSc a) (QUrl t1, CompilationMode) # | |
Defined in Qtc.Qml.QQmlComponent loadUrl :: QQmlComponentSc a -> (QUrl t1, CompilationMode) -> IO () # |
qQmlComponentQmlAttachedProperties :: QObject t1 -> IO (QQmlComponentAttached ()) #
qQmlComponent_delete :: QQmlComponent a -> IO () #
qQmlComponent_deleteLater :: QQmlComponent a -> IO () #