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

{-# LANGUAGE NoMonomorphismRestriction #-}

module Graphics.UI.Qtah.Widgets.QRubberBand (
  QRubberBandValue (..),
  QRubberBandConstPtr (..),
  QRubberBandPtr (..),
  QRubberBandConst,
  QRubberBand,
  castConst,
  cast,
  downCastConst,
  downCast,
  new,
  newWithParent,
  move,
  resize,
  setGeometry,
  shape,
  QRubberBandShape (..),
  ) where

import Graphics.UI.Qtah.Generated.Widgets.QRubberBand
import Prelude ()


castConst = toQRubberBandConst
cast = toQRubberBand
downCastConst = downToQRubberBandConst
downCast = downToQRubberBand