{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QResource ( QResourceValue (..), QResourceConstPtr (..), QResourcePtr (..), QResourceConst, QResource, castConst, cast, downCastConst, downCast, new, newWithFile, absoluteFilePath, compressionAlgorithm, fileName, getData, isCompressed, isValid, lastModified, registerResourceData, registerResourceDataAndTree, registerResourcePath, registerResourcePathAndTree, setFileName, size, unregisterResourceData, unregisterResourceDataAndTree, unregisterResourcePath, unregisterResourcePathAndTree, QResourceCompression (..), ) where import Graphics.UI.Qtah.Generated.Core.QResource import Prelude () castConst = toQResourceConst cast = toQResource downCastConst = downToQResourceConst downCast = downToQResource