Qtc.Qml.QQmlComponent_h

Contents

Documentation

class QbeginCreate_h x0 x1 where #

Methods

beginCreate_h :: x0 -> x1 -> IO (QObject ()) #

Instances
QbeginCreate_h (QQmlComponent ()) (QQmlContext t1) # 
Instance details

Defined in Qtc.Qml.QQmlComponent_h

Methods

beginCreate_h :: QQmlComponent () -> QQmlContext t1 -> IO (QObject ()) #

QbeginCreate_h (QQmlComponentSc a) (QQmlContext t1) # 
Instance details

Defined in Qtc.Qml.QQmlComponent_h

Methods

beginCreate_h :: QQmlComponentSc a -> QQmlContext t1 -> IO (QObject ()) #

class QcompleteCreate_h x0 x1 where #

Methods

completeCreate_h :: x0 -> x1 -> IO () #

Instances
QcompleteCreate_h (QQmlComponent ()) () # 
Instance details

Defined in Qtc.Qml.QQmlComponent_h

Methods

completeCreate_h :: QQmlComponent () -> () -> IO () #

QcompleteCreate_h (QQmlComponentSc a) () # 
Instance details

Defined in Qtc.Qml.QQmlComponent_h

Methods

completeCreate_h :: QQmlComponentSc a -> () -> IO () #

class QloadUrl_h x0 x1 where #

Methods

loadUrl_h :: x0 -> x1 -> IO () #

Instances
QloadUrl_h (QQmlComponent ()) (QUrl t1) # 
Instance details

Defined in Qtc.Qml.QQmlComponent_h

Methods

loadUrl_h :: QQmlComponent () -> QUrl t1 -> IO () #

QloadUrl_h (QQmlComponentSc a) (QUrl t1) # 
Instance details

Defined in Qtc.Qml.QQmlComponent_h

Methods

loadUrl_h :: QQmlComponentSc a -> QUrl t1 -> IO () #

QloadUrl_h (QQmlComponent ()) (QUrl t1, CompilationMode) # 
Instance details

Defined in Qtc.Qml.QQmlComponent_h

Methods

loadUrl_h :: QQmlComponent () -> (QUrl t1, CompilationMode) -> IO () #

QloadUrl_h (QQmlComponentSc a) (QUrl t1, CompilationMode) # 
Instance details

Defined in Qtc.Qml.QQmlComponent_h

Methods

loadUrl_h :: QQmlComponentSc a -> (QUrl t1, CompilationMode) -> IO () #

Orphan instances

QunSetHandler (QQmlComponent ()) # 
Instance details

Methods

unSetHandler :: QQmlComponent () -> String -> IO Bool #

QunSetHandler (QQmlComponentSc a) # 
Instance details

Methods

unSetHandler :: QQmlComponentSc a -> String -> IO Bool #

QunSetUserMethodVariantList (QQmlComponent ()) # 
Instance details

Methods

unSetUserMethodVariantList :: QQmlComponent () -> Int -> IO Bool #

QunSetUserMethodVariantList (QQmlComponentSc a) # 
Instance details

Methods

unSetUserMethodVariantList :: QQmlComponentSc a -> Int -> IO Bool #

QunSetUserMethodVariant (QQmlComponent ()) # 
Instance details

Methods

unSetUserMethodVariant :: QQmlComponent () -> Int -> IO Bool #

QunSetUserMethodVariant (QQmlComponentSc a) # 
Instance details

Methods

unSetUserMethodVariant :: QQmlComponentSc a -> Int -> IO Bool #

QunSetUserMethod (QQmlComponent ()) # 
Instance details

Methods

unSetUserMethod :: QQmlComponent () -> Int -> IO Bool #

QunSetUserMethod (QQmlComponentSc a) # 
Instance details

Methods

unSetUserMethod :: QQmlComponentSc a -> Int -> IO Bool #

