{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QMetaObject ( QMetaObjectValue (..), QMetaObjectConstPtr (..), QMetaObjectPtr (..), QMetaObjectConst, QMetaObject, castConst, cast, downCastConst, downCast, classInfo, classInfoCount, classInfoOffset, constructor, constructorCount, enumerator, enumeratorCount, enumeratorOffset, indexOfClassInfo, indexOfConstructor, indexOfEnumerator, indexOfMethod, indexOfProperty, indexOfSignal, indexOfSlot, inherits, method, methodCount, methodOffset, property, propertyCount, propertyOffset, superClass, userProperty, ) where import Graphics.UI.Qtah.Generated.Core.QMetaObject import Prelude () castConst = toQMetaObjectConst cast = toQMetaObject downCastConst = downToQMetaObjectConst downCast = downToQMetaObject