{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QItemSelection ( QItemSelectionValue (..), QItemSelectionConstPtr (..), QItemSelectionPtr (..), QItemSelectionConst, QItemSelection, castConst, cast, downCastConst, downCast, decode, new, newWithRange, contains, indexes, merge, select, split, ) where import qualified Foreign.Hoppy.Runtime as QtahFHR import Graphics.UI.Qtah.Generated.Core.QItemSelection import qualified Graphics.UI.Qtah.Generated.Core.QItemSelectionRange as M54 import Prelude () import qualified Prelude as QtahP castConst = toQItemSelectionConst cast = toQItemSelection downCastConst = downToQItemSelectionConst downCast = downToQItemSelection decode :: (QItemSelectionConstPtr this) => this -> QtahP.IO [M54.QItemSelectionRange] decode = QtahFHR.decode QtahP.. toQItemSelectionConst