Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Virtual methods are renamed incompletely.

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
tailsu Posted - Oct 02 2008 : 06:20:28 AM
When renaming a virtual method in a derived class, I expect that the base classes will have its respective methods renamed as well. Otherwise I'm breaking the hierarchy of overriden methods.

struct base
{
virtual void foo() {}
}

struct derived : base
{
virtual void foo() {} // 'rename' on this method doesn't suggest renaming the foo() method in the base class
}

2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Jan 31 2010 : 1:15:00 PM
case=3346 is implemented in build 1810
feline Posted - Oct 02 2008 : 07:16:24 AM
We are considering doing this:

case=3346

However it is also something that can be tricky at times. For now the solution is to trigger the rename in the base class, which should suggest / offer all of the derived classes.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000