42 #ifndef QDECLARATIVEINSPECTORPROTOCOL_H 43 #define QDECLARATIVEINSPECTORPROTOCOL_H 45 #include <QtCore/QDebug> 46 #include <QtCore/QMetaType> 47 #include <QtCore/QMetaEnum> 48 #include <QtCore/QObject> 99 return stream << static_cast<quint32>(message);
118 return stream << static_cast<quint32>(tool);
137 #endif // QDECLARATIVEINSPECTORPROTOCOL_H The QDebug class provides an output stream for debugging information.
static QString toString(Tool tool)
static QString toString(Message message)
static const QMetaObject staticMetaObject
This variable stores the meta-object for the class.
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
QDataStream & operator>>(QDataStream &stream, InspectorProtocol::Message &message)
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
QDataStream & operator<<(QDataStream &stream, InspectorProtocol::Message message)
The QDataStream class provides serialization of binary data to a QIODevice.