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.
6 #ifndef CPPSOURCECODEDOCUMENT_H
7 #define CPPSOURCECODEDOCUMENT_H
66 #endif // CPPSOURCECODEDOCUMENT_H
@ Composition
Definition: codeclassfield.h:30
CPPSourceCodeDocument(UMLClassifier *classifier)
Definition: cppsourcecodedocument.cpp:32
virtual ~CPPSourceCodeDocument()
Definition: cppsourcecodedocument.cpp:47
UMLClassifier * getParentClassifier() const
Definition: classifiercodedocument.cpp:278
void resetTextBlocks()
Definition: codedocument.cpp:335
CodeBlockWithComments * addOrUpdateTaggedCodeBlockWithComments(const QString &tag, const QString &text, const QString &ctext, int indentLevel, bool forceUserBlockUpdate)
Definition: codegenobjectwithtextblocks.cpp:279
static QString cleanName(const QString &name)
Definition: codegenerator.cpp:548
bool isLifeOperation() const
Definition: operation.cpp:414
void setWriteOutText(bool write)
Definition: textblock.cpp:127
#define logError0(s)
Definition: uml.h:537
void setFileExtension(const QString &new_var)
Definition: codedocument.cpp:69
CodeGenerationPolicy * commonPolicy() const
Definition: uml.cpp:2383
@ Aggregation
Definition: codeclassfield.h:30
@ PlainAssociation
Definition: codeclassfield.h:30
@ Attribute
Definition: codeclassfield.h:30
void updateContent()
Definition: cppsourcecodedocument.cpp:78
HierarchicalCodeBlock * m_methodsBlock
Definition: cppsourcecodedocument.h:62
Definition: codegenpolicyext.h:22
Definition: cppcodegenerationpolicy.h:18
Definition: classifiercodedocument.h:28
void addCodeClassFieldMethods(CodeClassFieldList &list)
Definition: hierarchicalcodeblock.cpp:213
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
void resetTextBlocks()
Definition: cppsourcecodedocument.cpp:68
bool addTextBlock(TextBlock *add_object)
Definition: hierarchicalcodeblock.cpp:92
CodeClassFieldList * getCodeClassFieldList()
Definition: classifiercodedocument.cpp:269
static UMLApp * app()
Definition: uml.cpp:276
Definition: cppsourcecodedocument.h:17
virtual HierarchicalCodeBlock * getHierarchicalCodeBlock(const QString &tag, const QString &comment, int indentLevel)
Definition: codegenobjectwithtextblocks.cpp:176
Definition: hierarchicalcodeblock.h:20
UMLOperation * getParentOperation()
Definition: codeoperation.cpp:63
Definition: codeoperation.h:19
CodeGenPolicyExt * policyExt() const
Definition: uml.cpp:2399
QString getNewLineEndingChars() const
Definition: codegenerationpolicy.cpp:249
Information for a non-graphical Concept/Class.
Definition: classifier.h:34
CodeClassFieldList getSpecificClassFields(CodeClassField::ClassFieldType cfType) const
Definition: classifiercodedocument.cpp:52
QList< CodeClassField * > CodeClassFieldList
Definition: codeclassfieldlist.h:12
HierarchicalCodeBlock * m_constructorBlock
Definition: cppsourcecodedocument.h:61
bool getAutoGenerateAccessors()
Definition: cppcodegenerationpolicy.cpp:186
bool addCodeOperation(CodeOperation *op)
Definition: cppsourcecodedocument.cpp:51