aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/modelinglib/qmt/serializer/modelserializer.h
blob: 9b1deb0533761c89bf8d8e0094aaf598b05727aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (C) 2016 Jochen Becher
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

#include "qmt/model/melement.h"
#include "qmt/model/mclassmember.h"
#include "qmt/model/mdependency.h"
#include "qmt/model/massociation.h"

#include "qark/serialize_enum.h"

namespace qark {

QARK_SERIALIZE_ENUM(qmt::MClassMember::MemberType)
QARK_SERIALIZE_ENUM(qmt::MClassMember::Property)
QARK_SERIALIZE_ENUM(qmt::MClassMember::Visibility)
QARK_SERIALIZE_ENUM(qmt::MDependency::Direction)
QARK_SERIALIZE_ENUM(qmt::MAssociationEnd::Kind)

} // namespace qark