qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Widgets.QActionGroup

Documentation

class QActionGroupValue a where Source #

Minimal complete definition

withQActionGroupPtr

Methods

withQActionGroupPtr :: a -> (QActionGroupConst -> IO b) -> IO b Source #

data QActionGroupConst Source #

Instances
Eq QActionGroupConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

Ord QActionGroupConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

Show QActionGroupConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

CppPtr QActionGroupConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

Deletable QActionGroupConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

QObjectConstPtr QActionGroupConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

QActionGroupConstPtr QActionGroupConst Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

data QActionGroup Source #

Instances
Eq QActionGroup Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

Ord QActionGroup Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

Show QActionGroup Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

CppPtr QActionGroup Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

Deletable QActionGroup Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

QObjectPtr QActionGroup Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

QObjectConstPtr QActionGroup Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

QActionGroupPtr QActionGroup Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

QActionGroupConstPtr QActionGroup Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

Assignable (Ptr (Ptr QActionGroup)) QActionGroup Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

Methods

assign :: Ptr (Ptr QActionGroup) -> QActionGroup -> IO () #

Decodable (Ptr (Ptr QActionGroup)) QActionGroup Source # 
Instance details

Defined in Graphics.UI.Qtah.Generated.Widgets.QActionGroup

downCastConst :: QActionGroupSuperConst a => a -> QActionGroupConst Source #

downCast :: QActionGroupSuper a => a -> QActionGroup Source #

new :: QObjectPtr arg'1 => arg'1 -> IO QActionGroup Source #

addAction :: (QActionGroupPtr arg'1, QActionPtr arg'2) => arg'1 -> arg'2 -> IO QAction Source #

addNewAction :: (QActionGroupPtr arg'1, QStringValue arg'2) => arg'1 -> arg'2 -> IO QAction Source #

addNewActionWithIcon :: (QActionGroupPtr arg'1, QIconValue arg'2, QStringValue arg'3) => arg'1 -> arg'2 -> arg'3 -> IO QAction Source #

isEnabled :: QActionGroupValue arg'1 => arg'1 -> IO Bool Source #

isVisible :: QActionGroupValue arg'1 => arg'1 -> IO Bool Source #

removeAction :: (QActionGroupPtr arg'1, QActionPtr arg'2) => arg'1 -> arg'2 -> IO () Source #

setDisabled :: QActionGroupPtr arg'1 => arg'1 -> Bool -> IO () Source #

setEnabled :: QActionGroupPtr arg'1 => arg'1 -> Bool -> IO () Source #

setExclusive :: QActionGroupPtr arg'1 => arg'1 -> Bool -> IO () Source #

setVisible :: QActionGroupPtr arg'1 => arg'1 -> Bool -> IO () Source #

hoveredSignal :: QActionGroupPtr object => Signal object (QAction -> IO ()) Source #