Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.UI.Qtah.Widgets.QStyledItemDelegate
Documentation
class QStyledItemDelegateValue a where Source #
Minimal complete definition
Methods
withQStyledItemDelegatePtr :: a -> (QStyledItemDelegateConst -> IO b) -> IO b Source #
Instances
QStyledItemDelegateConstPtr a => QStyledItemDelegateValue a Source # | |
Defined in Graphics.UI.Qtah.Generated.Widgets.QStyledItemDelegate Methods withQStyledItemDelegatePtr :: a -> (QStyledItemDelegateConst -> IO b) -> IO b Source # |
class QAbstractItemDelegateConstPtr this => QStyledItemDelegateConstPtr this where Source #
Minimal complete definition
Methods
toQStyledItemDelegateConst :: this -> QStyledItemDelegateConst Source #
class (QStyledItemDelegateConstPtr this, QAbstractItemDelegatePtr this) => QStyledItemDelegatePtr this where Source #
Minimal complete definition
Methods
toQStyledItemDelegate :: this -> QStyledItemDelegate Source #
Instances
QStyledItemDelegatePtr QStyledItemDelegate Source # | |
data QStyledItemDelegateConst Source #
Instances
data QStyledItemDelegate Source #
Instances
castConst :: QStyledItemDelegateConstPtr this => this -> QStyledItemDelegateConst Source #
cast :: QStyledItemDelegatePtr this => this -> QStyledItemDelegate Source #
downCastConst :: QStyledItemDelegateSuperConst a => a -> QStyledItemDelegateConst Source #
downCast :: QStyledItemDelegateSuper a => a -> QStyledItemDelegate Source #
newWithParent :: QObjectPtr arg'1 => arg'1 -> IO QStyledItemDelegate Source #