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