umbrello  2.32.3
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  * 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) 2007 Jari-Matti Mäkelä <jmjm@iki.fi> *
8  * copyright (C) 2008-2020 *
9  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
10  ***************************************************************************/
11 
12 #ifndef DCODECLASSFIELDDECLARATIONBLOCK_H
13 #define DCODECLASSFIELDDECLARATIONBLOCK_H
14 
16 
17 #include <QString>
18 
20 {
21  Q_OBJECT
22 public:
23 
26 
27  void updateContent();
28 
29 };
30 
31 #endif // DCODECLASSFIELDDECLARATIONBLOCK_H
Definition: codeclassfielddeclarationblock.h:30
Definition: codeclassfield.h:30
Definition: dcodeclassfielddeclarationblock.h:20
void updateContent()
Definition: dcodeclassfielddeclarationblock.cpp:42
DCodeClassFieldDeclarationBlock(CodeClassField *parent)
Definition: dcodeclassfielddeclarationblock.cpp:26
virtual ~DCodeClassFieldDeclarationBlock()
Definition: dcodeclassfielddeclarationblock.cpp:35