umbrello  2.34.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
testpythonwriter.h
Go to the documentation of this file.
1 /*
2  SPDX-FileCopyrightText: 2011 Andi Fischer <andi.fischer@hispeed.ch>
3 
4  SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
5 */
6 
7 #ifndef TESTPYTHONWRITER_H
8 #define TESTPYTHONWRITER_H
9 
10 #include "testbase.h"
11 
16 {
17  Q_OBJECT
18 private slots:
19  void test_language();
20  void test_writeClass();
21  void test_reservedKeywords();
22 };
23 
24 #endif // TESTPYTHONWRITER_H
PythonWriterTest::findFileName
QString findFileName(UMLPackage *concept, const QString &ext)
Definition: testpythonwriter.cpp:20
pythonwriter.h
Uml::ProgrammingLanguage::Enum
Enum
Definition: basictypes.h:291
PythonWriter::language
virtual Uml::ProgrammingLanguage::Enum language() const
Definition: pythonwriter.cpp:492
TestPythonWriter
Definition: testpythonwriter.h:15
TestCodeGeneratorBase::temporaryPath
QString temporaryPath()
Definition: testbase.cpp:72
TestPythonWriter::test_reservedKeywords
void test_reservedKeywords()
Definition: testpythonwriter.cpp:48
Uml::ProgrammingLanguage::Python
@ Python
Definition: basictypes.h:306
TestCodeGeneratorBase
Definition: testbase.h:56
PythonWriter::writeClass
virtual void writeClass(UMLClassifier *c)
Definition: pythonwriter.cpp:177
testbase.h
IS_NOT_IMPL
const bool IS_NOT_IMPL
Definition: testpythonwriter.cpp:13
TestPythonWriter::test_language
void test_language()
Definition: testpythonwriter.cpp:26
testpythonwriter.h
c
type show c for details The hypothetical commands show w and show c should show the appropriate parts of the General Public License Of the commands you use may be called something other than show w and show c
Definition: GPL-2.0-only.txt:301
UMLAttribute
Sets up attribute information.
Definition: attribute.h:22
PythonWriter
Definition: pythonwriter.h:22
PythonWriter::reservedKeywords
virtual QStringList reservedKeywords() const
Definition: pythonwriter.cpp:521
classifier.h
UMLClassifier
Information for a non-graphical Concept/Class.
Definition: classifier.h:34
TestPythonWriter::test_writeClass
void test_writeClass()
Definition: testpythonwriter.cpp:33
PythonWriterTest
Definition: testpythonwriter.cpp:17
SimpleCodeGenerator::findFileName
QString findFileName(UMLPackage *concept, const QString &ext)
Definition: simplecodegenerator.cpp:87
UMLPackage
Non-graphical information for a Package.
Definition: package.h:27