qtah-qt5-0.8.0: src/Graphics/UI/Qtah/Core/QStringListModel.hs
{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-}
---------- GENERATED FILE, EDITS WILL BE LOST ----------
{-# LANGUAGE NoMonomorphismRestriction #-}
module Graphics.UI.Qtah.Core.QStringListModel (
QStringListModelValue (..),
QStringListModelConstPtr (..),
QStringListModelPtr (..),
QStringListModelConst,
QStringListModel,
castConst,
cast,
downCastConst,
downCast,
new,
newWithContents,
newWithContentsAndParent,
newWithParent,
setStringList,
stringList,
) where
import Graphics.UI.Qtah.Generated.Core.QStringListModel
import Prelude ()
castConst = toQStringListModelConst
cast = toQStringListModel
downCastConst = downToQStringListModelConst
downCast = downToQStringListModel