umbrello
2.35.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
bool m_executable
holds whether this is an executable component or not
Definition: component.h:40
QString name() const
Definition: umlobject.cpp:207
void setExecutable(bool executable)
Definition: component.cpp:119
const Type None
special value for uninitialized ID
Definition: basictypes.h:373
virtual void saveToXMI(QXmlStreamWriter &writer)
Definition: umlobject.cpp:840
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
OptionState & optionState()
Definition: optionstate.cpp:357
ObjectType m_BaseType
objects type
Definition: umlobject.h:308
bool load1(QDomElement &element)
Definition: component.cpp:77
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
Non-graphical information for a Component.
Definition: component.h:22
QListIterator< QPointer< UMLObject > > UMLObjectListIt
Definition: umlobjectlist.h:15
virtual void copyInto(UMLObject *lhs) const
Definition: umlobject.cpp:310
bool getExecutable() const
Definition: component.cpp:127
bool isCommonXMI1Attribute(const QString &tag)
Definition: model_utils.cpp:808
if the work is an executable linked with the with the complete machine readable work that uses the as object code and or source so that the user can modify the Library and then relink to produce a modified executable containing the modified valid for at least three to give the same user the materials specified in for a charge no more than the cost of performing this distribution c If distribution of the work is made by offering access to copy from a designated offer equivalent access to copy the above specified materials from the same place d Verify that the user has already received a copy of these materials or that you have already sent this user a copy For an executable
Definition: LGPL-2.0-only.txt:274
void saveToXMI(QXmlStreamWriter &writer)
Definition: component.cpp:53
UMLObjectList m_objects
Definition: package.h:78
#define logWarn1(s, a)
Definition: uml.h:544
@ ot_Component
Definition: umlobject.h:92
UMLComponent(const QString &name=QString(), Uml::ID::Type id=Uml::ID::None)
Definition: component.cpp:25
static bool tagEq(const QString &tag, const QString &pattern)
Definition: umldoc.cpp:3652
virtual ~UMLComponent()
Definition: component.cpp:35
virtual bool loadFromXMI(QDomElement &element)
Definition: umlobject.cpp:1027
bool setUMLPackage(UMLPackage *pPkg)
Definition: umlobject.cpp:620
UMLObject * makeObjectFromXMI(const QString &xmiTag, const QString &stereoID)
Definition: object_factory.cpp:380
virtual UMLObject * clone() const
Definition: component.cpp:42
bool addObject(UMLObject *pObject, bool interactOnConflict=true)
Definition: package.cpp:135
#define uIgnoreZeroPointer(a)
Definition: debug_utils.h:142
void save1(QXmlStreamWriter &writer, const QString &type, const QString &tag=QString())
Definition: umlobject.cpp:861
Non-graphical information for a Package.
Definition: package.h:27