umbrello
2.39.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
umbrello
umlmodel
umlobjectprivate.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-2.0-or-later
3
4
SPDX-FileCopyrightText: 2016 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
5
*/
6
7
#ifndef UMLOBJECTPRIVATE_H
8
#define UMLOBJECTPRIVATE_H
9
10
class
UMLObjectPrivate
{
11
public
:
12
UMLObjectPrivate
() :
isSaved
(false) { }
13
bool
isSaved
;
14
};
15
16
17
#endif
// UMLOBJECTPRIVATE_H
UMLObjectPrivate
Definition
umlobjectprivate.h:10
UMLObjectPrivate::UMLObjectPrivate
UMLObjectPrivate()
Definition
umlobjectprivate.h:12
UMLObjectPrivate::isSaved
bool isSaved
Definition
umlobjectprivate.h:13
Generated by
1.10.0