umbrello
2.32.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Go to the documentation of this file.
21 #ifndef TESTPYTHONWRITER_H
22 #define TESTPYTHONWRITER_H
38 #endif // TESTPYTHONWRITER_H
QString findFileName(UMLPackage *concept, const QString &ext)
Definition: testpythonwriter.cpp:34
Enum
Definition: basictypes.h:271
virtual Uml::ProgrammingLanguage::Enum language() const
Definition: pythonwriter.cpp:440
Definition: testpythonwriter.h:30
QString temporaryPath()
Definition: testbase.cpp:86
void test_reservedKeywords()
Definition: testpythonwriter.cpp:62
@ Python
Definition: basictypes.h:286
Definition: testbase.h:71
virtual void writeClass(UMLClassifier *c)
Definition: pythonwriter.cpp:180
const bool IS_NOT_IMPL
Definition: testpythonwriter.cpp:27
void test_language()
Definition: testpythonwriter.cpp:40
Sets up attribute information.
Definition: attribute.h:28
Definition: pythonwriter.h:27
virtual QStringList reservedKeywords() const
Definition: pythonwriter.cpp:469
Information for a non-graphical Concept/Class.
Definition: classifier.h:40
void test_writeClass()
Definition: testpythonwriter.cpp:47
virtual UMLAttribute * createAttribute(const QString &name=QString(), UMLObject *type=0, Uml::Visibility::Enum vis=Uml::Visibility::Private, const QString &init=QString())
Definition: classifier.cpp:756
Definition: testpythonwriter.cpp:32
QString findFileName(UMLPackage *concept, const QString &ext)
Definition: simplecodegenerator.cpp:91
UMLAttribute * addAttribute(const QString &name, Uml::ID::Type id=Uml::ID::None)
Definition: classifier.cpp:810
Non-graphical information for a Package.
Definition: package.h:33