umbrello
2.35.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Go to the documentation of this file.
8 #ifndef CODEACCESSORMETHOD_H
9 #define CODEACCESSORMETHOD_H
15 class QXmlStreamWriter;
46 virtual void saveToXMI(QXmlStreamWriter& writer);
72 #endif // CODEACCESSORMETHOD_H
virtual void release()
Definition: codeaccessormethod.cpp:80
virtual ~CodeAccessorMethod()
Definition: codeaccessormethod.cpp:29
bool parentIsAttribute() const
Definition: codeclassfield.cpp:124
virtual void loadFromXMI(QDomElement &root)
Definition: codeaccessormethod.cpp:99
@ SET
Definition: codeaccessormethod.h:29
virtual void syncToParent()
Definition: codemethodblock.cpp:167
CodeClassField * getParentClassField()
Definition: codeaccessormethod.cpp:37
Definition: codeaccessormethod.h:17
virtual void updateMethodDeclaration()=0
CodeAccessorMethod(CodeClassField *field)
Definition: codeaccessormethod.cpp:20
void setType(AccessorType type)
Definition: codeaccessormethod.cpp:69
Definition: codeclassfield.h:25
void forceRelease()
Definition: codeaccessormethod.cpp:88
AccessorType getType()
Definition: codeaccessormethod.cpp:61
virtual void setAttributesOnNode(QXmlStreamWriter &writer)
Definition: codeaccessormethod.cpp:120
virtual void release()
Definition: codemethodblock.cpp:74
virtual void setAttributesFromNode(QDomElement &element)
Definition: codemethodblock.cpp:104
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
void initFields(CodeClassField *parentCF)
Definition: codeaccessormethod.cpp:181
AccessorType m_accessorType
Definition: codeaccessormethod.h:66
virtual void saveToXMI(QXmlStreamWriter &writer)
Definition: codeaccessormethod.cpp:107
connect()
Definition: namespaces-multiple.php:5
virtual void setAttributesFromObject(TextBlock *obj)
Definition: codemethodblock.cpp:122
@ GET
Definition: codeaccessormethod.h:29
virtual void setAttributesFromObject(TextBlock *obj)
Definition: codeaccessormethod.cpp:167
CodeClassField * m_parentclassfield
Definition: codeaccessormethod.h:65
virtual void setAttributesOnNode(QXmlStreamWriter &writer)
Definition: codemethodblock.cpp:85
void setCanDelete(bool canDelete)
Definition: textblock.cpp:46
virtual void setAttributesFromNode(QDomElement &element)
Definition: codeaccessormethod.cpp:134
@ LIST
Definition: codeaccessormethod.h:29
CodeDocument * getParentDocument() const
Definition: textblock.cpp:66
@ REMOVE
Definition: codeaccessormethod.h:29
Definition: textblock.h:22
bool parentIsAttribute()
Definition: codeaccessormethod.cpp:42
@ ADD
Definition: codeaccessormethod.h:29
AccessorType
Definition: codeaccessormethod.h:29
virtual void updateContent()=0
Definition: codemethodblock.h:25