qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Widgets.QCheckBox

Documentation

class QCheckBoxValue a where Source #

Minimal complete definition

withQCheckBoxPtr

Methods

withQCheckBoxPtr :: a -> (QCheckBoxConst -> IO b) -> IO b Source #

Instances
QCheckBoxConstPtr a => QCheckBoxValue a Source # 
Instance details

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

Methods

withQCheckBoxPtr :: a -> (QCheckBoxConst -> IO b) -> IO b Source #

class (QCheckBoxConstPtr this, QAbstractButtonPtr this) => QCheckBoxPtr this where Source #

Minimal complete definition

toQCheckBox

Methods

toQCheckBox :: this -> QCheckBox Source #

data QCheckBoxConst Source #

Instances
Eq QCheckBoxConst Source # 
Instance details

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

Ord QCheckBoxConst Source # 
Instance details

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

Show QCheckBoxConst Source # 
Instance details

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

CppPtr QCheckBoxConst Source # 
Instance details

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

Deletable QCheckBoxConst Source # 
Instance details

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

QObjectConstPtr QCheckBoxConst Source # 
Instance details

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

QWidgetConstPtr QCheckBoxConst Source # 
Instance details

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

QAbstractButtonConstPtr QCheckBoxConst Source # 
Instance details

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

QCheckBoxConstPtr QCheckBoxConst Source # 
Instance details

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

data QCheckBox Source #

Instances
Eq QCheckBox Source # 
Instance details

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

Ord QCheckBox Source # 
Instance details

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

Show QCheckBox Source # 
Instance details

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

CppPtr QCheckBox Source # 
Instance details

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

Deletable QCheckBox Source # 
Instance details

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

Methods

delete :: QCheckBox -> IO () #

toGc :: QCheckBox -> IO QCheckBox #

QObjectPtr QCheckBox Source # 
Instance details

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

QObjectConstPtr QCheckBox Source # 
Instance details

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

QWidgetPtr QCheckBox Source # 
Instance details

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

QWidgetConstPtr QCheckBox Source # 
Instance details

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

QAbstractButtonPtr QCheckBox Source # 
Instance details

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

QAbstractButtonConstPtr QCheckBox Source # 
Instance details

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

QCheckBoxPtr QCheckBox Source # 
Instance details

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

QCheckBoxConstPtr QCheckBox Source # 
Instance details

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

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

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

Methods

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

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

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

cast :: QCheckBoxPtr this => this -> QCheckBox Source #

downCastConst :: QCheckBoxSuperConst a => a -> QCheckBoxConst Source #

downCast :: QCheckBoxSuper a => a -> QCheckBox Source #

newWithTextAndParent :: (QStringValue arg'1, QWidgetPtr arg'2) => arg'1 -> arg'2 -> IO QCheckBox Source #

isTristate :: QCheckBoxValue arg'1 => arg'1 -> IO Bool Source #

setCheckState :: QCheckBoxPtr arg'1 => arg'1 -> QtCheckState -> IO () Source #

setTristate :: QCheckBoxPtr arg'1 => arg'1 -> Bool -> IO () Source #