Bug 58339 - tool needed for automatic getters/setters generation
Summary: tool needed for automatic getters/setters generation
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 1.1.1
Platform: Debian stable Linux
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-11 11:16 UTC by noster
Modified: 2003-05-12 09:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description noster 2003-05-11 11:16:42 UTC
Version:           1.1.1 (using KDE KDE 3.1.1a)
Installed from:    Debian stable Packages
Compiler:          gcc 2.95 
OS:          Linux

The tool I would like to see in next version is automatic getter/setter generator. How it should work? For me it is simple but I'll try my best to share the vision:

new option should appear in the context menu for class in a class diagram - create getters/setters.
Selecting it should bring up a dialog with list of all available class atributtes and second list for selected ones. Two checkboxes for optional turning off generation of either getters or setters would also come in handy. Pressing nice 'generate' button would create new methods in the selected class.

For complete solution it should also generate apprioprate code for generated methods.
Comment 1 noster 2003-05-11 12:57:23 UTC
I've just managed to get latest umbrello 1.2 from CVS and ... it already has 
similiar feature. It's GUIless but it suits my needs. 
 
Bad I couldn't compile it earlier [q3-compat was missing] so I wouldn't 
bother you... 
Comment 2 Sebastian Stein 2003-05-12 09:38:12 UTC
invalid