Qtc.Widgets.QShortcut

Contents

Documentation

class QqShortcutTrUtf8 x1 where #

Methods

qShortcutTrUtf8 :: x1 -> IO String #

Instances
QqShortcutTrUtf8 String # 
Instance details

Defined in Qtc.Widgets.QShortcut

Methods

qShortcutTrUtf8 :: String -> IO String #

QqShortcutTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Widgets.QShortcut

Methods

qShortcutTrUtf8 :: (String, String) -> IO String #

QqShortcutTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Widgets.QShortcut

Methods

qShortcutTrUtf8 :: (String, String, Int) -> IO String #

class QqShortcut x1 where #

Methods

qShortcut :: x1 -> IO (QShortcut ()) #

Instances
QqShortcut (QWidget t1) # 
Instance details

Defined in Qtc.Widgets.QShortcut

Methods

qShortcut :: QWidget t1 -> IO (QShortcut ()) #

QqShortcut (QKeySequence t1, QWidget t2) # 
Instance details

Defined in Qtc.Widgets.QShortcut

Methods

qShortcut :: (QKeySequence t1, QWidget t2) -> IO (QShortcut ()) #

QqShortcut (QKeySequence t1, QWidget t2, String) # 
Instance details

Defined in Qtc.Widgets.QShortcut

Methods

qShortcut :: (QKeySequence t1, QWidget t2, String) -> IO (QShortcut ()) #

QqShortcut (QKeySequence t1, QWidget t2, String, String) # 
Instance details

Defined in Qtc.Widgets.QShortcut

Methods

qShortcut :: (QKeySequence t1, QWidget t2, String, String) -> IO (QShortcut ()) #

QqShortcut (QKeySequence t1, QWidget t2, String, String, ShortcutContext) # 
Instance details

Defined in Qtc.Widgets.QShortcut

Methods

qShortcut :: (QKeySequence t1, QWidget t2, String, String, ShortcutContext) -> IO (QShortcut ()) #

Orphan instances

QsetWhatsThis (QShortcut a) String # 
Instance details

Methods

setWhatsThis :: QShortcut a -> String -> IO () #

QsetAutoRepeat (QShortcut a) Bool # 
Instance details

Methods

setAutoRepeat :: QShortcut a -> Bool -> IO () #

QautoRepeat (QShortcut a) () # 
Instance details

Methods

autoRepeat :: QShortcut a -> () -> IO Bool #

QwhatsThis (QShortcut a) () # 
Instance details

Methods

whatsThis :: QShortcut a -> () -> IO String #

QsetEnabled (QShortcut a) Bool # 
Instance details

Methods

setEnabled :: QShortcut a -> Bool -> IO () #

QsetContext (QShortcut a) ShortcutContext # 
Instance details

Methods

setContext :: QShortcut a -> ShortcutContext -> IO () #

QsenderSignalIndex (QShortcut ()) () # 
Instance details

Methods

senderSignalIndex :: QShortcut () -> () -> IO Int #

QsenderSignalIndex (QShortcutSc a) () # 
Instance details

Methods

senderSignalIndex :: QShortcutSc a -> () -> IO Int #

Qsender (QShortcut ()) () # 
Instance details

Methods

sender :: QShortcut () -> () -> IO (QObject ()) #

Qsender (QShortcutSc a) () # 
Instance details

Methods

sender :: QShortcutSc a -> () -> IO (QObject ()) #

Qreceivers (QShortcut ()) String # 
Instance details

Methods

receivers :: QShortcut () -> String -> IO Int #

Qreceivers (QShortcutSc a) String # 
Instance details

Methods

receivers :: QShortcutSc a -> String -> IO Int #

QisEnabled (QShortcut ()) () # 
Instance details

Methods

isEnabled :: QShortcut () -> () -> IO Bool #

QisEnabled (QShortcutSc a) () # 
Instance details

Methods

isEnabled :: QShortcutSc a -> () -> IO Bool #

Qproperty (QShortcut ()) String (IO (QVariant ())) # 
Instance details

Methods

property :: QShortcut () -> String -> IO (QVariant ()) #

