[Uml-devel] [Bug 98022] New: Visibility selector needs 'Implementation' option
Marcos Mayorga
the at drmay.net
Thu Jan 27 16:16:48 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=98022
Summary: Visibility selector needs 'Implementation' option
Product: umbrello
Version: unspecified
Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: umbrello-devel.kde.org
ReportedBy: the drmay net
Version: 1.3.90 (using KDE 3.3.91 (beta1), compiled sources)
Compiler: gcc version 3.3.4 (Debian 1:3.3.4-13)
OS: Linux (i686) release 2.6.8.1
In the visibility selector, in class properties dialog, which actually is composed by public, protected and private options, need 'Implementation option' which means that the class is not visible to the specification (header in c++). The code generator will write the class declaration in a implementation file.
The same for attributes and operations, the code generator would write the declarations in the implementation file (cpp for c++) rather than in the spec file. (.h)
The same for dependency relationships (in this case two optins: public,implementation), the code generator would write the include directive in the cpp when 'implementation' and in the header when 'public'
More information about the umbrello-devel
mailing list