umbrello  2.31.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
codegen_utils.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) 2004-2020 *
8  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9  ***************************************************************************/
10 
11 #ifndef CODEGEN_UTILS_H
12 #define CODEGEN_UTILS_H
13 
14 #include <QStringList>
15 
16 namespace Codegen_Utils {
17 
18 QStringList cppDatatypes();
19 
20 const QStringList reservedCppKeywords();
21 
23 
24 QString capitalizeFirstLetter(const QString &string);
25 
26 }
27 
28 #endif // CODEGEN_UTILS_H
29 
Codegen_Utils::cppDatatypes
QStringList cppDatatypes()
Definition: codegen_utils.cpp:31
UMLDoc::findOrCreateStereotype
UMLStereotype * findOrCreateStereotype(const QString &name)
Definition: umldoc.cpp:1325
Codegen_Utils::capitalizeFirstLetter
QString capitalizeFirstLetter(const QString &string)
Definition: codegen_utils.cpp:438
UMLApp::app
static UMLApp * app()
Definition: uml.cpp:269
UMLDoc
Definition: umldoc.h:75
Codegen_Utils::createCppStereotypes
void createCppStereotypes()
Definition: codegen_utils.cpp:425
uml.h
Codegen_Utils::reservedCppKeywords
const QStringList reservedCppKeywords()
Definition: codegen_utils.cpp:59
Codegen_Utils
Definition: codegen_utils.cpp:18
UMLApp::document
UMLDoc * document() const
Definition: uml.cpp:1055
codegen_utils.h
umldoc.h