[umbrello-devel] [umbrello] [Bug 60452] missing keywords for declaring operations and variables

Ralf Habacker via KDE Bugzilla bugzilla_noreply at kde.org
Thu May 26 06:55:16 UTC 2016


https://bugs.kde.org/show_bug.cgi?id=60452

--- Comment #12 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to Ralf Habacker from comment #11)
> Refactor out data type property widget related code from attribute and
> operation dialog into class UMLDatatypeWidget.
> 
> This makes it easier to implemented further data type widget related extensions.

The data type related widgets are spread all over the code. Adding new stuff
like your proposal needs to be coded about 5 times. It is more effective to
refactor the code first to merge them into one datatype related widget before
and then implement the new feature, which will be shared by all other. 
For that I added the new class UMLDatatypeWidget, which is already used by
UMLAttributeDialog and UMLOperationDialog, it is still missing in
ParameterPropertyDialog, UMLTemplateDialog and UMLEntityAttributeDialog. If
this is finished we can implement the additions. In the meantime we need to
design the gui extensions and how to add the attributes to the internal uml
model.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list