{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, GeneralizedNewtypeDeriving, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-}
---------- GENERATED FILE, EDITS WILL BE LOST ----------

{-# LANGUAGE NoMonomorphismRestriction #-}

module Graphics.UI.Qtah.Gui.QPaintDeviceWindow (
  QPaintDeviceWindowValue (..),
  QPaintDeviceWindowConstPtr (..),
  QPaintDeviceWindowPtr (..),
  QPaintDeviceWindowConst,
  QPaintDeviceWindow,
  castConst,
  cast,
  downCastConst,
  downCast,
  update,
  updateRect,
  updateRegion,
  ) where

import Graphics.UI.Qtah.Generated.Gui.QPaintDeviceWindow
import Prelude ()


castConst = toQPaintDeviceWindowConst
cast = toQPaintDeviceWindow
downCastConst = downToQPaintDeviceWindowConst
downCast = downToQPaintDeviceWindow