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.
8 #ifndef CODEPARAMETER_H
9 #define CODEPARAMETER_H
16 class QXmlStreamWriter;
75 #endif // CODEPARAMETER_H
virtual Uml::ID::Type id() const
Definition: umlobject.cpp:421
CodeParameter(ClassifierCodeDocument *doc, UMLObject *parentObj)
Definition: codeparameter.cpp:28
QString name() const
Definition: umlobject.cpp:207
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:1306
#define logError1(s, a)
Definition: uml.h:543
bool isStatic() const
Definition: umlobject.cpp:362
UMLObject * m_parentObject
Definition: codeparameter.h:63
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:344
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:595
UMLAssociation * asUMLAssociation()
Definition: umlobject.cpp:1415
ID::Type fromString(const QString &id)
Definition: basictypes.cpp:1311
Uml::Visibility::Enum visibility() const
Definition: umlobject.cpp:462
CodeComment * newCodeComment(CodeDocument *cd)
Definition: codegenfactory.cpp:399
UMLObject * findObjectById(Uml::ID::Type id)
Definition: umldoc.cpp:1051
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(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:276
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
#define logWarn0(s)
Definition: uml.h:536
Enum
Definition: basictypes.h:45
bool getStatic()
Definition: codeparameter.cpp:56
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:168
CodeComment * getComment()
Definition: codeparameter.cpp:124
void setText(const QString &text)
Definition: textblock.cpp:76
Definition: codeparameter.h:22
UMLRole * asUMLRole()
Definition: umlobject.cpp:1438
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:83
CodeComment * m_comment
Definition: codeparameter.h:64
#define logError2(s, a, b)
Definition: uml.h:549