umbrello
26.03.70-f7b1fd3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
umbrello
codegenerators
cpp
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
11
#include "
codeclassfielddeclarationblock.h
"
12
13
#include <QString>
14
15
class
CPPSourceCodeClassFieldDeclarationBlock
:
public
CodeClassFieldDeclarationBlock
16
{
17
Q_OBJECT
18
public
:
19
23
explicit
CPPSourceCodeClassFieldDeclarationBlock
(
CodeClassField
* parent);
24
28
virtual
~CPPSourceCodeClassFieldDeclarationBlock
();
29
33
void
updateContent
();
34
35
private
:
36
37
};
38
39
#endif
// CPPSOURCECODECLASSFIELDDECLARATIONBLOCK_H
CPPSourceCodeClassFieldDeclarationBlock
Definition:
cppsourcecodeclassfielddeclarationblock.h:16
CPPSourceCodeClassFieldDeclarationBlock::updateContent
void updateContent()
Definition:
cppsourcecodeclassfielddeclarationblock.cpp:25
CPPSourceCodeClassFieldDeclarationBlock::~CPPSourceCodeClassFieldDeclarationBlock
virtual ~CPPSourceCodeClassFieldDeclarationBlock()
Definition:
cppsourcecodeclassfielddeclarationblock.cpp:21
CodeClassFieldDeclarationBlock
Definition:
codeclassfielddeclarationblock.h:26
CodeClassField
Definition:
codeclassfield.h:26
codeclassfielddeclarationblock.h
Generated by
1.9.5