{-# LANGUAGE FlexibleContexts, FlexibleInstances, ForeignFunctionInterface, MonoLocalBinds, MultiParamTypeClasses, ScopedTypeVariables, TypeSynonymInstances, UndecidableInstances #-} ---------- GENERATED FILE, EDITS WILL BE LOST ---------- {-# LANGUAGE NoMonomorphismRestriction #-} module Graphics.UI.Qtah.Core.QXmlStreamAttribute ( QXmlStreamAttributeValue (..), QXmlStreamAttributeConstPtr (..), QXmlStreamAttributePtr (..), QXmlStreamAttributeConst, QXmlStreamAttribute, castConst, cast, downCastConst, downCast, decode, new, newCopy, newWithNamespaceUriAndNameAndValue, newWithQualifiedNameAndValue, aSSIGN, eQ, isDefault, nE, ) where import qualified Foreign.Hoppy.Runtime as QtahFHR import Graphics.UI.Qtah.Generated.Core.QXmlStreamAttribute import qualified Graphics.UI.Qtah.Generated.Core.QXmlStreamAttribute as M174 import Prelude () import qualified Prelude as QtahP castConst = toQXmlStreamAttributeConst cast = toQXmlStreamAttribute downCastConst = downToQXmlStreamAttributeConst downCast = downToQXmlStreamAttribute decode :: (QXmlStreamAttributeConstPtr this) => this -> QtahP.IO M174.QXmlStreamAttribute decode = QtahFHR.decode QtahP.. toQXmlStreamAttributeConst