Qtc.Qml.QQmlProperty

Contents

Documentation

hasNotifySignal :: QQmlProperty a -> () -> IO Bool #

isDesignable :: QQmlProperty a -> () -> IO Bool #

isResettable :: QQmlProperty a -> () -> IO Bool #

class QqQmlPropertyRead x1 where #

Methods

qQmlPropertyRead :: x1 -> IO (QVariant ()) #

Instances
QqQmlPropertyRead (QObject t1, String) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlPropertyRead :: (QObject t1, String) -> IO (QVariant ()) #

QqQmlPropertyRead (QObject t1, String, QQmlEngine t3) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlPropertyRead :: (QObject t1, String, QQmlEngine t3) -> IO (QVariant ()) #

QqQmlPropertyRead (QObject t1, String, QQmlContext t3) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlPropertyRead :: (QObject t1, String, QQmlContext t3) -> IO (QVariant ()) #

class QqQmlPropertyWrite x1 where #

Methods

qQmlPropertyWrite :: x1 -> IO Bool #

Instances
QqQmlPropertyWrite (QObject t1, String, QVariant t3) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlPropertyWrite :: (QObject t1, String, QVariant t3) -> IO Bool #

QqQmlPropertyWrite (QObject t1, String, QVariant t3, QQmlEngine t4) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlPropertyWrite :: (QObject t1, String, QVariant t3, QQmlEngine t4) -> IO Bool #

QqQmlPropertyWrite (QObject t1, String, QVariant t3, QQmlContext t4) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlPropertyWrite :: (QObject t1, String, QVariant t3, QQmlContext t4) -> IO Bool #

class QqQmlProperty x1 where #

Methods

qQmlProperty :: x1 -> IO (QQmlProperty ()) #

Instances
QqQmlProperty () # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlProperty :: () -> IO (QQmlProperty ()) #

QqQmlProperty (QObject t1) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlProperty :: QObject t1 -> IO (QQmlProperty ()) #

QqQmlProperty (QQmlProperty t1) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlProperty :: QQmlProperty t1 -> IO (QQmlProperty ()) #

QqQmlProperty (QObject t1, String) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlProperty :: (QObject t1, String) -> IO (QQmlProperty ()) #

QqQmlProperty (QObject t1, QQmlEngine t2) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlProperty :: (QObject t1, QQmlEngine t2) -> IO (QQmlProperty ()) #

QqQmlProperty (QObject t1, QQmlContext t2) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlProperty :: (QObject t1, QQmlContext t2) -> IO (QQmlProperty ()) #

QqQmlProperty (QObject t1, String, QQmlEngine t3) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlProperty :: (QObject t1, String, QQmlEngine t3) -> IO (QQmlProperty ()) #

QqQmlProperty (QObject t1, String, QQmlContext t3) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlProperty :: (QObject t1, String, QQmlContext t3) -> IO (QQmlProperty ()) #

class QqQmlProperty_nf x1 where #

Methods

qQmlProperty_nf :: x1 -> IO (QQmlProperty ()) #

Instances
QqQmlProperty_nf () # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlProperty_nf :: () -> IO (QQmlProperty ()) #

QqQmlProperty_nf (QObject t1) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlProperty_nf :: QObject t1 -> IO (QQmlProperty ()) #

QqQmlProperty_nf (QQmlProperty t1) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlProperty_nf :: QQmlProperty t1 -> IO (QQmlProperty ()) #

QqQmlProperty_nf (QObject t1, String) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlProperty_nf :: (QObject t1, String) -> IO (QQmlProperty ()) #

QqQmlProperty_nf (QObject t1, QQmlEngine t2) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlProperty_nf :: (QObject t1, QQmlEngine t2) -> IO (QQmlProperty ()) #

QqQmlProperty_nf (QObject t1, QQmlContext t2) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlProperty_nf :: (QObject t1, QQmlContext t2) -> IO (QQmlProperty ()) #

QqQmlProperty_nf (QObject t1, String, QQmlEngine t3) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlProperty_nf :: (QObject t1, String, QQmlEngine t3) -> IO (QQmlProperty ()) #

