umbrello
2.32.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Go to the documentation of this file.
8 #ifndef OWNEDHIERARCHICALCODEBLOCK_H
9 #define OWNEDHIERARCHICALCODEBLOCK_H
47 virtual void saveToXMI1(QXmlStreamWriter& writer) = 0;
72 #endif // OWNEDHIERARCHICALCODEBLOCK_H
virtual void setAttributesFromNode(QDomElement &element)
Definition: ownedhierarchicalcodeblock.cpp:79
virtual void release()
Definition: ownedhierarchicalcodeblock.cpp:34
virtual void saveToXMI1(QXmlStreamWriter &writer)=0
Definition: ownedcodeblock.h:23
virtual ~OwnedHierarchicalCodeBlock()
Definition: ownedhierarchicalcodeblock.cpp:25
void syncToParent()
Definition: ownedhierarchicalcodeblock.cpp:94
virtual void setAttributesOnNode(QXmlStreamWriter &writer)
Definition: hierarchicalcodeblock.cpp:250
virtual void setAttributesFromObject(TextBlock *obj)
Definition: ownedcodeblock.cpp:71
@ A
Definition: basictypes.h:237
QString toString(const ID::Type &id)
Definition: basictypes.cpp:1300
OwnedHierarchicalCodeBlock(UMLObject *parent, CodeDocument *parentDoc, const QString &start=QString(), const QString &end=QString(), const QString &comment=QString())
Definition: ownedhierarchicalcodeblock.cpp:19
Definition: codedocument.h:29
The base class for UML objects.
Definition: umlobject.h:69
UMLObject * getParentObject()
Definition: ownedcodeblock.cpp:63
virtual void release()
Definition: hierarchicalcodeblock.cpp:385
it is up to the author donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License If the distribution and or use of the Library is restricted in certain countries either by patents or by copyrighted the original copyright holder who places the Library under this License may add an geographical distribution limitation excluding those so that distribution is permitted only in or among countries not thus excluded In such this License incorporates the limitation as if written in the body of this License The Free Software Foundation may publish revised and or new versions of the Library General Public License from time to time Such new versions will be similar in spirit to the present but may differ in detail to address new problems or concerns Each version is given a distinguishing version number If the Library specifies a version number of this License which applies to it and any later you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation If the Library does not specify a license version number
Definition: LGPL-2.0-only.txt:368
UMLRole * asUMLRole()
Definition: umlobject.cpp:1407
virtual void loadFromXMI1(QDomElement &root)=0
virtual void updateContent()=0
Definition: ownedhierarchicalcodeblock.h:22
ContentType contentType() const
Definition: codeblock.cpp:50
@ AutoGenerated
the content was generated by code generation itself
Definition: codeblock.h:24
Definition: hierarchicalcodeblock.h:20
virtual void setAttributesFromNode(QDomElement &element)
Definition: ownedcodeblock.cpp:105
CodeDocument * getParentDocument()
Definition: ownedhierarchicalcodeblock.cpp:89
virtual void release()
Definition: ownedcodeblock.cpp:51
CodeDocument * getParentDocument() const
Definition: textblock.cpp:66
virtual void setAttributesFromNode(QDomElement &element)
Definition: hierarchicalcodeblock.cpp:277
Uml::RoleType::Enum role() const
Definition: umlrole.cpp:164
Definition: textblock.h:22
virtual void setAttributesFromObject(TextBlock *obj)
Definition: hierarchicalcodeblock.cpp:296
virtual void setAttributesFromObject(TextBlock *obj)
Definition: ownedhierarchicalcodeblock.cpp:43
virtual void setAttributesOnNode(QXmlStreamWriter &writer)
Definition: ownedhierarchicalcodeblock.cpp:53
virtual void setAttributesOnNode(QXmlStreamWriter &writer)
Definition: ownedcodeblock.cpp:80