2018-05-23 16:43:57 +00:00
|
|
|
#pragma once
|
|
|
|
|
2018-05-24 18:35:16 +00:00
|
|
|
#include "CheckableTestModel.h"
|
2018-11-17 14:55:40 +00:00
|
|
|
#include "VerbEndModel.pb.h"
|
2018-05-23 16:43:57 +00:00
|
|
|
|
2018-05-24 18:35:16 +00:00
|
|
|
class VerbEndModel : public CheckableTestModel
|
2018-05-23 16:43:57 +00:00
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
|
|
|
|
public:
|
|
|
|
VerbEndModel(QObject *parent);
|
2018-11-17 14:55:40 +00:00
|
|
|
|
2018-11-20 06:59:12 +00:00
|
|
|
void write(ESGRAF48::VerbEndModel &model) const;
|
|
|
|
void read(const ESGRAF48::VerbEndModel &model);
|
2018-05-23 16:43:57 +00:00
|
|
|
};
|