umbrello  2.39.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
dcodeclassfielddeclarationblock.h
Go to the documentation of this file.
1 /*
2  SPDX-License-Identifier: GPL-2.0-or-later
3 
4  SPDX-FileCopyrightText: 2007 Jari-Matti Mäkelä <jmjm@iki.fi>
5  SPDX-FileCopyrightText: 2008-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
6 */
7 
8 #ifndef DCODECLASSFIELDDECLARATIONBLOCK_H
9 #define DCODECLASSFIELDDECLARATIONBLOCK_H
10 
12 
13 #include <QString>
14 
16 {
17  Q_OBJECT
18 public:
19 
22 
23  void updateContent();
24 
25 };
26 
27 #endif // DCODECLASSFIELDDECLARATIONBLOCK_H
Definition: codeclassfielddeclarationblock.h:26
Definition: codeclassfield.h:26
Definition: dcodeclassfielddeclarationblock.h:16
void updateContent()
Definition: dcodeclassfielddeclarationblock.cpp:38
DCodeClassFieldDeclarationBlock(CodeClassField *parent)
Definition: dcodeclassfielddeclarationblock.cpp:22
virtual ~DCodeClassFieldDeclarationBlock()
Definition: dcodeclassfielddeclarationblock.cpp:31