umbrello
2.38.4
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
codegenerators
cpp
cppheadercodeclassfielddeclarationblock.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: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
6
*/
7
8
#ifndef CPPHEADERCODECLASSFIELDDECLARATIONBLOCK_H
9
#define CPPHEADERCODECLASSFIELDDECLARATIONBLOCK_H
10
11
#include "
codeclassfielddeclarationblock.h
"
12
13
#include <QString>
14
15
class
CPPHeaderCodeClassFieldDeclarationBlock
:
public
CodeClassFieldDeclarationBlock
16
{
17
Q_OBJECT
18
public
:
19
23
explicit
CPPHeaderCodeClassFieldDeclarationBlock
(
CodeClassField
* parent);
24
28
virtual
~CPPHeaderCodeClassFieldDeclarationBlock
();
29
33
void
updateContent
();
34
35
private
:
36
37
38
};
39
40
#endif
// CPPHEADERCODECLASSFIELDDECLARATIONBLOCK_H
CPPHeaderCodeClassFieldDeclarationBlock
Definition
cppheadercodeclassfielddeclarationblock.h:16
CPPHeaderCodeClassFieldDeclarationBlock::~CPPHeaderCodeClassFieldDeclarationBlock
virtual ~CPPHeaderCodeClassFieldDeclarationBlock()
Definition
cppheadercodeclassfielddeclarationblock.cpp:21
CPPHeaderCodeClassFieldDeclarationBlock::updateContent
void updateContent()
Definition
cppheadercodeclassfielddeclarationblock.cpp:25
CodeClassFieldDeclarationBlock
Definition
codeclassfielddeclarationblock.h:26
CodeClassField
Definition
codeclassfield.h:26
codeclassfielddeclarationblock.h
Generated by
1.9.8