Qtc.Widgets.QAction

Contents

Documentation

class QqActionTrUtf8 x1 where #

Methods

qActionTrUtf8 :: x1 -> IO String #

Instances
QqActionTrUtf8 String # 
Instance details

Defined in Qtc.Widgets.QAction

Methods

qActionTrUtf8 :: String -> IO String #

QqActionTrUtf8 (String, String) # 
Instance details

Defined in Qtc.Widgets.QAction

Methods

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

QqActionTrUtf8 (String, String, Int) # 
Instance details

Defined in Qtc.Widgets.QAction

Methods

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

class QqAction x1 where #

Methods

qAction :: x1 -> IO (QAction ()) #

Instances
QqAction () # 
Instance details

Defined in Qtc.Widgets.QAction

Methods

qAction :: () -> IO (QAction ()) #

QqAction String # 
Instance details

Defined in Qtc.Widgets.QAction

Methods

qAction :: String -> IO (QAction ()) #

QqAction (QObject t1) # 
Instance details

Defined in Qtc.Widgets.QAction

Methods

qAction :: QObject t1 -> IO (QAction ()) #

QqAction (String, QObject t2) # 
Instance details

Defined in Qtc.Widgets.QAction

Methods

qAction :: (String, QObject t2) -> IO (QAction ()) #

QqAction (QIcon t1, String) # 
Instance details

Defined in Qtc.Widgets.QAction

Methods

qAction :: (QIcon t1, String) -> IO (QAction ()) #

QqAction (QIcon t1, String, QObject t3) # 
Instance details

Defined in Qtc.Widgets.QAction

Methods

qAction :: (QIcon t1, String, QObject t3) -> IO (QAction ()) #

associatedWidgets :: QAction a -> () -> IO [QWidget ()] #

iconText :: QAction a -> () -> IO String #

isIconVisibleInMenu :: QAction a -> () -> IO Bool #

menuRole :: QAction a -> () -> IO MenuRole #

setActionGroup :: QAction a -> QActionGroup t1 -> IO () #

setIconText :: QAction a -> String -> IO () #

setIconVisibleInMenu :: QAction a -> Bool -> IO () #

setMenuRole :: QAction a -> MenuRole -> IO () #

setSeparator :: QAction a -> Bool -> IO () #

class QsetShortcuts x1 where #

Methods

setShortcuts :: QAction a -> x1 -> IO () #

Instances
QsetShortcuts StandardKey # 
Instance details

Defined in Qtc.Widgets.QAction

Methods

setShortcuts :: QAction a -> StandardKey -> IO () #

QsetShortcuts [QKeySequence t1] # 
Instance details

Defined in Qtc.Widgets.QAction

Methods

setShortcuts :: QAction a -> [QKeySequence t1] -> IO () #

shortcuts :: QAction a -> () -> IO [QKeySequence ()] #

class QshowStatusText x1 where #

Methods

showStatusText :: QAction a -> x1 -> IO Bool #

Instances
QshowStatusText () # 
Instance details

Defined in Qtc.Widgets.QAction

Methods

showStatusText :: QAction a -> () -> IO Bool #

QshowStatusText (QWidget t1) # 
Instance details

Defined in Qtc.Widgets.QAction

Methods

showStatusText :: QAction a -> QWidget t1 -> IO Bool #

qAction_delete :: QAction a -> IO () #

Orphan instances

Qtrigger (QAction ()) () # 
Instance details

Methods

trigger :: QAction () -> () -> IO () #

Qtrigger (QActionSc a) () # 
Instance details

Methods

trigger :: QActionSc a -> () -> IO () #

Qshortcut (QAction a) () # 
Instance details

Methods

shortcut :: QAction a -> () -> IO (QKeySequence ()) #

QsetWhatsThis (QAction a) String # 
Instance details

Methods

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

QsetAutoRepeat (QAction a) Bool # 
Instance details

Methods

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

Qmenu (QAction a) () # 
Instance details

Methods

menu :: QAction a -> () -> IO (QMenu ()) #

QisSeparator (QAction a) () # 
Instance details

Methods

isSeparator :: QAction a -> () -> IO Bool #

Qhover (QAction ()) () # 
Instance details

Methods

hover :: QAction () -> () -> IO () #

Qhover (QActionSc a) () # 
Instance details

Methods

hover :: QActionSc a -> () -> IO () #

QautoRepeat (QAction a) () # 
Instance details

Methods

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

QwhatsThis (QAction a) () # 
Instance details

Methods

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

QtoolTip (QAction a) () # 
Instance details

Methods

toolTip :: QAction a -> () -> IO String #

Qtoggle (QAction ()) () # 
Instance details

Methods

toggle :: QAction () -> () -> IO () #

Qtoggle (QActionSc a) () # 
Instance details

Methods

toggle :: QActionSc a -> () -> IO () #

QstatusTip (QAction a) () # 
Instance details

Methods

statusTip :: QAction a -> () -> IO String #

QsetVisible (QAction ()) Bool # 
Instance details

