Documentation
class QqQmlPropertyMapTrUtf8 x1 where #
qQmlPropertyMapTrUtf8 :: x1 -> IO String #
Instances
QqQmlPropertyMapTrUtf8 String # | |
Defined in Qtc.Qml.QQmlPropertyMap qQmlPropertyMapTrUtf8 :: String -> IO String # | |
QqQmlPropertyMapTrUtf8 (String, String) # | |
Defined in Qtc.Qml.QQmlPropertyMap qQmlPropertyMapTrUtf8 :: (String, String) -> IO String # | |
QqQmlPropertyMapTrUtf8 (String, String, Int) # | |
Defined in Qtc.Qml.QQmlPropertyMap qQmlPropertyMapTrUtf8 :: (String, String, Int) -> IO String # |
class QqQmlPropertyMap x1 where #
qQmlPropertyMap :: x1 -> IO (QQmlPropertyMap ()) #
Instances
QqQmlPropertyMap () # | |
Defined in Qtc.Qml.QQmlPropertyMap qQmlPropertyMap :: () -> IO (QQmlPropertyMap ()) # | |
QqQmlPropertyMap (QObject t1) # | |
Defined in Qtc.Qml.QQmlPropertyMap qQmlPropertyMap :: QObject t1 -> IO (QQmlPropertyMap ()) # |
class QupdateValue x0 x1 where #
updateValue :: x0 -> x1 -> IO (QVariant ()) #
Instances
QupdateValue (QQmlPropertyMap ()) (String, QVariant t2) # | |
Defined in Qtc.Qml.QQmlPropertyMap updateValue :: QQmlPropertyMap () -> (String, QVariant t2) -> IO (QVariant ()) # | |
QupdateValue (QQmlPropertyMapSc a) (String, QVariant t2) # | |
Defined in Qtc.Qml.QQmlPropertyMap updateValue :: QQmlPropertyMapSc a -> (String, QVariant t2) -> IO (QVariant ()) # |
qQmlPropertyMap_delete :: QQmlPropertyMap a -> IO () #
qQmlPropertyMap_deleteLater :: QQmlPropertyMap a -> IO () #