Implement Missing Pure Virtual Methods

An error is triggered when a non-virtual class does not implement all the inherited pure virtual methods.

../../_images/sv_quick_fix_implement_missing_pure_virtual_list.png

Place the editor cursor on the error’s line and press Ctrl+1, select Implement Missing Pure Virtual Methods from the list of quick fix proposals and press Enter.

All missing implementations are created:

../../_images/sv_quick_fix_implement_missing_pure_virtual_after.png

Tip

You can change the method signature by editing the Method Code Templates

Note

The implementation stubs contain a TODO reminder which shows up the Tasks View. See Track Tasks using TODO Markers.