umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Functions | |
UMLWidget * | createWidget (UMLScene *scene, UMLObject *o) |
bool | validateObjType (UMLObject::ObjectType expected, UMLObject *&o, Uml::ID::Type id) |
UMLWidget * | makeWidgetFromXMI (const QString &tag, const QString &idStr, UMLScene *scene) |
Widget factory methods. Bugs and comments to umbre.nosp@m.llo-.nosp@m.devel.nosp@m.@kde.nosp@m..org or https://bugs.kde.org
Create a UMLWidget in the given view and representing the given document object.
UMLWidget * Widget_Factory::makeWidgetFromXMI | ( | const QString & | tag, |
const QString & | idStr, | ||
UMLScene * | scene | ||
) |
Create a UMLWidget according to the given XMI tag.
bool Widget_Factory::validateObjType | ( | UMLObject::ObjectType | expected, |
UMLObject *& | o, | ||
Uml::ID::Type | id | ||
) |