{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Gui.QBackingStore ( QBackingStoreValue (..), QBackingStoreConstPtr (..), QBackingStorePtr (..), QBackingStoreConst, QBackingStore, castConst, cast, downCastConst, downCast, new, beginPaint, endPaint, flush, flushAll, flushWithWindow, hasStaticContents, paintDevice, resize, scroll, setStaticContents, size, staticContents, window, ) where import Graphics.UI.Qtah.Generated.Gui.QBackingStore import Prelude () castConst = toQBackingStoreConst cast = toQBackingStore downCastConst = downToQBackingStoreConst downCast = downToQBackingStore