umbrello
2.35.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Go to the documentation of this file.
6 #ifndef COMPONENTWIDGET_H
7 #define COMPONENTWIDGET_H
13 #define COMPONENT_MARGIN 10
31 virtual void paint(QPainter *painter,
const QStyleOptionGraphicsItem *option, QWidget *widget = 0);
36 virtual void saveToXMI(QXmlStreamWriter& writer);
virtual Uml::ID::Type id() const
Definition: umlobject.cpp:421
@ ot_Port
Definition: umlobject.h:105
#define DEBUG_REGISTER_DISABLED(src)
Definition: debug_utils.h:135
const QColor & backgroundColor() const
Definition: umlscene.cpp:1382
UMLObjectList containedObjects(bool includeInactive=false) const
Definition: package.cpp:269
Uml::ShowStereoType::Enum showStereoType
Definition: optionstate.h:120
The base class for UML objects.
Definition: umlobject.h:69
bool loading() const
Definition: umldoc.cpp:1628
ObjectType baseType() const
Definition: umlobject.cpp:393
OptionState & optionState()
Definition: optionstate.cpp:357
Non-graphical information for a Component.
Definition: component.h:22
bool getExecutable() const
Definition: component.cpp:127
type show c for details The hypothetical commands show w and show c should show the appropriate parts of the General Public License Of the commands you use may be called something other than show w and show c
Definition: GPL-2.0-only.txt:301
Definition: optionstate.h:310
ClassState classState
Definition: optionstate.h:325
UMLWidget * widgetOnDiagram(Uml::ID::Type id)
Definition: umlscene.cpp:1151
Definition: umlscene.h:64
#define uIgnoreZeroPointer(a)
Definition: debug_utils.h:142
Non-graphical information for a Package.
Definition: package.h:27