|
|
| ErrorMessage (const QString &msg) |
| |
|
SyncProtocol::SyncMessageType | getMessageType () const Q_DECL_OVERRIDE |
| | Subclasses must return the message type this message represents.
|
| |
| void | serialize (QDataStream &stream) const Q_DECL_OVERRIDE |
| | Subclasses should override this to serialize their contents to the data stream. More...
|
| |
| bool | deserialize (QDataStream &stream, SyncProtocol::tPayloadSize dataSize) Q_DECL_OVERRIDE |
| | Subclasses should override this to load their contents from the data stream. More...
|
| |
| qint64 | createFullMessage (QByteArray &target) const |
| | Writes a full message (with header) to the specified byte array. More...
|
| |
| virtual QDebug | debugOutput (QDebug dbg) const |
| | Subclasses can override this to provide proper debug output. More...
|
| |