qtah-qt5-0.8.0: src/Graphics/UI/Qtah/Widgets/QAbstractItemDelegate.hs
{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-}
---------- GENERATED FILE, EDITS WILL BE LOST ----------
{-# LANGUAGE NoMonomorphismRestriction #-}
module Graphics.UI.Qtah.Widgets.QAbstractItemDelegate (
QAbstractItemDelegateValue (..),
QAbstractItemDelegateConstPtr (..),
QAbstractItemDelegatePtr (..),
QAbstractItemDelegateConst,
QAbstractItemDelegate,
castConst,
cast,
downCastConst,
downCast,
) where
import Graphics.UI.Qtah.Generated.Widgets.QAbstractItemDelegate
import Prelude ()
castConst = toQAbstractItemDelegateConst
cast = toQAbstractItemDelegate
downCastConst = downToQAbstractItemDelegateConst
downCast = downToQAbstractItemDelegate