Documentation
class QqXmlAttributes x1 where #
qXmlAttributes :: x1 -> IO (QXmlAttributes ()) #
Instances
QqXmlAttributes () # | |
Defined in Qtc.Xml.QXmlAttributes qXmlAttributes :: () -> IO (QXmlAttributes ()) # | |
QqXmlAttributes (QXmlAttributes t1) # | |
Defined in Qtc.Xml.QXmlAttributes qXmlAttributes :: QXmlAttributes t1 -> IO (QXmlAttributes ()) # |
class QqXmlAttributes_nf x1 where #
qXmlAttributes_nf :: x1 -> IO (QXmlAttributes ()) #
Instances
QqXmlAttributes_nf () # | |
Defined in Qtc.Xml.QXmlAttributes qXmlAttributes_nf :: () -> IO (QXmlAttributes ()) # | |
QqXmlAttributes_nf (QXmlAttributes t1) # | |
Defined in Qtc.Xml.QXmlAttributes qXmlAttributes_nf :: QXmlAttributes t1 -> IO (QXmlAttributes ()) # |
qName :: QXmlAttributes a -> Int -> IO String #
qXmlAttributes_delete :: QXmlAttributes a -> IO () #
Orphan instances
QlocalName (QXmlAttributes a) Int # | |
localName :: QXmlAttributes a -> Int -> IO String # | |
Qcount (QXmlAttributes a) () # | |
count :: QXmlAttributes a -> () -> IO Int # | |
Qvalue (QXmlAttributes a) String (IO String) # | |
value :: QXmlAttributes a -> String -> IO String # | |
Qvalue (QXmlAttributes a) Int (IO String) # | |
value :: QXmlAttributes a -> Int -> IO String # | |
Quri (QXmlAttributes a) Int (IO String) # | |
uri :: QXmlAttributes a -> Int -> IO String # | |
Qqtype (QXmlAttributes a) String (IO String) # | |
qtype :: QXmlAttributes a -> String -> IO String # | |
Qqtype (QXmlAttributes a) Int (IO String) # | |
qtype :: QXmlAttributes a -> Int -> IO String # | |
Qqlength (QXmlAttributes a) () (IO Int) # | |
qlength :: QXmlAttributes a -> () -> IO Int # | |
Qindex (QXmlAttributes ()) String (IO Int) # | |
index :: QXmlAttributes () -> String -> IO Int # | |
Qindex (QXmlAttributesSc a) String (IO Int) # | |
index :: QXmlAttributesSc a -> String -> IO Int # | |
Qclear (QXmlAttributes a) () (IO ()) # | |
clear :: QXmlAttributes a -> () -> IO () # | |
Qqswap (QXmlAttributes ()) (QXmlAttributes t1) # | |
qswap :: QXmlAttributes () -> QXmlAttributes t1 -> IO () # | |
Qqswap (QXmlAttributesSc a) (QXmlAttributes t1) # | |
qswap :: QXmlAttributesSc a -> QXmlAttributes t1 -> IO () # | |
Qvalue (QXmlAttributes a) (QLatin1String t1) (IO String) # | |
value :: QXmlAttributes a -> QLatin1String t1 -> IO String # | |
Qindex (QXmlAttributes ()) (QLatin1String t1) (IO Int) # | |
index :: QXmlAttributes () -> QLatin1String t1 -> IO Int # | |
Qindex (QXmlAttributesSc a) (QLatin1String t1) (IO Int) # | |
index :: QXmlAttributesSc a -> QLatin1String t1 -> IO Int # | |
Qvalue (QXmlAttributes a) (String, String) (IO String) # | |
value :: QXmlAttributes a -> (String, String) -> IO String # | |
Qqtype (QXmlAttributes a) (String, String) (IO String) # | |
qtype :: QXmlAttributes a -> (String, String) -> IO String # | |
Qindex (QXmlAttributes ()) (String, String) (IO Int) # | |
index :: QXmlAttributes () -> (String, String) -> IO Int # | |
Qindex (QXmlAttributesSc a) (String, String) (IO Int) # | |
index :: QXmlAttributesSc a -> (String, String) -> IO Int # | |
Qappend (QXmlAttributes ()) (String, String, String, String) (IO ()) # | |
append :: QXmlAttributes () -> (String, String, String, String) -> IO () # | |
Qappend (QXmlAttributesSc a) (String, String, String, String) (IO ()) # | |
append :: QXmlAttributesSc a -> (String, String, String, String) -> IO () # |