It would be great to be able to select some methods from a class and choose "Generate interface". A window can then pop up where the user can select whether to generate just virtual methods or pure virtual methods.
Moreover the user might also be able to select a class name and choose "Create interface". A window can then pop up where the user can choose the following: 1. The name of the interface 2. The name of the newly created .h file 3. A list of methods to choose from that would be part of the newly created interface. 4. Ability to mark whether to create virtual or pure virtual methods in the interface.