Qtc.Qml.QQmlExpression

Contents

Documentation

class QqQmlExpressionTrUtf8 x1 where #

Methods

qQmlExpressionTrUtf8 :: x1 -> IO String #

Instances
QqQmlExpressionTrUtf8 String # 
Instance details

Defined in Qtc.Qml.QQmlExpression

Methods

qQmlExpressionTrUtf8 :: String -> IO String #

QqQmlExpressionTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Qml.QQmlExpression

Methods

qQmlExpressionTrUtf8 :: (String, String) -> IO String #

QqQmlExpressionTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Qml.QQmlExpression

Methods

qQmlExpressionTrUtf8 :: (String, String, Int) -> IO String #

class QqQmlExpression x1 where #

Methods

qQmlExpression :: x1 -> IO (QQmlExpression ()) #

Instances
QqQmlExpression () # 
Instance details

Defined in Qtc.Qml.QQmlExpression

Methods

qQmlExpression :: () -> IO (QQmlExpression ()) #

QqQmlExpression (QQmlScriptString t1) # 
Instance details

Defined in Qtc.Qml.QQmlExpression

QqQmlExpression (QQmlScriptString t1, QQmlContext t2) # 
Instance details

Defined in Qtc.Qml.QQmlExpression

QqQmlExpression (QQmlContext t1, QObject t2, String) # 
Instance details

Defined in Qtc.Qml.QQmlExpression

Methods

qQmlExpression :: (QQmlContext t1, QObject t2, String) -> IO (QQmlExpression ()) #

QqQmlExpression (QQmlScriptString t1, QQmlContext t2, QObject t3) # 
Instance details

Defined in Qtc.Qml.QQmlExpression

QqQmlExpression (QQmlContext t1, QObject t2, String, QObject t4) # 
Instance details

Defined in Qtc.Qml.QQmlExpression

Methods

qQmlExpression :: (QQmlContext t1, QObject t2, String, QObject t4) -> IO (QQmlExpression ()) #

QqQmlExpression (QQmlScriptString t1, QQmlContext t2, QObject t3, QObject t4) # 
Instance details

Defined in Qtc.Qml.QQmlExpression

expression :: QQmlExpression a -> () -> IO String #

notifyOnValueChanged :: QQmlExpression a -> () -> IO Bool #

scopeObject :: QQmlExpression a -> () -> IO (QObject ()) #

setExpression :: QQmlExpression a -> String -> IO () #

class QsetSourceLocation x1 where #

Methods

setSourceLocation :: QQmlExpression a -> x1 -> IO () #

Instances
QsetSourceLocation (String, Int) # 
Instance details

Defined in Qtc.Qml.QQmlExpression

Methods

setSourceLocation :: QQmlExpression a -> (String, Int) -> IO () #

QsetSourceLocation (String, Int, Int) # 
Instance details

Defined in Qtc.Qml.QQmlExpression

Methods

setSourceLocation :: QQmlExpression a -> (String, Int, Int) -> IO () #

sourceFile :: QQmlExpression a -> () -> IO String #

Orphan instances

QsenderSignalIndex (QQmlExpression ()) () # 
Instance details

Methods

senderSignalIndex :: QQmlExpression () -> () -> IO Int #

QsenderSignalIndex (QQmlExpressionSc a) () # 
Instance details

Methods

senderSignalIndex :: QQmlExpressionSc a -> () -> IO Int #

Qsender (QQmlExpression ()) () # 
Instance details

Methods

sender :: QQmlExpression () -> () -> IO (QObject ()) #

Qsender (QQmlExpressionSc a) () # 
Instance details

Methods

sender :: QQmlExpressionSc a -> () -> IO (QObject ()) #

Qreceivers (QQmlExpression ()) String # 
Instance details

Methods

receivers :: QQmlExpression () -> String -> IO Int #

Qreceivers (QQmlExpressionSc a) String # 
Instance details

Methods

receivers :: QQmlExpressionSc a -> String -> IO Int #