Methods

setVisible :: QAction () -> Bool -> IO () #

QsetVisible (QActionSc a) Bool # 
Instance details

Methods

setVisible :: QActionSc a -> Bool -> IO () #

QsetToolTip (QAction a) String # 
Instance details

Methods

setToolTip :: QAction a -> String -> IO () #

QsetText (QAction a) String # 
Instance details

Methods

setText :: QAction a -> String -> IO () #

QsetStatusTip (QAction a) String # 
Instance details

Methods

setStatusTip :: QAction a -> String -> IO () #

QsetPriority (QAction a) QAction_Priority # 
Instance details

Methods

setPriority :: QAction a -> QAction_Priority -> IO () #

QsetEnabled (QAction ()) Bool # 
Instance details

Methods

setEnabled :: QAction () -> Bool -> IO () #

QsetEnabled (QActionSc a) Bool # 
Instance details

Methods

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

QsetDisabled (QAction ()) Bool # 
Instance details

Methods

setDisabled :: QAction () -> Bool -> IO () #

QsetDisabled (QActionSc a) Bool # 
Instance details

Methods

setDisabled :: QActionSc a -> Bool -> IO () #

QsetChecked (QAction ()) Bool # 
Instance details

Methods

setChecked :: QAction () -> Bool -> IO () #

QsetChecked (QActionSc a) Bool # 
Instance details

Methods

setChecked :: QActionSc a -> Bool -> IO () #

QsetCheckable (QAction a) Bool # 
Instance details

Methods

setCheckable :: QAction a -> Bool -> IO () #

QsenderSignalIndex (QAction ()) () # 
Instance details

Methods

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

QsenderSignalIndex (QActionSc a) () # 
Instance details

Methods

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

Qsender (QAction ()) () # 
Instance details

Methods

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

Qsender (QActionSc a) () # 
Instance details

Methods

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

Qreceivers (QAction ()) String # 
Instance details

Methods

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

Qreceivers (QActionSc a) String # 
Instance details

Methods

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

QisVisible (QAction a) () # 
Instance details

Methods

isVisible :: QAction a -> () -> IO Bool #

QisEnabled (QAction ()) () # 
Instance details

Methods

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

QisEnabled (QActionSc a) () # 
Instance details

Methods

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

QisChecked (QAction a) () # 
Instance details

Methods

isChecked :: QAction a -> () -> IO Bool #

QisCheckable (QAction a) () # 
Instance details

Methods

isCheckable :: QAction a -> () -> IO Bool #

Qfont (QAction ()) () # 
Instance details

Methods

font :: QAction () -> () -> IO (QFont ()) #

Qfont (QActionSc a) () # 
Instance details

Methods

font :: QActionSc a -> () -> IO (QFont ()) #

QactionGroup (QAction a) () # 
Instance details

Methods

actionGroup :: QAction a -> () -> IO (QActionGroup ()) #

Qtext (QAction a) () (IO String) # 
Instance details

Methods

text :: QAction a -> () -> IO String #

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

Methods

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

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

Methods

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

Qpriority (QAction a) () (IO QAction_Priority) # 
Instance details

Methods

priority :: QAction a -> () -> IO QAction_Priority #

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

Methods

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

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

Methods

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

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

Methods

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

Qicon (QAction a) () (IO (QIcon ())) # 
Instance details

Methods

icon :: QAction a -> () -> IO (QIcon ()) #

Qqdata (QAction ()) () (IO (QVariant ())) # 
Instance details

Methods

qdata :: QAction () -> () -> IO (QVariant ()) #

Qqdata (QActionSc a) () (IO (QVariant ())) # 
Instance details

Methods

qdata :: QActionSc a -> () -> IO (QVariant ()) #

Qactivate (QAction a) ActionEvent (IO ()) # 
Instance details

Methods

activate :: QAction a -> ActionEvent -> IO () #

QuserMethod (QAction ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

QsetShortcut (QAction a) (QKeySequence t1) # 
Instance details

Methods

setShortcut :: QAction a -> QKeySequence t1 -> IO () #

QsetMenu (QAction a) (QMenu t1) # 
Instance details

Methods

setMenu :: QAction a -> QMenu t1 -> IO () #

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

Methods

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

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

Methods

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

QsetIcon (QAction a) (QIcon t1) # 
Instance details

Methods

setIcon :: QAction a -> QIcon t1 -> IO () #

QsetFont (QAction ()) (QFont t1) # 
Instance details

Methods

setFont :: QAction () -> QFont t1 -> IO () #

QsetFont (QActionSc a) (QFont t1) # 
Instance details

Methods

setFont :: QActionSc a -> QFont t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QsetData (QAction ()) (QVariant t1) (IO ()) # 
Instance details

Methods

setData :: QAction () -> QVariant t1 -> IO () #

QsetData (QActionSc a) (QVariant t1) (IO ()) # 
Instance details

Methods

setData :: QActionSc a -> QVariant t1 -> IO () #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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