Bug 118783 - Overloading virtual methods from refactoring window
Summary: Overloading virtual methods from refactoring window
Status: REPORTED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 1.5
Platform: Fedora RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-21 11:28 UTC by Mateusz Pusz
Modified: 2005-12-21 11:28 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 Mateusz Pusz 2005-12-21 11:28:11 UTC
Version:           1.5 (using KDE KDE 3.5.0)
Installed from:    Fedora RPMs
OS:                Linux

It will be great to add an interface to overload base class virtual methods from refaktoring window.

Use case:
- create base class with all its interface
- create new class
- set inheritance by making association between classes
- open refactoring window
- right-click on some virtual methods (public or protected) of base class and select an option to overload them in current class
- after that all operation data (arguments, comments) will be copied to new class.

It is very anoying to copy all methods from base class to derived class or creating a copy of base class and deleting all methods that you don't want to overload.

Best regards

Mateusz Pusz