umbrello
2.32.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 CODEPARAMETER_H
9 #define CODEPARAMETER_H
16 class QXmlStreamWriter;
75 #endif // CODEPARAMETER_H
virtual Uml::ID::Type id() const
Definition: umlobject.cpp:420
CodeParameter(ClassifierCodeDocument *doc, UMLObject *parentObj)
Definition: codeparameter.cpp:28
QString name() const
Definition: umlobject.cpp:206
QString m_initialValue
initial value of this code parameter
Definition: codeparameter.h:65
virtual void setInitialValue(const QString &new_var)
Definition: codeparameter.cpp:98
virtual QString getTypeName() const
Definition: classifierlistitem.cpp:108
@ A
Definition: basictypes.h:237
QString toString(const ID::Type &id)
Definition: basictypes.cpp:1300
bool isStatic() const
Definition: umlobject.cpp:361
UMLObject * m_parentObject
Definition: codeparameter.h:63
UMLAssociation * asUMLAssociation()
Definition: umlobject.cpp:1384
std::string Type
Definition: basictypes.h:371
ClassifierCodeDocument * getParentDocument()
Definition: codeparameter.cpp:132
ClassifierCodeDocument * m_parentDocument
Definition: codeparameter.h:62
The base class for UML objects.
Definition: umlobject.h:69
bool isAbstract() const
Definition: umlobject.cpp:343
void syncToParent()
Definition: codeparameter.cpp:268
bool getAbstract()
Definition: codeparameter.cpp:46
Definition: classifiercodedocument.h:28
UMLRole * getUMLRole(Uml::RoleType::Enum role) const
Definition: association.cpp:580
ID::Type fromString(const QString &id)
Definition: basictypes.cpp:1305
Uml::Visibility::Enum visibility() const
Definition: umlobject.cpp:461
CodeComment * newCodeComment(CodeDocument *cd)
Definition: codegenfactory.cpp:398
UMLObject * findObjectById(Uml::ID::Type id)
Definition: umldoc.cpp:1039
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
#define uWarning()
Definition: debug_utils.h:110
UMLRole * asUMLRole()
Definition: umlobject.cpp:1407
void initFields(ClassifierCodeDocument *doc, UMLObject *obj)
Definition: codeparameter.cpp:275
virtual QString getInitialValue()
Definition: codeparameter.cpp:108
virtual ~CodeParameter()
Definition: codeparameter.cpp:38
@ B
Definition: basictypes.h:238
connect()
Definition: namespaces-multiple.php:5
virtual void updateContent()=0
void setComment(CodeComment *comment)
Definition: codeparameter.cpp:116
static UMLApp * app()
Definition: uml.cpp:275
virtual void setAttributesFromNode(QDomElement &element)
Definition: codeparameter.cpp:191
Sets up attribute information.
Definition: attribute.h:22
virtual void setAttributesOnNode(QXmlStreamWriter &writer)
Definition: codeparameter.cpp:165
Uml::Visibility::Enum getVisibility() const
Definition: codeparameter.cpp:88
Enum
Definition: basictypes.h:45
bool getStatic()
Definition: codeparameter.cpp:56
#define uError()
Definition: debug_utils.h:109
QString ID() const
Definition: codeparameter.cpp:147
virtual QString getTypeName()
Definition: codeparameter.cpp:77
Sets up association information.
Definition: association.h:28
Uml::RoleType::Enum role() const
Definition: umlrole.cpp:164
CodeComment * getComment()
Definition: codeparameter.cpp:124
void setText(const QString &text)
Definition: textblock.cpp:76
Definition: codeparameter.h:22
QString getName() const
Definition: codeparameter.cpp:66
UMLObject * getParentObject()
Definition: codeparameter.cpp:140
UMLDoc * document() const
Definition: uml.cpp:1063
UMLAssociation * parentAssociation() const
Definition: umlrole.cpp:79
CodeComment * m_comment
Definition: codeparameter.h:64