umbrello
2.32.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
umbrello
codegenerators
cpp
cppheadercodeclassfielddeclarationblock.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) 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov> *
8
* copyright (C) 2004-2020 *
9
* Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
10
***************************************************************************/
11
12
#ifndef CPPHEADERCODECLASSFIELDDECLARATIONBLOCK_H
13
#define CPPHEADERCODECLASSFIELDDECLARATIONBLOCK_H
14
15
#include "
codeclassfielddeclarationblock.h
"
16
17
#include <QString>
18
19
class
CPPHeaderCodeClassFieldDeclarationBlock
:
public
CodeClassFieldDeclarationBlock
20
{
21
Q_OBJECT
22
public
:
23
27
explicit
CPPHeaderCodeClassFieldDeclarationBlock
(
CodeClassField
* parent);
28
32
virtual
~CPPHeaderCodeClassFieldDeclarationBlock
();
33
37
void
updateContent
();
38
39
private
:
40
41
42
};
43
44
#endif
// CPPHEADERCODECLASSFIELDDECLARATIONBLOCK_H
CPPHeaderCodeClassFieldDeclarationBlock
Definition:
cppheadercodeclassfielddeclarationblock.h:20
CPPHeaderCodeClassFieldDeclarationBlock::~CPPHeaderCodeClassFieldDeclarationBlock
virtual ~CPPHeaderCodeClassFieldDeclarationBlock()
Definition:
cppheadercodeclassfielddeclarationblock.cpp:24
CPPHeaderCodeClassFieldDeclarationBlock::updateContent
void updateContent()
Definition:
cppheadercodeclassfielddeclarationblock.cpp:28
CPPHeaderCodeClassFieldDeclarationBlock::CPPHeaderCodeClassFieldDeclarationBlock
CPPHeaderCodeClassFieldDeclarationBlock(CodeClassField *parent)
Definition:
cppheadercodeclassfielddeclarationblock.cpp:18
CodeClassFieldDeclarationBlock
Definition:
codeclassfielddeclarationblock.h:30
CodeClassField
Definition:
codeclassfield.h:30
codeclassfielddeclarationblock.h
Generated by
1.9.1