Qtc.Qml.QQmlTypesExtensionInterface_h
Contents
Methods
unSetHandler :: QQmlTypesExtensionInterface () -> String -> IO Bool #
unSetHandler :: QQmlTypesExtensionInterfaceSc a -> String -> IO Bool #
unSetUserMethodVariantList :: QQmlTypesExtensionInterface () -> Int -> IO Bool #
unSetUserMethodVariantList :: QQmlTypesExtensionInterfaceSc a -> Int -> IO Bool #
unSetUserMethodVariant :: QQmlTypesExtensionInterface () -> Int -> IO Bool #
unSetUserMethodVariant :: QQmlTypesExtensionInterfaceSc a -> Int -> IO Bool #
unSetUserMethod :: QQmlTypesExtensionInterface () -> Int -> IO Bool #
unSetUserMethod :: QQmlTypesExtensionInterfaceSc a -> Int -> IO Bool #
registerTypes_h :: QQmlTypesExtensionInterface () -> String -> IO () #
registerTypes_h :: QQmlTypesExtensionInterfaceSc a -> String -> IO () #
setHandler :: QQmlTypesExtensionInterface () -> String -> (QQmlTypesExtensionInterface x0 -> String -> IO ()) -> IO () #
setHandler :: QQmlTypesExtensionInterfaceSc a -> String -> (QQmlTypesExtensionInterface x0 -> String -> IO ()) -> IO () #
setUserMethod :: QQmlTypesExtensionInterface () -> Int -> (QQmlTypesExtensionInterface x0 -> QVariant () -> IO (QVariant ())) -> IO () #
setUserMethod :: QQmlTypesExtensionInterface () -> Int -> (QQmlTypesExtensionInterface x0 -> IO ()) -> IO () #
setUserMethod :: QQmlTypesExtensionInterfaceSc a -> Int -> (QQmlTypesExtensionInterface x0 -> QVariant () -> IO (QVariant ())) -> IO () #
setUserMethod :: QQmlTypesExtensionInterfaceSc a -> Int -> (QQmlTypesExtensionInterface x0 -> IO ()) -> IO () #