| 1986 | */ |
| 1987 | |
| 1988 | void WizardPage8::OnCheckboxEnableWhenFaceDetectedClick( wxCommandEvent& event ) |
| 1989 | { |
| 1990 | wxGetApp().GetController().GetVisionPipeline().SetEnableWhenFaceDetected (m_chkEnableWhenFaceDetected->GetValue()); |
| 1991 | event.Skip(); |
| 1992 | } |
| 1993 | |
| 1994 | |
| 1995 | /*! |
nothing calls this directly
no test coverage detected