42 #ifndef QABSTRACTMESSAGEHANDLER_H 43 #define QABSTRACTMESSAGEHANDLER_H 45 #include <QtXmlPatterns/QSourceLocation> 46 #include <QtCore/QObject> 68 virtual void handleMessage(
QtMsgType type,
70 const QUrl &identifier,
#define QT_END_NAMESPACE
This macro expands to.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QUrl class provides a convenient interface for working with URLs.
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
QtMsgType
This enum describes the messages that can be sent to a message handler (QtMsgHandler).
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QSourceLocation class identifies a location in a resource by URI, line, and column.
#define Q_XMLPATTERNS_EXPORT
The QAbstractMessageHandler class provides a callback interface for handling messages.
#define Q_DECLARE_PRIVATE(Class)