Qtc.Gui.QGenericPlugin_h
Contents
Methods
unSetHandler :: QGenericPlugin () -> String -> IO Bool #
unSetHandler :: QGenericPluginSc a -> String -> IO Bool #
unSetUserMethodVariantList :: QGenericPlugin () -> Int -> IO Bool #
unSetUserMethodVariantList :: QGenericPluginSc a -> Int -> IO Bool #
unSetUserMethodVariant :: QGenericPlugin () -> Int -> IO Bool #
unSetUserMethodVariant :: QGenericPluginSc a -> Int -> IO Bool #
unSetUserMethod :: QGenericPlugin () -> Int -> IO Bool #
unSetUserMethod :: QGenericPluginSc a -> Int -> IO Bool #
timerEvent_h :: QGenericPlugin () -> QTimerEvent t1 -> IO () #
timerEvent_h :: QGenericPluginSc a -> QTimerEvent t1 -> IO () #
event_h :: QGenericPlugin () -> QEvent t1 -> IO Bool #
event_h :: QGenericPluginSc a -> QEvent t1 -> IO Bool #
disconnectNotify_h :: QGenericPlugin () -> QMetaMethod t1 -> IO () #
disconnectNotify_h :: QGenericPluginSc a -> QMetaMethod t1 -> IO () #
customEvent_h :: QGenericPlugin () -> QEvent t1 -> IO () #
customEvent_h :: QGenericPluginSc a -> QEvent t1 -> IO () #
connectNotify_h :: QGenericPlugin () -> QMetaMethod t1 -> IO () #
connectNotify_h :: QGenericPluginSc a -> QMetaMethod t1 -> IO () #
childEvent_h :: QGenericPlugin () -> QChildEvent t1 -> IO () #
childEvent_h :: QGenericPluginSc a -> QChildEvent t1 -> IO () #
eventFilter_h :: QGenericPlugin () -> (QObject t1, QEvent t2) -> IO Bool #
eventFilter_h :: QGenericPluginSc a -> (QObject t1, QEvent t2) -> IO Bool #
setHandler :: QGenericPlugin () -> String -> (QGenericPlugin x0 -> QObject t1 -> QEvent t2 -> IO Bool) -> IO () #
setHandler :: QGenericPlugin () -> String -> (QGenericPlugin x0 -> QEvent t1 -> IO Bool) -> IO () #
setHandler :: QGenericPlugin () -> String -> (QGenericPlugin x0 -> QMetaMethod t1 -> IO ()) -> IO () #
setHandler :: QGenericPlugin () -> String -> (QGenericPlugin x0 -> QEvent t1 -> IO ()) -> IO () #
setHandler :: QGenericPlugin () -> String -> (QGenericPlugin x0 -> String -> String -> IO (QObject t0)) -> IO () #
setHandler :: QGenericPluginSc a -> String -> (QGenericPlugin x0 -> QObject t1 -> QEvent t2 -> IO Bool) -> IO () #
setHandler :: QGenericPluginSc a -> String -> (QGenericPlugin x0 -> QEvent t1 -> IO Bool) -> IO () #
setHandler :: QGenericPluginSc a -> String -> (QGenericPlugin x0 -> QMetaMethod t1 -> IO ()) -> IO () #
setHandler :: QGenericPluginSc a -> String -> (QGenericPlugin x0 -> QEvent t1 -> IO ()) -> IO () #
setHandler :: QGenericPluginSc a -> String -> (QGenericPlugin x0 -> String -> String -> IO (QObject t0)) -> IO () #
setUserMethod :: QGenericPlugin () -> Int -> (QGenericPlugin x0 -> QVariant () -> IO (QVariant ())) -> IO () #
setUserMethod :: QGenericPlugin () -> Int -> (QGenericPlugin x0 -> IO ()) -> IO () #
setUserMethod :: QGenericPluginSc a -> Int -> (QGenericPlugin x0 -> QVariant () -> IO (QVariant ())) -> IO () #
setUserMethod :: QGenericPluginSc a -> Int -> (QGenericPlugin x0 -> IO ()) -> IO () #
create_h :: QGenericPlugin () -> (String, String) -> IO (QObject ()) #
create_h :: QGenericPluginSc a -> (String, String) -> IO (QObject ()) #