#include <Message.h>
|
|
| Message (QString const &type, QString const &value={}) |
|
| Message (QString const &type, QString const &value, QVariantMap const ¶ms) |
|
| Message (Message const &) |
|
Message & | operator= (Message const &) |
|
| Message (Message &&) noexcept |
|
Message & | operator= (Message &&) noexcept |
|
qint64 | id () const |
|
QString | type () const |
|
QString | value () const |
|
QVariantMap | params () const |
|
qint64 | ensureId () |
|
void | setType (QString const &) |
|
void | setValue (QString const &) |
|
QByteArray | toJson () const |
|
QJsonDocument | toJsonDocument () const |
|
QJsonObject | toJsonObject () const |
|
QVariantMap | toVariantMap () const |
|
|
static Message | fromJson (QByteArray const &) |
|
static Message | fromJson (QJsonDocument const &) |
|
static Message | fromJson (QJsonObject const &) |
(C) 2018 Jordan Sherer kn4cr.nosp@m.d@gm.nosp@m.ail.c.nosp@m.om - All Rights Reserved
The documentation for this class was generated from the following files: