{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QCoreApplication ( QCoreApplicationValue (..), QCoreApplicationConstPtr (..), QCoreApplicationPtr (..), QCoreApplicationConst, QCoreApplication, castConst, cast, downCastConst, downCast, addLibraryPath, applicationDirPath, applicationFilePath, applicationName, applicationPid, applicationVersion, arguments, closingDown, exec, exit, getInstance, isQuitLockEnabled, isSetuidAllowed, libraryPaths, new, organizationDomain, organizationName, postEvent, postEventWithPriority, quit, removeLibraryPath, removePostedEvents, removePostedEventsWithEventType, sendEvent, sendPostedEvents, sendPostedEventsWithObject, sendPostedEventsWithObjectAndEventType, setApplicationName, setApplicationVersion, setAttribute, setAttributeWithBool, setLibraryPaths, setOrganizationDomain, setOrganizationName, setQuitLockEnabled, setSetuidAllowed, startingUp, testAttribute, translate, translateWithDisambiguation, translateWithDisambiguationAndNum, ) where import Graphics.UI.Qtah.Generated.Core.QCoreApplication import Prelude () castConst = toQCoreApplicationConst cast = toQCoreApplication downCastConst = downToQCoreApplicationConst downCast = downToQCoreApplication