T O P I C R E V I E W |
xMRi |
Posted - Feb 03 2016 : 02:38:17 AM Hi!
I am just creating new derived classes from large abstract interfaces. It is easy to implement all those virtual functions with VA-X.
But I miss the function that I want to have all implementations in the CPP file and not inline in the class.
Would be another checkbox but it would save a bunch of "Move implementation to source file"...
Selecting all functions and try to execute "Move implementation to source file" doesn't work either. But this would be to complicate to implement. ;)
Thanks for you always great support and product. Martin |
1 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Feb 03 2016 : 7:46:15 PM We are considering to implement this feature at some point:
case=81787
But Implement Virtual Functions should move the implementations to the cpp by default, so the checkbox would be a way to disable this.
At any rate, you can use Move Implementations on multiple methods if you trigger it on the class name: http://docs.wholetomato.com/default.asp?W158#moveallmethods |