T O P I C R E V I E W |
EugeneKozlov |
Posted - Oct 08 2015 : 3:18:09 PM Hello,
I would like to see list of base class virtual functions to override them in 'one click' when I write class declaration. Is there any feature that allows this?
Thank you |
2 L A T E S T R E P L I E S (Newest First) |
EugeneKozlov |
Posted - Oct 10 2015 : 10:13:40 AM accord,
Thank you, this is exactly what I want. |
accord |
Posted - Oct 10 2015 : 10:05:05 AM We have a feature called Implement Interface / Virtual Methods (depending on the language you use): http://docs.wholetomato.com/default.asp?W165
Just right click on the base class and you will find it in the "Refactor (VA)" submenu, or press Alt+Shift+Q over the base class' name to trigger our dynamic refactor menu. |