QqQmlProperty_nf (QObject t1, String, QQmlContext t3) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

qQmlProperty_nf :: (QObject t1, String, QQmlContext t3) -> IO (QQmlProperty ()) #

class QconnectNotifySignal x1 where #

Methods

connectNotifySignal :: QQmlProperty a -> x1 -> IO Bool #

Instances
QconnectNotifySignal (QObject t1, String) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

connectNotifySignal :: QQmlProperty a -> (QObject t1, String) -> IO Bool #

QconnectNotifySignal (QObject t1, Int) # 
Instance details

Defined in Qtc.Qml.QQmlProperty

Methods

connectNotifySignal :: QQmlProperty a -> (QObject t1, Int) -> IO Bool #

isProperty :: QQmlProperty a -> () -> IO Bool #

isSignalProperty :: QQmlProperty a -> () -> IO Bool #

needsNotifySignal :: QQmlProperty a -> () -> IO Bool #

propertyType :: QQmlProperty a -> () -> IO Int #

propertyTypeName :: QQmlProperty a -> () -> IO String #

Orphan instances

QisWritable (QQmlProperty a) () # 
Instance details

Methods

isWritable :: QQmlProperty a -> () -> IO Bool #

QqisValid (QQmlProperty ()) () # 
Instance details

Methods

qisValid :: QQmlProperty () -> () -> IO Bool #

QqisValid (QQmlPropertySc a) () # 
Instance details

Methods

qisValid :: QQmlPropertySc a -> () -> IO Bool #

Qqtype (QQmlProperty a) () (IO QQmlProperty_Type) # 
Instance details

Methods

qtype :: QQmlProperty a -> () -> IO QQmlProperty_Type #

Qreset (QQmlProperty a) () (IO Bool) # 
Instance details

Methods

reset :: QQmlProperty a -> () -> IO Bool #

Qqread (QQmlProperty a) () (IO (QVariant ())) # 
Instance details

Methods

qread :: QQmlProperty a -> () -> IO (QVariant ()) #

Qproperty (QQmlProperty ()) () (IO (QMetaProperty ())) # 
Instance details

Methods

property :: QQmlProperty () -> () -> IO (QMetaProperty ()) #

Qproperty (QQmlPropertySc a) () (IO (QMetaProperty ())) # 
Instance details

Methods

property :: QQmlPropertySc a -> () -> IO (QMetaProperty ()) #

Qobject (QQmlProperty a) () (IO (QObject ())) # 
Instance details

Methods

object :: QQmlProperty a -> () -> IO (QObject ()) #

Qname (QQmlProperty a) () (IO String) # 
Instance details

Methods

name :: QQmlProperty a -> () -> IO String #

Qmethod (QQmlProperty a) () (IO (QMetaMethod ())) # 
Instance details

Methods

method :: QQmlProperty a -> () -> IO (QMetaMethod ()) #

Qindex (QQmlProperty ()) () (IO Int) # 
Instance details

Methods

index :: QQmlProperty () -> () -> IO Int #

Qindex (QQmlPropertySc a) () (IO Int) # 
Instance details

Methods

index :: QQmlPropertySc a -> () -> IO Int #

Qqoe (QQmlProperty ()) (QQmlProperty t1) # 
Instance details

Methods

qoe :: QQmlProperty () -> QQmlProperty t1 -> IO Bool #

Qqoe (QQmlPropertySc a) (QQmlProperty t1) # 
Instance details

Methods

qoe :: QQmlPropertySc a -> QQmlProperty t1 -> IO Bool #

Qwrite (QQmlProperty a) (QVariant t1) (IO Bool) # 
Instance details

Methods

write :: QQmlProperty a -> QVariant t1 -> IO Bool #

Qqot (QQmlProperty ()) (QQmlProperty t1) (IO (QQmlProperty ())) # 
Instance details

Methods

qot :: QQmlProperty () -> QQmlProperty t1 -> IO (QQmlProperty ()) #

Qqot (QQmlPropertySc a) (QQmlProperty t1) (IO (QQmlProperty ())) # 
Instance details

Methods

qot :: QQmlPropertySc a -> QQmlProperty t1 -> IO (QQmlProperty ()) #