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

{-# LANGUAGE NoMonomorphismRestriction #-}

module Graphics.UI.Qtah.Internal.SceneEventListener (
  SceneEventListenerValue (..),
  SceneEventListenerConstPtr (..),
  SceneEventListenerPtr (..),
  SceneEventListenerConst,
  SceneEventListener,
  castConst,
  cast,
  downCastConst,
  downCast,
  new,
  doNotNotifyOnDelete,
  ) where

import Graphics.UI.Qtah.Generated.Internal.SceneEventListener
import Prelude ()


castConst = toSceneEventListenerConst
cast = toSceneEventListener
downCastConst = downToSceneEventListenerConst
downCast = downToSceneEventListener