umbrello
2.35.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
@ ct_Disjoint_Specialisation
Definition: category.h:27
virtual void init()
Definition: category.cpp:30
virtual void copyInto(UMLObject *lhs) const
Definition: umlcanvasobject.cpp:297
Category_Type
Definition: category.h:26
QString name() const
Definition: umlobject.cpp:207
bool load1(QDomElement &element)
Definition: category.cpp:73
Non-graphical information for a UMLCanvasObject.
Definition: umlcanvasobject.h:31
const Type None
special value for uninitialized ID
Definition: basictypes.h:373
void emitModified()
Definition: umlobject.cpp:381
void copyInto(UMLObject *lhs) const
Definition: category.cpp:40
void save1end(QXmlStreamWriter &writer)
Definition: umlobject.cpp:937
std::string Type
Definition: basictypes.h:371
The base class for UML objects.
Definition: umlobject.h:69
UMLCategory(const QString &name=QString(), Uml::ID::Type id=Uml::ID::None)
Definition: category.cpp:14
~UMLCategory()
Definition: category.cpp:23
ObjectType m_BaseType
objects type
Definition: umlobject.h:308
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 setType(Category_Type type)
Definition: category.cpp:91
UMLCategory * asUMLCategory()
Definition: umlobject.cpp:1420
virtual UMLObject * clone() const
Definition: category.cpp:53
@ ct_Overlapping_Specialisation
Definition: category.h:28
Category_Type m_CategoryType
Definition: category.h:53
Information for a non-graphical UML Category.
Definition: category.h:22
UMLCategory::Category_Type getType()
Definition: category.cpp:83
void saveToXMI(QXmlStreamWriter &writer)
Definition: category.cpp:63
void save1(QXmlStreamWriter &writer, const QString &type, const QString &tag=QString())
Definition: umlobject.cpp:861
@ ot_Category
Definition: umlobject.h:104
@ ct_Union
Definition: category.h:29