packages feed

qtah-qt5-0.8.0: src/Graphics/UI/Qtah/Widgets/QGraphicsPixmapItem.hs

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

{-# LANGUAGE NoMonomorphismRestriction #-}

module Graphics.UI.Qtah.Widgets.QGraphicsPixmapItem (
  QGraphicsPixmapItemValue (..),
  QGraphicsPixmapItemConstPtr (..),
  QGraphicsPixmapItemPtr (..),
  QGraphicsPixmapItemConst,
  QGraphicsPixmapItem,
  castConst,
  cast,
  downCastConst,
  downCast,
  new,
  newWithParent,
  newWithPixmap,
  newWithPixmapAndParent,
  offset,
  pixmap,
  setOffset,
  setOffsetRaw,
  setPixmap,
  setShapeMode,
  setTransformationMode,
  shapeMode,
  transformationMode,
  QGraphicsPixmapItemShapeMode (..),
  ) where

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


castConst = toQGraphicsPixmapItemConst
cast = toQGraphicsPixmapItem
downCastConst = downToQGraphicsPixmapItemConst
downCast = downToQGraphicsPixmapItem