umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
cppsourcecodeclassfielddeclarationblock.h
Go to the documentation of this file.
1/*
2 SPDX-License-Identifier: GPL-2.0-or-later
3
4 SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
5 SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
6*/
7
8#ifndef CPPSOURCECODECLASSFIELDDECLARATIONBLOCK_H
9#define CPPSOURCECODECLASSFIELDDECLARATIONBLOCK_H
10
12
13#include <QString>
14
16{
17 Q_OBJECT
18public:
19
24
29
33 void updateContent ();
34
35private:
36
37};
38
39#endif // CPPSOURCECODECLASSFIELDDECLARATIONBLOCK_H
Definition: cppsourcecodeclassfielddeclarationblock.h:16
CPPSourceCodeClassFieldDeclarationBlock(CodeClassField *parent)
Definition: cppsourcecodeclassfielddeclarationblock.cpp:15
void updateContent()
Definition: cppsourcecodeclassfielddeclarationblock.cpp:25
virtual ~CPPSourceCodeClassFieldDeclarationBlock()
Definition: cppsourcecodeclassfielddeclarationblock.cpp:21
Definition: codeclassfielddeclarationblock.h:26
Definition: codeclassfield.h:26