Qproperty (QShortcutSc a) String (IO (QVariant ())) # 
Instance details

Methods

property :: QShortcutSc a -> String -> IO (QVariant ()) #

QparentWidget (QShortcut a) () (IO (QWidget ())) # 
Instance details

Methods

parentWidget :: QShortcut a -> () -> IO (QWidget ()) #

Qparent (QShortcut ()) () (IO (QObject ())) # 
Instance details

Methods

parent :: QShortcut () -> () -> IO (QObject ()) #

Qparent (QShortcutSc a) () (IO (QObject ())) # 
Instance details

Methods

parent :: QShortcutSc a -> () -> IO (QObject ()) #

Qkey (QShortcut a) () (IO (QKeySequence ())) # 
Instance details

Methods

key :: QShortcut a -> () -> IO (QKeySequence ()) #

Qqid (QShortcut a) () (IO Int) # 
Instance details

Methods

qid :: QShortcut a -> () -> IO Int #

Qcontext (QShortcut a) () (IO ShortcutContext) # 
Instance details

Methods

context :: QShortcut a -> () -> IO ShortcutContext #

QuserMethod (QShortcut ()) () (IO ()) # 
Instance details

Methods

userMethod :: QShortcut () -> Int -> () -> IO () #

QuserMethod (QShortcutSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QShortcutSc a -> Int -> () -> IO () #

QtimerEvent (QShortcut ()) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QShortcut () -> QTimerEvent t1 -> IO () #

QtimerEvent (QShortcutSc a) (QTimerEvent t1) # 
Instance details

Methods

timerEvent :: QShortcutSc a -> QTimerEvent t1 -> IO () #

QsetKey (QShortcut a) (QKeySequence t1) # 
Instance details

Methods

setKey :: QShortcut a -> QKeySequence t1 -> IO () #

QisSignalConnected (QShortcut ()) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QShortcut () -> QMetaMethod t1 -> IO Bool #

QisSignalConnected (QShortcutSc a) (QMetaMethod t1) # 
Instance details

Methods

isSignalConnected :: QShortcutSc a -> QMetaMethod t1 -> IO Bool #

QdisconnectNotify (QShortcut ()) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QShortcut () -> QMetaMethod t1 -> IO () #

QdisconnectNotify (QShortcutSc a) (QMetaMethod t1) # 
Instance details

Methods

disconnectNotify :: QShortcutSc a -> QMetaMethod t1 -> IO () #

QcustomEvent (QShortcut ()) (QEvent t1) # 
Instance details

Methods

customEvent :: QShortcut () -> QEvent t1 -> IO () #

QcustomEvent (QShortcutSc a) (QEvent t1) # 
Instance details

Methods

customEvent :: QShortcutSc a -> QEvent t1 -> IO () #

QconnectNotify (QShortcut ()) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QShortcut () -> QMetaMethod t1 -> IO () #

QconnectNotify (QShortcutSc a) (QMetaMethod t1) # 
Instance details

Methods

connectNotify :: QShortcutSc a -> QMetaMethod t1 -> IO () #

QchildEvent (QShortcut ()) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QShortcut () -> QChildEvent t1 -> IO () #

QchildEvent (QShortcutSc a) (QChildEvent t1) # 
Instance details

Methods

childEvent :: QShortcutSc a -> QChildEvent t1 -> IO () #

Qevent (QShortcut ()) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QShortcut () -> QEvent t1 -> IO Bool #

Qevent (QShortcutSc a) (QEvent t1) (IO Bool) # 
Instance details

Methods

event :: QShortcutSc a -> QEvent t1 -> IO Bool #

QuserMethod (QShortcut ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QShortcut () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QShortcutSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QShortcutSc a -> Int -> QVariant () -> IO (QVariant ()) #

QeventFilter (QShortcut ()) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QShortcut () -> (QObject t1, QEvent t2) -> IO Bool #

QeventFilter (QShortcutSc a) (QObject t1, QEvent t2) # 
Instance details

Methods

eventFilter :: QShortcutSc a -> (QObject t1, QEvent t2) -> IO Bool #