QAbstractMessageHandler Class Reference
[QtXmlPatterns module]
Inherits QObject.
Methods
- __init__ (self, QObject parent = None)
- handleMessage (self, QtMsgType, QString, QUrl, QSourceLocation)
- message (self, QtMsgType, QString, QUrl identifier = QUrl(), QSourceLocation sourceLocation = QSourceLocation())
Detailed Description
Method Documentation
QAbstractMessageHandler.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QAbstractMessageHandler.handleMessage (self, QtMsgType, QString, QUrl, QSourceLocation)
This method is abstract and should be reimplemented in any sub-class.
QAbstractMessageHandler.message (self, QtMsgType, QString, QUrl identifier = QUrl(), QSourceLocation sourceLocation = QSourceLocation())