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

Ralf Habacker via KDE Bugzilla bugzilla_noreply at kde.org
Tue May 24 04:49:24 UTC 2016


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

Ralf Habacker <ralf.habacker at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |laysrodriguessilva at gmail.co
                   |                            |m,
                   |                            |ralf.habacker at freenet.de,
                   |                            |sandroandrade at kde.org

--- Comment #9 from Ralf Habacker <ralf.habacker at freenet.de> ---
@lays: A few note how to deal with the remaining keywords:
1. The question if a keyword belongs to Codegen_Utils::cppDatatypes() or
something else. Options are  createCppStereotypes() or something else. From
looking at http://www.tutorialspoint.com/cplusplus/cpp_modifier_types.htm there
are also type qualifiers like const, volatile, restrict, mutable, register
2. We need to take a look if a related token is supported by UML or not. (Maybe
Sandro can give some inlights into this area). See comment 8 for a supported
example. If it is not supported directly by UML, we need to see how this could
be implemented in the UML model. 
3. We need to see how we let the user enters the keyword in the gui. The
"const" prefix from comment 8 is implemented as checkbox in the method property
dialog.

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


More information about the umbrello-devel mailing list