umbrello  2.31.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umlobjectprivate.h
Go to the documentation of this file.
1 /***************************************************************************
2  * This program is free software; you can redistribute it and/or modify *
3  * it under the terms of the GNU General Public License as published by *
4  * the Free Software Foundation; either version 2 of the License, or *
5  * (at your option) any later version. *
6  * *
7  * copyright (C) 2016 *
8  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9  ***************************************************************************/
10 
11 #ifndef UMLOBJECTPRIVATE_H
12 #define UMLOBJECTPRIVATE_H
13 
15 public:
16  UMLObjectPrivate() : isSaved(false) { }
17  bool isSaved;
18 };
19 
20 
21 #endif // UMLOBJECTPRIVATE_H
UMLObjectPrivate
Definition: umlobjectprivate.h:14
UMLObjectPrivate::isSaved
bool isSaved
Definition: umlobjectprivate.h:25
UMLObjectPrivate::UMLObjectPrivate
UMLObjectPrivate()
Definition: umlobjectprivate.h:24