qTbot 0.87.9547b0c
qTbot is base back end library for your c++ Qt projects.
ijsonbasedupdate.h
Go to the documentation of this file.
1//#
2//# Copyright (C) 2023-2024 QuasarApp.
3//# Distributed under the GPLv3 software license, see the accompanying
4//# Everyone is permitted to copy and distribute verbatim copies
5//# of this license document, but changing it is not allowed.
6//#
7
8
9#ifndef IJSONBASEDUPDATE_H
10#define IJSONBASEDUPDATE_H
11
12#include "iupdate.h"
14
15#include <QJsonObject>
16
17namespace qTbot {
18
23{
24public:
26
27 // iMessage interface
28 bool isValid() const override;
29 void setRawData(const QByteArray &newRawData) override;
30};
31}
32#endif // IJSONBASEDUPDATE_H
The IJsonBasedObject class This is base interface for all json base objects.
The IJsonBasedUpdate class This is updates that have a json sructure.
The iMessage class - is main interface for all messages objects.
Definition iupdate.h:29
#define QTBOT_EXPORT
Definition global.h:18