[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 07:05:41 UTC 2016
https://bugs.kde.org/show_bug.cgi?id=60452
--- Comment #13 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to Ralf Habacker from comment #12)
> how to add the attributes to the internal uml model.
In recent umbrello code there is no class UMLDatatype, which would be easy to
extend for example with setVolatile() or setMutable(). The whole type is a
simple QString.
Having a QString makes it easy to add specific types manually like 'const
volatile int *' but has the drawback that it is required to parse/splitted in
the gui for representing/selecting parts of the type for example on a checkbox
for 'const' or to select a keyword in a combo box. On editing the type by
pressing a checkbox the type input field need to be updated.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list