Documentation
class QqXmlLocator x1 where #
qXmlLocator :: x1 -> IO (QXmlLocator ()) #
Instances
QqXmlLocator () # | |
Defined in Qtc.Xml.QXmlLocator qXmlLocator :: () -> IO (QXmlLocator ()) # | |
QqXmlLocator (QXmlLocator t1) # | |
Defined in Qtc.Xml.QXmlLocator qXmlLocator :: QXmlLocator t1 -> IO (QXmlLocator ()) # |
class QqXmlLocator_nf x1 where #
qXmlLocator_nf :: x1 -> IO (QXmlLocator ()) #
Instances
QqXmlLocator_nf () # | |
Defined in Qtc.Xml.QXmlLocator qXmlLocator_nf :: () -> IO (QXmlLocator ()) # | |
QqXmlLocator_nf (QXmlLocator t1) # | |
Defined in Qtc.Xml.QXmlLocator qXmlLocator_nf :: QXmlLocator t1 -> IO (QXmlLocator ()) # |
qXmlLocator_delete :: QXmlLocator a -> IO () #
qXmlLocator_delete1 :: QXmlLocator a -> IO () #
Orphan instances
QlineNumber (QXmlLocator ()) () # | |
lineNumber :: QXmlLocator () -> () -> IO Int # | |
QlineNumber (QXmlLocatorSc a) () # | |
lineNumber :: QXmlLocatorSc a -> () -> IO Int # | |
QcolumnNumber (QXmlLocator ()) () # | |
columnNumber :: QXmlLocator () -> () -> IO Int # | |
QcolumnNumber (QXmlLocatorSc a) () # | |
columnNumber :: QXmlLocatorSc a -> () -> IO Int # | |
QuserMethod (QXmlLocator ()) () (IO ()) # | |
userMethod :: QXmlLocator () -> Int -> () -> IO () # | |
QuserMethod (QXmlLocatorSc a) () (IO ()) # | |
userMethod :: QXmlLocatorSc a -> Int -> () -> IO () # | |
QuserMethod (QXmlLocator ()) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QXmlLocator () -> Int -> QVariant () -> IO (QVariant ()) # | |
QuserMethod (QXmlLocatorSc a) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QXmlLocatorSc a -> Int -> QVariant () -> IO (QVariant ()) # |