qtah-qt5-0.5.1: Qt bindings for Haskell

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Qtah.Widgets.QLayoutItem

Documentation

class QLayoutItemValue a where Source #

Minimal complete definition

withQLayoutItemPtr

Methods

withQLayoutItemPtr :: a -> (QLayoutItemConst -> IO b) -> IO b Source #

class CppPtr this => QLayoutItemConstPtr this where Source #

Minimal complete definition

toQLayoutItemConst

Instances
QLayoutItemConstPtr QLayoutItem Source # 
Instance details

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

QLayoutItemConstPtr QLayoutItemConst Source # 
Instance details

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

QLayoutItemConstPtr QLayout Source # 
Instance details

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

QLayoutItemConstPtr QLayoutConst Source # 
Instance details

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

QLayoutItemConstPtr QSpacerItem Source # 
Instance details

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

QLayoutItemConstPtr QSpacerItemConst Source # 
Instance details

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

QLayoutItemConstPtr QStackedLayout Source # 
Instance details

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

QLayoutItemConstPtr QStackedLayoutConst Source # 
Instance details

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

QLayoutItemConstPtr QGridLayout Source # 
Instance details

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

QLayoutItemConstPtr QGridLayoutConst Source # 
Instance details

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

QLayoutItemConstPtr QFormLayout Source # 
Instance details

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

QLayoutItemConstPtr QFormLayoutConst Source # 
Instance details

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

QLayoutItemConstPtr QBoxLayout Source # 
Instance details

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

QLayoutItemConstPtr QBoxLayoutConst Source # 
Instance details

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

QLayoutItemConstPtr QVBoxLayout Source # 
Instance details

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

QLayoutItemConstPtr QVBoxLayoutConst Source # 
Instance details

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

QLayoutItemConstPtr QHBoxLayout Source # 
Instance details

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

QLayoutItemConstPtr QHBoxLayoutConst Source # 
Instance details

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

class QLayoutItemConstPtr this => QLayoutItemPtr this where Source #

Minimal complete definition

toQLayoutItem

Methods

toQLayoutItem :: this -> QLayoutItem Source #

Instances
QLayoutItemPtr QLayoutItem Source # 
Instance details

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

QLayoutItemPtr QLayout Source # 
Instance details

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

QLayoutItemPtr QSpacerItem Source # 
Instance details

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

QLayoutItemPtr QStackedLayout Source # 
Instance details

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

QLayoutItemPtr QGridLayout Source # 
Instance details

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

QLayoutItemPtr QFormLayout Source # 
Instance details

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

QLayoutItemPtr QBoxLayout Source # 
Instance details

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

QLayoutItemPtr QVBoxLayout Source # 
Instance details

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

QLayoutItemPtr QHBoxLayout Source # 
Instance details

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

data QLayoutItemConst Source #

Instances
Eq QLayoutItemConst Source # 
Instance details

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

Ord QLayoutItemConst Source # 
Instance details

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

Show QLayoutItemConst Source # 
Instance details

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

CppPtr QLayoutItemConst Source # 
Instance details

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

Deletable QLayoutItemConst Source # 
Instance details

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

QLayoutItemConstPtr QLayoutItemConst Source # 
Instance details

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

data QLayoutItem Source #

Instances
Eq QLayoutItem Source # 
Instance details

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

Ord QLayoutItem Source # 
Instance details

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

Show QLayoutItem Source # 
Instance details

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

CppPtr QLayoutItem Source # 
Instance details

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

Deletable QLayoutItem Source # 
Instance details

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

QLayoutItemPtr QLayoutItem Source # 
Instance details

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

QLayoutItemConstPtr QLayoutItem Source # 
Instance details

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

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

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

Methods

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

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

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

downCastConst :: QLayoutItemSuperConst a => a -> QLayoutItemConst Source #

downCast :: QLayoutItemSuper a => a -> QLayoutItem Source #

geometry :: QLayoutItemValue arg'1 => arg'1 -> IO HRect Source #

heightForWidth :: QLayoutItemValue arg'1 => arg'1 -> Int -> IO Int Source #

invalidate :: QLayoutItemPtr arg'1 => arg'1 -> IO () Source #

isEmpty :: QLayoutItemValue arg'1 => arg'1 -> IO Bool Source #

layout :: QLayoutItemPtr arg'1 => arg'1 -> IO QLayout Source #

setAlignment :: (QLayoutItemPtr arg'1, IsQtAlignment arg'2) => arg'1 -> arg'2 -> IO () Source #

setGeometry :: (QLayoutItemPtr arg'1, QRectValue arg'2) => arg'1 -> arg'2 -> IO () Source #

sizeHint :: QLayoutItemValue arg'1 => arg'1 -> IO HSize Source #

widget :: QLayoutItemPtr arg'1 => arg'1 -> IO QWidget Source #