{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QModelIndex ( QModelIndexValue (..), QModelIndexConstPtr (..), QModelIndexPtr (..), QModelIndexConst, QModelIndex, castConst, cast, downCastConst, downCast, decode, new, newCopy, aSSIGN, child, column, eQ, flags, getData, getDataWithRole, isValid, model, nE, parent, row, sibling, ) where import qualified Foreign.Hoppy.Runtime as QtahFHR import Graphics.UI.Qtah.Generated.Core.QModelIndex import qualified Graphics.UI.Qtah.Generated.Core.QModelIndex as M92 import Prelude () import qualified Prelude as QtahP castConst = toQModelIndexConst cast = toQModelIndex downCastConst = downToQModelIndexConst downCast = downToQModelIndex decode :: (QModelIndexConstPtr this) => this -> QtahP.IO M92.QModelIndex decode = QtahFHR.decode QtahP.. toQModelIndexConst