qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Widgets.QBoxLayout

Documentation

class QBoxLayoutValue a where Source #

Minimal complete definition

withQBoxLayoutPtr

Methods

withQBoxLayoutPtr :: a -> (QBoxLayoutConst -> IO b) -> IO b Source #

data QBoxLayoutConst Source #

Instances
Eq QBoxLayoutConst Source # 
Instance details

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

Ord QBoxLayoutConst Source # 
Instance details

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

Show QBoxLayoutConst Source # 
Instance details

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

CppPtr QBoxLayoutConst Source # 
Instance details

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

Deletable QBoxLayoutConst Source # 
Instance details

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

QObjectConstPtr QBoxLayoutConst Source # 
Instance details

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

QLayoutItemConstPtr QBoxLayoutConst Source # 
Instance details

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

QLayoutConstPtr QBoxLayoutConst Source # 
Instance details

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

QBoxLayoutConstPtr QBoxLayoutConst Source # 
Instance details

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

data QBoxLayout Source #

Instances
Eq QBoxLayout Source # 
Instance details

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

Ord QBoxLayout Source # 
Instance details

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

Show QBoxLayout Source # 
Instance details

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

CppPtr QBoxLayout Source # 
Instance details

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

Deletable QBoxLayout Source # 
Instance details

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

QObjectPtr QBoxLayout Source # 
Instance details

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

QObjectConstPtr QBoxLayout Source # 
Instance details

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

QLayoutItemPtr QBoxLayout Source # 
Instance details

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

QLayoutItemConstPtr QBoxLayout Source # 
Instance details

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

QLayoutPtr QBoxLayout Source # 
Instance details

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

QLayoutConstPtr QBoxLayout Source # 
Instance details

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

QBoxLayoutPtr QBoxLayout Source # 
Instance details

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

QBoxLayoutConstPtr QBoxLayout Source # 
Instance details

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

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

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

Methods

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

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

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

cast :: QBoxLayoutPtr this => this -> QBoxLayout Source #

downCastConst :: QBoxLayoutSuperConst a => a -> QBoxLayoutConst Source #

downCast :: QBoxLayoutSuper a => a -> QBoxLayout Source #

addLayout :: (QBoxLayoutPtr arg'1, QLayoutPtr arg'2) => arg'1 -> arg'2 -> IO () Source #

addLayoutWithStretch :: (QBoxLayoutPtr arg'1, QLayoutPtr arg'2) => arg'1 -> arg'2 -> Int -> IO () Source #

addSpacing :: QBoxLayoutPtr arg'1 => arg'1 -> Int -> IO () Source #

addStretch :: QBoxLayoutPtr arg'1 => arg'1 -> IO () Source #

addStretchOf :: QBoxLayoutPtr arg'1 => arg'1 -> Int -> IO () Source #

addStrut :: QBoxLayoutPtr arg'1 => arg'1 -> Int -> IO () Source #

addWidget :: (QBoxLayoutPtr arg'1, QWidgetPtr arg'2) => arg'1 -> arg'2 -> IO () Source #

addWidgetWithStretch :: (QBoxLayoutPtr arg'1, QWidgetPtr arg'2) => arg'1 -> arg'2 -> Int -> IO () Source #

addWidgetWithStretchAndAlignment :: (QBoxLayoutPtr arg'1, QWidgetPtr arg'2, IsQtAlignment arg'4) => arg'1 -> arg'2 -> Int -> arg'4 -> IO () Source #

insertLayout :: (QBoxLayoutPtr arg'1, QLayoutPtr arg'3) => arg'1 -> Int -> arg'3 -> IO () Source #

insertLayoutWithStretch :: (QBoxLayoutPtr arg'1, QLayoutPtr arg'3) => arg'1 -> Int -> arg'3 -> Int -> IO () Source #

insertSpacing :: QBoxLayoutPtr arg'1 => arg'1 -> Int -> Int -> IO () Source #

insertStretch :: QBoxLayoutPtr arg'1 => arg'1 -> Int -> IO () Source #

insertStretchOf :: QBoxLayoutPtr arg'1 => arg'1 -> Int -> Int -> IO () Source #

insertWidget :: (QBoxLayoutPtr arg'1, QWidgetPtr arg'3) => arg'1 -> Int -> arg'3 -> IO () Source #

insertWidgetWithStretch :: (QBoxLayoutPtr arg'1, QWidgetPtr arg'3) => arg'1 -> Int -> arg'3 -> Int -> IO () Source #

insertWidgetWithStretchAndAlignment :: (QBoxLayoutPtr arg'1, QWidgetPtr arg'3, IsQtAlignment arg'5) => arg'1 -> Int -> arg'3 -> Int -> arg'5 -> IO () Source #

setLayoutStretchFactor :: (QBoxLayoutPtr arg'1, QLayoutPtr arg'2) => arg'1 -> arg'2 -> Int -> IO Bool Source #

setSpacing :: QBoxLayoutPtr arg'1 => arg'1 -> Int -> IO () Source #

setStretch :: QBoxLayoutPtr arg'1 => arg'1 -> Int -> Int -> IO () Source #

setWidgetStretchFactor :: (QBoxLayoutPtr arg'1, QWidgetPtr arg'2) => arg'1 -> arg'2 -> Int -> IO Bool Source #

spacing :: QBoxLayoutValue arg'1 => arg'1 -> IO Int Source #

data QBoxLayoutDirection Source #

Instances
Bounded QBoxLayoutDirection Source # 
Instance details

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

Enum QBoxLayoutDirection Source # 
Instance details

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

Eq QBoxLayoutDirection Source # 
Instance details

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

Ord QBoxLayoutDirection Source # 
Instance details

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

Show QBoxLayoutDirection Source # 
Instance details

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