umbrello
2.35.3
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
xml
xmlcodecomment.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 XMLCODECOMMENT_H
9
#define XMLCODECOMMENT_H
10
11
#include "
codecomment.h
"
12
13
#include <QString>
14
15
class
CodeDocument
;
16
21
class
XMLCodeComment
:
virtual
public
CodeComment
22
{
23
public
:
24
28
explicit
XMLCodeComment
(
CodeDocument
* doc,
const
QString & text = QString());
29
33
virtual
~XMLCodeComment
();
34
38
QString
toString
()
const
;
39
40
protected
:
41
42
private
:
43
44
};
45
46
#endif
// XMLCODECOMMENT_H
CodeComment
Definition:
codecomment.h:20
CodeDocument
Definition:
codedocument.h:30
XMLCodeComment
Definition:
xmlcodecomment.h:22
XMLCodeComment::toString
QString toString() const
Definition:
xmlcodecomment.cpp:19
XMLCodeComment::~XMLCodeComment
virtual ~XMLCodeComment()
Definition:
xmlcodecomment.cpp:15
codecomment.h
Generated by
1.9.5