[Bug 81775] New: C++ member initializer list support in the class wizard

Steven T.Hatton hattons at globalsymmetry.com
Thu May 20 14:11:09 UTC 2004


------- 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=81775      
           Summary: C++ member initializer list support in the class wizard
           Product: kdevelop
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel kdevelop org
        ReportedBy: hattons globalsymmetry com


Version:           3.0.90-CVS (using KDE 3.2.2, SuSE)
Compiler:          gcc 3.3.2 home cooked
OS:                Linux (i686) release 2.4.21-215-default

It would be nice if the class wizard/browser supported manipulation of the member initialization list for the class.  For example when an attribute is added, it might be possible to specify a default value, or initializer based on a parameter of the constructor.  It, therefore, makes sense to provide a way to add the member attribute to the parameter lists of the constructor.  There would need to be some method of differentiating the name of the parameter from that of the member.  For example, I tend to use `attrib_' in the constructor's parameter list if the my attribute is called `attrib'.




More information about the KDevelop-devel mailing list