QlineNumber (QQmlExpression a) () # 
Instance details

Methods

lineNumber :: QQmlExpression a -> () -> IO Int #

QhasError (QQmlExpression a) () # 
Instance details

Methods

hasError :: QQmlExpression a -> () -> IO Bool #

QcolumnNumber (QQmlExpression a) () # 
Instance details

Methods

columnNumber :: QQmlExpression a -> () -> IO Int #

QclearError (QQmlExpression a) () # 
Instance details

Methods

clearError :: QQmlExpression a -> () -> IO () #

Qproperty (QQmlExpression ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QQmlExpression () -> String -> IO (QVariant ()) #

Qproperty (QQmlExpressionSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QQmlExpressionSc a -> String -> IO (QVariant ()) #

Qparent (QQmlExpression ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QQmlExpression () -> () -> IO (QObject ()) #

Qparent (QQmlExpressionSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QQmlExpressionSc a -> () -> IO (QObject ()) #

Qevaluate (QQmlExpression a) () (IO (QVariant ())) # 
Instance details

Methods

evaluate :: QQmlExpression a -> () -> IO (QVariant ()) #

Qqerror (QQmlExpression a) () (IO (QQmlError ())) # 
Instance details

Methods

qerror :: QQmlExpression a -> () -> IO (QQmlError ()) #

Qengine (QQmlExpression a) () (IO (QQmlEngine ())) # 
Instance details

Methods

engine :: QQmlExpression a -> () -> IO (QQmlEngine ()) #

Qcontext (QQmlExpression a) () (IO (QQmlContext ())) # 
Instance details

Methods

context :: QQmlExpression a -> () -> IO (QQmlContext ()) #

QuserMethod (QQmlExpression ()) () (IO ()) # 
Instance details

Methods

userMethod :: QQmlExpression () -> Int -> () -> IO () #

QuserMethod (QQmlExpressionSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QQmlExpressionSc a -> Int -> () -> IO () #

QtimerEvent (QQmlExpression ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QQmlExpression () -> QTimerEvent t1 -> IO () #

QtimerEvent (QQmlExpressionSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QQmlExpressionSc a -> QTimerEvent t1 -> IO () #

QisSignalConnected (QQmlExpression ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QQmlExpression () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QQmlExpressionSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QQmlExpressionSc a -> QMetaMethod t1 -> IO Bool #

QdisconnectNotify (QQmlExpression ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QQmlExpression () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QQmlExpressionSc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QQmlExpressionSc a -> QMetaMethod t1 -> IO () #

QcustomEvent (QQmlExpression ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QQmlExpression () -> QEvent t1 -> IO () #

QcustomEvent (QQmlExpressionSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QQmlExpressionSc a -> QEvent t1 -> IO () #

QconnectNotify (QQmlExpression ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QQmlExpression () -> QMetaMethod t1 -> IO () #

QconnectNotify (QQmlExpressionSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QQmlExpressionSc a -> QMetaMethod t1 -> IO () #

QchildEvent (QQmlExpression ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QQmlExpression () -> QChildEvent t1 -> IO () #

QchildEvent (QQmlExpressionSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QQmlExpressionSc a -> QChildEvent t1 -> IO () #

Qevent (QQmlExpression ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QQmlExpression () -> QEvent t1 -> IO Bool #

Qevent (QQmlExpressionSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QQmlExpressionSc a -> QEvent t1 -> IO Bool #

Qevaluate (QQmlExpression a) (QBoolPtr t1) (IO (QVariant ())) # 
Instance details

Methods

evaluate :: QQmlExpression a -> QBoolPtr t1 -> IO (QVariant ()) #

QuserMethod (QQmlExpression ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QQmlExpression () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QQmlExpressionSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QQmlExpressionSc a -> Int -> QVariant () -> IO (QVariant ()) #

QeventFilter (QQmlExpression ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QQmlExpression () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QQmlExpressionSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QQmlExpressionSc a -> (QObject t1, QEvent t2) -> IO Bool #