qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Widgets.QHBoxLayout

Documentation

class QHBoxLayoutValue a where Source #

Minimal complete definition

withQHBoxLayoutPtr

Methods

withQHBoxLayoutPtr :: a -> (QHBoxLayoutConst -> IO b) -> IO b Source #

class (QHBoxLayoutConstPtr this, QBoxLayoutPtr this) => QHBoxLayoutPtr this where Source #

Minimal complete definition

toQHBoxLayout

Methods

toQHBoxLayout :: this -> QHBoxLayout Source #

data QHBoxLayoutConst Source #

Instances
Eq QHBoxLayoutConst Source # 
Instance details

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

Ord QHBoxLayoutConst Source # 
Instance details

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

Show QHBoxLayoutConst Source # 
Instance details

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

CppPtr QHBoxLayoutConst Source # 
Instance details

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

Deletable QHBoxLayoutConst Source # 
Instance details

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

QObjectConstPtr QHBoxLayoutConst Source # 
Instance details

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

QLayoutItemConstPtr QHBoxLayoutConst Source # 
Instance details

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

QLayoutConstPtr QHBoxLayoutConst Source # 
Instance details

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

QBoxLayoutConstPtr QHBoxLayoutConst Source # 
Instance details

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

QHBoxLayoutConstPtr QHBoxLayoutConst Source # 
Instance details

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

data QHBoxLayout Source #

Instances
Eq QHBoxLayout Source # 
Instance details

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

Ord QHBoxLayout Source # 
Instance details

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

Show QHBoxLayout Source # 
Instance details

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

CppPtr QHBoxLayout Source # 
Instance details

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

Deletable QHBoxLayout Source # 
Instance details

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

QObjectPtr QHBoxLayout Source # 
Instance details

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

QObjectConstPtr QHBoxLayout Source # 
Instance details

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

QLayoutItemPtr QHBoxLayout Source # 
Instance details

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

QLayoutItemConstPtr QHBoxLayout Source # 
Instance details

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

QLayoutPtr QHBoxLayout Source # 
Instance details

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

QLayoutConstPtr QHBoxLayout Source # 
Instance details

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

QBoxLayoutPtr QHBoxLayout Source # 
Instance details

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

QBoxLayoutConstPtr QHBoxLayout Source # 
Instance details

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

QHBoxLayoutPtr QHBoxLayout Source # 
Instance details

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

QHBoxLayoutConstPtr QHBoxLayout Source # 
Instance details

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

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

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

Methods

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

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

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

downCastConst :: QHBoxLayoutSuperConst a => a -> QHBoxLayoutConst Source #

downCast :: QHBoxLayoutSuper a => a -> QHBoxLayout Source #