QtimerEvent_h (QQmlComponent ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent_h :: QQmlComponent () -> QTimerEvent t1 -> IO () #

QtimerEvent_h (QQmlComponentSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent_h :: QQmlComponentSc a -> QTimerEvent t1 -> IO () #

Qevent_h (QQmlComponent ()) (QEvent t1) # 
Instance details

Methods

event_h :: QQmlComponent () -> QEvent t1 -> IO Bool #

Qevent_h (QQmlComponentSc a) (QEvent t1) # 
Instance details

Methods

event_h :: QQmlComponentSc a -> QEvent t1 -> IO Bool #

QdisconnectNotify_h (QQmlComponent ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify_h :: QQmlComponent () -> QMetaMethod t1 -> IO () #

QdisconnectNotify_h (QQmlComponentSc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify_h :: QQmlComponentSc a -> QMetaMethod t1 -> IO () #

QcustomEvent_h (QQmlComponent ()) (QEvent t1) # 
Instance details

Methods

customEvent_h :: QQmlComponent () -> QEvent t1 -> IO () #

QcustomEvent_h (QQmlComponentSc a) (QEvent t1) # 
Instance details

Methods

customEvent_h :: QQmlComponentSc a -> QEvent t1 -> IO () #

QconnectNotify_h (QQmlComponent ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify_h :: QQmlComponent () -> QMetaMethod t1 -> IO () #

QconnectNotify_h (QQmlComponentSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify_h :: QQmlComponentSc a -> QMetaMethod t1 -> IO () #

QchildEvent_h (QQmlComponent ()) (QChildEvent t1) # 
Instance details

Methods

childEvent_h :: QQmlComponent () -> QChildEvent t1 -> IO () #

QchildEvent_h (QQmlComponentSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent_h :: QQmlComponentSc a -> QChildEvent t1 -> IO () #

Qcreate_h (QQmlComponent ()) (QQmlContext t1) (IO (QObject ())) # 
Instance details

Methods

create_h :: QQmlComponent () -> QQmlContext t1 -> IO (QObject ()) #

Qcreate_h (QQmlComponentSc a) (QQmlContext t1) (IO (QObject ())) # 
Instance details

Methods

create_h :: QQmlComponentSc a -> QQmlContext t1 -> IO (QObject ()) #

QeventFilter_h (QQmlComponent ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter_h :: QQmlComponent () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter_h (QQmlComponentSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter_h :: QQmlComponentSc a -> (QObject t1, QEvent t2) -> IO Bool #

QsetHandler (QQmlComponent ()) (QQmlComponent x0 -> QObject t1 -> QEvent t2 -> IO Bool) # 
Instance details

Methods

setHandler :: QQmlComponent () -> String -> (QQmlComponent x0 -> QObject t1 -> QEvent t2 -> IO Bool) -> IO () #

QsetHandler (QQmlComponent ()) (QQmlComponent x0 -> QEvent t1 -> IO Bool) # 
Instance details

Methods

setHandler :: QQmlComponent () -> String -> (QQmlComponent x0 -> QEvent t1 -> IO Bool) -> IO () #

QsetHandler (QQmlComponent ()) (QQmlComponent x0 -> QMetaMethod t1 -> IO ()) # 
Instance details

Methods

setHandler :: QQmlComponent () -> String -> (QQmlComponent x0 -> QMetaMethod t1 -> IO ()) -> IO () #

QsetHandler (QQmlComponent ()) (QQmlComponent x0 -> QEvent t1 -> IO ()) # 
Instance details

Methods

setHandler :: QQmlComponent () -> String -> (QQmlComponent x0 -> QEvent t1 -> IO ()) -> IO () #

QsetHandler (QQmlComponent ()) (QQmlComponent x0 -> QUrl t1 -> CompilationMode -> IO ()) # 
Instance details

Methods

setHandler :: QQmlComponent () -> String -> (QQmlComponent x0 -> QUrl t1 -> CompilationMode -> IO ()) -> IO () #

QsetHandler (QQmlComponent ()) (QQmlComponent x0 -> QUrl t1 -> IO ()) # 
Instance details

Methods

setHandler :: QQmlComponent () -> String -> (QQmlComponent x0 -> QUrl t1 -> IO ()) -> IO () #

QsetHandler (QQmlComponent ()) (QQmlComponent x0 -> IO ()) # 
Instance details

Methods

setHandler :: QQmlComponent () -> String -> (QQmlComponent x0 -> IO ()) -> IO () #

QsetHandler (QQmlComponent ()) (QQmlComponent x0 -> QByteArray t1 -> QUrl t2 -> IO ()) # 
Instance details

Methods

setHandler :: QQmlComponent () -> String -> (QQmlComponent x0 -> QByteArray t1 -> QUrl t2 -> IO ()) -> IO () #

QsetHandler (QQmlComponent ()) (QQmlComponent x0 -> QObject t1 -> IO (QObject t0)) # 
Instance details

Methods

setHandler :: QQmlComponent () -> String -> (QQmlComponent x0 -> QObject t1 -> IO (QObject t0)) -> IO () #

QsetHandler (QQmlComponentSc a) (QQmlComponent x0 -> QObject t1 -> QEvent t2 -> IO Bool) # 
Instance details

Methods

setHandler :: QQmlComponentSc a -> String -> (QQmlComponent x0 -> QObject t1 -> QEvent t2 -> IO Bool) -> IO () #

QsetHandler (QQmlComponentSc a) (QQmlComponent x0 -> QEvent t1 -> IO Bool) # 
Instance details

Methods

setHandler :: QQmlComponentSc a -> String -> (QQmlComponent x0 -> QEvent t1 -> IO Bool) -> IO () #

QsetHandler (QQmlComponentSc a) (QQmlComponent x0 -> QMetaMethod t1 -> IO ()) # 
Instance details

Methods

setHandler :: QQmlComponentSc a -> String -> (QQmlComponent x0 -> QMetaMethod t1 -> IO ()) -> IO () #

QsetHandler (QQmlComponentSc a) (QQmlComponent x0 -> QEvent t1 -> IO ()) # 
Instance details

Methods

setHandler :: QQmlComponentSc a -> String -> (QQmlComponent x0 -> QEvent t1 -> IO ()) -> IO () #

QsetHandler (QQmlComponentSc a) (QQmlComponent x0 -> QUrl t1 -> CompilationMode -> IO ()) # 
Instance details

Methods

setHandler :: QQmlComponentSc a -> String -> (QQmlComponent x0 -> QUrl t1 -> CompilationMode -> IO ()) -> IO () #

QsetHandler (QQmlComponentSc a) (QQmlComponent x0 -> QUrl t1 -> IO ()) # 
Instance details

Methods

setHandler :: QQmlComponentSc a -> String -> (QQmlComponent x0 -> QUrl t1 -> IO ()) -> IO () #

QsetHandler (QQmlComponentSc a) (QQmlComponent x0 -> IO ()) # 
Instance details

Methods

setHandler :: QQmlComponentSc a -> String -> (QQmlComponent x0 -> IO ()) -> IO () #

QsetHandler (QQmlComponentSc a) (QQmlComponent x0 -> QByteArray t1 -> QUrl t2 -> IO ()) # 
Instance details

Methods

setHandler :: QQmlComponentSc a -> String -> (QQmlComponent x0 -> QByteArray t1 -> QUrl t2 -> IO ()) -> IO () #

QsetHandler (QQmlComponentSc a) (QQmlComponent x0 -> QObject t1 -> IO (QObject t0)) # 
Instance details

Methods

setHandler :: QQmlComponentSc a -> String -> (QQmlComponent x0 -> QObject t1 -> IO (QObject t0)) -> IO () #

QsetUserMethod (QQmlComponent ()) (QQmlComponent x0 -> QVariant () -> IO (QVariant ())) # 
Instance details

Methods

setUserMethod :: QQmlComponent () -> Int -> (QQmlComponent x0 -> QVariant () -> IO (QVariant ())) -> IO () #

QsetUserMethod (QQmlComponent ()) (QQmlComponent x0 -> IO ()) # 
Instance details

Methods

setUserMethod :: QQmlComponent () -> Int -> (QQmlComponent x0 -> IO ()) -> IO () #

QsetUserMethod (QQmlComponentSc a) (QQmlComponent x0 -> QVariant () -> IO (QVariant ())) # 
Instance details

Methods

setUserMethod :: QQmlComponentSc a -> Int -> (QQmlComponent x0 -> QVariant () -> IO (QVariant ())) -> IO () #

QsetUserMethod (QQmlComponentSc a) (QQmlComponent x0 -> IO ()) # 
Instance details

Methods

setUserMethod :: QQmlComponentSc a -> Int -> (QQmlComponent x0 -> IO ()) -> IO () #

QsetData_h (QQmlComponent ()) (QByteArray t1, QUrl t2) (IO ()) # 
Instance details

Methods

setData_h :: QQmlComponent () -> (QByteArray t1, QUrl t2) -> IO () #

QsetData_h (QQmlComponentSc a) (QByteArray t1, QUrl t2) (IO ()) # 
Instance details

Methods

setData_h :: QQmlComponentSc a -> (QByteArray t1, QUrl t2) -> IO () #