umbrello
2.32.2
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
bool load1(QDomElement &element)
Definition: artifact.cpp:63
Non-graphical information for a Artifact.
Definition: artifact.h:22
QString name() const
Definition: umlobject.cpp:206
Draw_Type getDrawAsType() const
Definition: artifact.cpp:83
@ ot_Artifact
Definition: umlobject.h:93
void save1(const QString &tag, QXmlStreamWriter &writer)
Definition: umlobject.cpp:850
const Type None
special value for uninitialized ID
Definition: basictypes.h:373
Draw_Type m_drawAsType
Definition: artifact.h:60
virtual UMLObject * clone() const
Definition: artifact.cpp:37
UMLPackage * umlPackage() const
Definition: umlobject.cpp:649
void save1end(QXmlStreamWriter &writer)
Definition: umlobject.cpp:904
virtual ~UMLArtifact()
Definition: artifact.cpp:29
std::string Type
Definition: basictypes.h:371
The base class for UML objects.
Definition: umlobject.h:69
ObjectType m_BaseType
objects type
Definition: umlobject.h:276
UMLArtifact(const QString &name=QString(), Uml::ID::Type id=Uml::ID::None)
Definition: artifact.cpp:19
@ defaultDraw
Definition: artifact.h:31
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
@ table
Definition: artifact.h:34
virtual void copyInto(UMLObject *lhs) const
Definition: umlobject.cpp:309
void saveToXMI1(QXmlStreamWriter &writer)
Definition: artifact.cpp:50
@ library
Definition: artifact.h:33
Draw_Type
Definition: artifact.h:30
@ file
Definition: artifact.h:32
QString fullPath() const
Definition: artifact.cpp:92
void setDrawAsType(Draw_Type type)
Definition: artifact.cpp:74
Non-graphical information for a Package.
Definition: package.h:27