{-# 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