Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.UI.Qtah.Widgets.QSystemTrayIcon
Documentation
class QSystemTrayIconValue a where Source #
Minimal complete definition
Methods
withQSystemTrayIconPtr :: a -> (QSystemTrayIconConst -> IO b) -> IO b Source #
Instances
QSystemTrayIconConstPtr a => QSystemTrayIconValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QSystemTrayIcon Methods withQSystemTrayIconPtr :: a -> (QSystemTrayIconConst -> IO b) -> IO b Source # |
class QObjectConstPtr this => QSystemTrayIconConstPtr this where Source #
Minimal complete definition
Methods
toQSystemTrayIconConst :: this -> QSystemTrayIconConst Source #
class (QSystemTrayIconConstPtr this, QObjectPtr this) => QSystemTrayIconPtr this where Source #
Minimal complete definition
Methods
toQSystemTrayIcon :: this -> QSystemTrayIcon Source #
Instances
QSystemTrayIconPtr QSystemTrayIcon Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QSystemTrayIcon Methods toQSystemTrayIcon :: QSystemTrayIcon -> QSystemTrayIcon Source # |
data QSystemTrayIconConst Source #
Instances
data QSystemTrayIcon Source #
Instances
castConst :: QSystemTrayIconConstPtr this => this -> QSystemTrayIconConst Source #
cast :: QSystemTrayIconPtr this => this -> QSystemTrayIcon Source #
downCastConst :: QSystemTrayIconSuperConst a => a -> QSystemTrayIconConst Source #
downCast :: QSystemTrayIconSuper a => a -> QSystemTrayIcon Source #
new :: IO QSystemTrayIcon Source #
newWithIcon :: QIconValue arg'1 => arg'1 -> IO QSystemTrayIcon Source #
newWithIconAndParent :: (QIconValue arg'1, QObjectPtr arg'2) => arg'1 -> arg'2 -> IO QSystemTrayIcon Source #
newWithParent :: QObjectPtr arg'1 => arg'1 -> IO QSystemTrayIcon Source #
contextMenu :: QSystemTrayIconValue arg'1 => arg'1 -> IO QMenu Source #
hide :: QSystemTrayIconPtr arg'1 => arg'1 -> IO () Source #
setContextMenu :: (QSystemTrayIconPtr arg'1, QMenuPtr arg'2) => arg'1 -> arg'2 -> IO () Source #
setIcon :: (QSystemTrayIconPtr arg'1, QIconValue arg'2) => arg'1 -> arg'2 -> IO () Source #
setToolTip :: (QSystemTrayIconPtr arg'1, QStringValue arg'2) => arg'1 -> arg'2 -> IO () Source #
setVisible :: QSystemTrayIconPtr arg'1 => arg'1 -> Bool -> IO () Source #
show :: QSystemTrayIconPtr arg'1 => arg'1 -> IO () Source #
showMessage :: (QSystemTrayIconPtr arg'1, QStringValue arg'2, QStringValue arg'3) => arg'1 -> arg'2 -> arg'3 -> IO () Source #
showMessageAll :: (QSystemTrayIconPtr arg'1, QStringValue arg'2, QStringValue arg'3) => arg'1 -> arg'2 -> arg'3 -> QSystemTrayIconMessageIcon -> Int -> IO () Source #
activatedSignal :: QSystemTrayIconPtr object => Signal object (QSystemTrayIconActivationReason -> IO ()) Source #
messageClickedSignal :: QSystemTrayIconPtr object => Signal object (IO ()) Source #
data QSystemTrayIconActivationReason Source #
Constructors
Unknown | |
Context | |
DoubleClick | |
Trigger | |
MiddleClick |
Instances
data QSystemTrayIconMessageIcon Source #
Constructors
NoIcon | |
Information | |
Warning | |
Critical |