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

--- Comment #13 from Ralf Habacker <ralf.habac...@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 watching all bug changes.

Reply via email to