Qtc.Core.QXmlStreamAttributes
Contents
Documentation
class QqXmlStreamAttributes x1 where #
Methods
qXmlStreamAttributes :: x1 -> IO (QXmlStreamAttributes ()) #
Instances
QqXmlStreamAttributes () # | |
Defined in Qtc.Core.QXmlStreamAttributes Methods qXmlStreamAttributes :: () -> IO (QXmlStreamAttributes ()) # | |
QqXmlStreamAttributes (QXmlStreamAttributes t1) # | |
Defined in Qtc.Core.QXmlStreamAttributes Methods qXmlStreamAttributes :: QXmlStreamAttributes t1 -> IO (QXmlStreamAttributes ()) # |
class QqXmlStreamAttributes_nf x1 where #
Methods
qXmlStreamAttributes_nf :: x1 -> IO (QXmlStreamAttributes ()) #
Instances
QqXmlStreamAttributes_nf () # | |
Defined in Qtc.Core.QXmlStreamAttributes Methods qXmlStreamAttributes_nf :: () -> IO (QXmlStreamAttributes ()) # | |
QqXmlStreamAttributes_nf (QXmlStreamAttributes t1) # | |
Defined in Qtc.Core.QXmlStreamAttributes Methods qXmlStreamAttributes_nf :: QXmlStreamAttributes t1 -> IO (QXmlStreamAttributes ()) # |
qXmlStreamAttributes_delete :: QXmlStreamAttributes a -> IO () #
Orphan instances
QhasAttribute (QXmlStreamAttributes a) String # | |
Methods hasAttribute :: QXmlStreamAttributes a -> String -> IO Bool # | |
Qvalue (QXmlStreamAttributes a) String (IO String) # | |
Methods value :: QXmlStreamAttributes a -> String -> IO String # | |
QhasAttribute (QXmlStreamAttributes a) (QLatin1String t1) # | |
Methods hasAttribute :: QXmlStreamAttributes a -> QLatin1String t1 -> IO Bool # | |
Qvalue (QXmlStreamAttributes a) (QLatin1String t1) (IO String) # | |
Methods value :: QXmlStreamAttributes a -> QLatin1String t1 -> IO String # | |
QhasAttribute (QXmlStreamAttributes a) (String, String) # | |
Methods hasAttribute :: QXmlStreamAttributes a -> (String, String) -> IO Bool # | |
Qvalue (QXmlStreamAttributes a) (String, String) (IO String) # | |
Methods value :: QXmlStreamAttributes a -> (String, String) -> IO String # | |
Qvalue (QXmlStreamAttributes a) (String, QLatin1String t2) (IO String) # | |
Methods value :: QXmlStreamAttributes a -> (String, QLatin1String t2) -> IO String # | |
Qvalue (QXmlStreamAttributes a) (QLatin1String t1, QLatin1String t2) (IO String) # | |
Methods value :: QXmlStreamAttributes a -> (QLatin1String t1, QLatin1String t2) -> IO String # | |
Qappend (QXmlStreamAttributes ()) (String, String) (IO ()) # | |
Methods append :: QXmlStreamAttributes () -> (String, String) -> IO () # | |
Qappend (QXmlStreamAttributesSc a) (String, String) (IO ()) # | |
Methods append :: QXmlStreamAttributesSc a -> (String, String) -> IO () # | |
Qappend (QXmlStreamAttributes ()) (String, String, String) (IO ()) # | |
Methods append :: QXmlStreamAttributes () -> (String, String, String) -> IO () # | |
Qappend (QXmlStreamAttributesSc a) (String, String, String) (IO ()) # | |
Methods append :: QXmlStreamAttributesSc a -> (String, String, String) -> IO () # |