umbrello
2.34.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Go to the documentation of this file.
54 QString& typeName, QString& roleName);
GNU GENERAL PUBLIC LICENSE June Free Software Inc Franklin Fifth USA Everyone is permitted to copy and distribute verbatim copies of this license document
Definition: GPL-2.0-only.txt:8
ObjectType
Definition: umlobject.h:75
static bool isOOClass(const UMLClassifier *c)
Definition: adawriter.cpp:61
@ Implementation
Definition: basictypes.h:49
Enum
Definition: basictypes.h:291
bool isInterface() const
Definition: classifier.cpp:116
virtual QStringList reservedKeywords() const
Definition: adawriter.cpp:538
PackageFileMap m_pkgsGenerated
Definition: adawriter.h:72
Definition: umlattributelist.h:20
QString name() const
Definition: umlobject.cpp:207
virtual QString getHeadingFile(const QString &file)
Definition: codegenerator.cpp:406
UMLAttributeList getParmList() const
Definition: operation.cpp:177
virtual QString getTypeName() const
Definition: template.cpp:77
static QString cleanName(const QString &name)
Definition: codegenerator.cpp:548
virtual UMLClassifierListItemList getFilteredList(UMLObject::ObjectType ot) const
Definition: classifier.cpp:999
@ ot_Class
Definition: umlobject.h:85
UMLClassifier * getType() const
Definition: classifierlistitem.cpp:98
void finalizeRun()
Definition: adawriter.cpp:664
QString getInitialValue() const
Definition: attribute.cpp:100
void writeOperation(UMLOperation *op, QTextStream &ada, bool is_comment=false)
Definition: adawriter.cpp:441
virtual QString getTypeName() const
Definition: classifierlistitem.cpp:108
AdaWriter()
Definition: adawriter.cpp:36
@ A
Definition: basictypes.h:237
@ Logical
Definition: basictypes.h:28
static void findObjectsRelated(UMLClassifier *c, UMLPackageList &cList)
Definition: codegenerator.cpp:621
@ ot_Interface
Definition: umlobject.h:82
#define logError1(s, a)
Definition: uml.h:543
UMLObject * umlParent() const
Definition: umlobject.cpp:676
QString className(UMLClassifier *c, bool inOwnScope=true)
Definition: adawriter.cpp:84
QString overwritableName(UMLPackage *concept, const QString &name, const QString &ext)
Definition: simplecodegenerator.cpp:163
UMLPackage * umlPackage() const
Definition: umlobject.cpp:651
bool isStatic() const
Definition: umlobject.cpp:362
Enum
Definition: basictypes.h:254
QList< UMLClassifier * > UMLClassifierList
Definition: umlclassifierlist.h:12
virtual void writeClass(UMLClassifier *c)
Definition: adawriter.cpp:207
virtual Uml::ProgrammingLanguage::Enum language() const
Definition: adawriter.cpp:53
QString indent()
Definition: simplecodegenerator.cpp:72
void declareClass(UMLClassifier *c, QTextStream &ada)
Definition: adawriter.cpp:173
bool isAbstract() const
Definition: umlobject.cpp:344
int m_indentLevel
Definition: simplecodegenerator.h:73
@ InOut
Definition: basictypes.h:256
bool forceDoc() const
Definition: codegenerator.cpp:764
@ ot_EnumLiteral
Definition: umlobject.h:90
UMLClassifierList m_classesGenerated
Definition: adawriter.h:79
@ Aggregation
Definition: basictypes.h:94
virtual bool isReservedKeyword(const QString &rPossiblyReservedKeyword)
Definition: adawriter.cpp:521
@ Public
Definition: basictypes.h:46
Uml::ParameterDirection::Enum getParmKind() const
Definition: attribute.cpp:123
void showGeneratedFile(const QString &filename)
Definition: moc_codegenerator.cpp:181
Uml::Visibility::Enum visibility() const
Definition: umlobject.cpp:462
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two distribute and or modify the software for each author s protection and we want to make certain that everyone understands that there is no warranty for this free software If the software is modified by someone else and passed we want its recipients to know that what they have is not the so that any problems introduced by others will not reflect on the original authors reputations any free program is threatened constantly by software patents We wish to avoid the danger that redistributors of a free program will individually obtain patent in effect making the program proprietary To prevent we have made it clear that any patent must be licensed for everyone s free use or not licensed at all The precise terms and conditions for distribution and modification follow TERMS AND CONDITIONS FOR DISTRIBUTION AND MODIFICATION This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License The refers to any such program or and a work based on the Program means either the Program or any derivative work under copyright a work containing the Program or a portion of it
Definition: GPL-2.0-only.txt:64
QString a
Definition: petalnode.cpp:13
QString m_endl
Definition: simplecodegenerator.h:74
virtual QString fullyQualifiedName(const QString &separator=QString(), bool includeRoot=false) const
Definition: umlobject.cpp:223
static QString packageName(UMLPackage *p)
Definition: adawriter.cpp:108
static QString formatDoc(const QString &text, const QString &linePrefix=QLatin1String(" *"), int lineWidth=80)
Definition: codegenerator.cpp:711
@ Ada
Definition: basictypes.h:293
UMLClassifier * asUMLClassifier()
Definition: umlobject.cpp:1420
Definition: simplecodegenerator.h:29
Definition: adawriter.h:28
@ B
Definition: basictypes.h:238
@ Out
Definition: basictypes.h:257
QStringList defaultDatatypes() const
Definition: adawriter.cpp:498
static QString toString(ObjectType ot)
Definition: umlobject.cpp:1212
Enum
Definition: basictypes.h:92
#define logWarn1(s, a)
Definition: uml.h:542
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
static UMLApp * app()
Definition: uml.cpp:276
Sets up attribute information.
Definition: attribute.h:22
QMap< QString, QFile * > PackageFileMap
Definition: adawriter.h:66
bool isUMLDatatype() const
Definition: umlobject.h:204
QList< UMLPackage * > UMLPackageList
Definition: umlpackagelist.h:11
#define logWarn0(s)
Definition: uml.h:536
Enum
Definition: basictypes.h:45
Definition: umlclassifierlistitemlist.h:21
void codeGenerated(UMLClassifier *concept, bool generated)
Definition: moc_codegenerator.cpp:167
Definition: operation.h:19
@ ot_Enum
Definition: umlobject.h:84
Information for a non-graphical Concept/Class.
Definition: classifier.h:34
Sets up association information.
Definition: association.h:28
virtual ~AdaWriter()
Definition: adawriter.cpp:45
@ Composition
Definition: basictypes.h:103
QList< UMLTemplate * > UMLTemplateList
Definition: umltemplatelist.h:13
Sets up template information.
Definition: template.h:21
static const QString defaultPackageSuffix
Definition: adawriter.h:64
@ Private
Definition: basictypes.h:47
bool forceSections() const
Definition: codegenerator.cpp:774
@ Protected
Definition: basictypes.h:48
QList< UMLOperation * > UMLOperationList
Definition: umloperationlist.h:12
A base class for classifier list items (e.g. attributes)
Definition: classifierlistitem.h:24
Non-graphical Information for an Enum.
Definition: enum.h:23
QList< UMLAssociation * > UMLAssociationList
Definition: umlassociationlist.h:12
void computeAssocTypeAndRole(UMLClassifier *c, UMLAssociation *a, QString &typeName, QString &roleName)
Definition: adawriter.cpp:140
bool openFile(QFile &file, const QString &name)
Definition: codegenerator.cpp:522
Non-graphical information for a Package.
Definition: package.h:27