Documentation
hasNotifySignal :: QQmlProperty a -> () -> IO Bool #
isDesignable :: QQmlProperty a -> () -> IO Bool #
isResettable :: QQmlProperty a -> () -> IO Bool #
class QqQmlPropertyRead x1 where #
qQmlPropertyRead :: x1 -> IO (QVariant ()) #
Instances
QqQmlPropertyRead (QObject t1, String) # | |
Defined in Qtc.Qml.QQmlProperty qQmlPropertyRead :: (QObject t1, String) -> IO (QVariant ()) # | |
QqQmlPropertyRead (QObject t1, String, QQmlEngine t3) # | |
Defined in Qtc.Qml.QQmlProperty qQmlPropertyRead :: (QObject t1, String, QQmlEngine t3) -> IO (QVariant ()) # | |
QqQmlPropertyRead (QObject t1, String, QQmlContext t3) # | |
Defined in Qtc.Qml.QQmlProperty qQmlPropertyRead :: (QObject t1, String, QQmlContext t3) -> IO (QVariant ()) # |
class QqQmlPropertyWrite x1 where #
qQmlPropertyWrite :: x1 -> IO Bool #
Instances
QqQmlPropertyWrite (QObject t1, String, QVariant t3) # | |
Defined in Qtc.Qml.QQmlProperty qQmlPropertyWrite :: (QObject t1, String, QVariant t3) -> IO Bool # | |
QqQmlPropertyWrite (QObject t1, String, QVariant t3, QQmlEngine t4) # | |
Defined in Qtc.Qml.QQmlProperty qQmlPropertyWrite :: (QObject t1, String, QVariant t3, QQmlEngine t4) -> IO Bool # | |
QqQmlPropertyWrite (QObject t1, String, QVariant t3, QQmlContext t4) # | |
Defined in Qtc.Qml.QQmlProperty qQmlPropertyWrite :: (QObject t1, String, QVariant t3, QQmlContext t4) -> IO Bool # |
class QqQmlProperty x1 where #
qQmlProperty :: x1 -> IO (QQmlProperty ()) #
Instances
class QqQmlProperty_nf x1 where #
qQmlProperty_nf :: x1 -> IO (QQmlProperty ()) #
Instances
class QconnectNotifySignal x1 where #
connectNotifySignal :: QQmlProperty a -> x1 -> IO Bool #
Instances
QconnectNotifySignal (QObject t1, String) # | |
Defined in Qtc.Qml.QQmlProperty connectNotifySignal :: QQmlProperty a -> (QObject t1, String) -> IO Bool # | |
QconnectNotifySignal (QObject t1, Int) # | |
Defined in Qtc.Qml.QQmlProperty 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 #
propertyTypeCategory :: QQmlProperty a -> () -> IO PropertyTypeCategory #
propertyTypeName :: QQmlProperty a -> () -> IO String #
qQmlProperty_delete :: QQmlProperty a -> IO () #