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