{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QPluginLoader ( QPluginLoaderValue (..), QPluginLoaderConstPtr (..), QPluginLoaderPtr (..), QPluginLoaderConst, QPluginLoader, castConst, cast, downCastConst, downCast, new, newWithFilename, newWithFilenameAndParent, newWithParent, errorString, fileName, getInstance, isLoaded, load, loadHints, setFileName, setLoadHints, staticInstances, unload, ) where import Graphics.UI.Qtah.Generated.Core.QPluginLoader import Prelude () castConst = toQPluginLoaderConst cast = toQPluginLoader downCastConst = downToQPluginLoaderConst downCast = downToQPluginLoader