| 46 | // Virtual event handlers, override them in your derived class |
| 47 | virtual void OnSoapyModuleChanged( wxCommandEvent& event ) { event.Skip(); } |
| 48 | virtual void OnCancelButton( wxCommandEvent& event ) { event.Skip(); } |
| 49 | virtual void OnOkButton( wxCommandEvent& event ) { event.Skip(); } |
| 50 | |
| 51 |
nothing calls this directly
no outgoing calls
no test coverage detected