Bug 81068

Summary: Disregards "Generate accessors methods" setting in CPP generation
Product: [Applications] umbrello Reporter: Gregory Shpitalnik <g_greg>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Gregory Shpitalnik 2004-05-07 00:20:12 UTC
Version:            (using KDE KDE 3.2.0)
Installed from:    I Don't Know
OS:          Linux

Umbrello C++ generator always generates accessors for
class attributes even when  "Generate accessors methods" setting is not marked.

It would be also nice to take into account class attributes prefix
like "m_" when generating accessors methods.
For instance if you have class attribute "m_name" then
generate accessors get_name()/set_name() rather than
get_m_name()/set_m_name().
It might be helpfull to add "Class attributes prefix" setting to the
C++ Code generation settings and generate accessors with regard to this setting.
Comment 1 Oliver Kellogg 2004-07-08 21:45:01 UTC
I tried solving this one (81068) but I'm afraid I'll have to pass up.
Marking this as duplicate of 84739 instead of vice versa
because the explanations at 84739 are more helpful.


*** This bug has been marked as a duplicate of 84739 ***