MCPcopy Create free account
hub / github.com/cmauri/eviacam / OnCheckboxEnableWhenFaceDetectedClick

Method OnCheckboxEnableWhenFaceDetectedClick

src/wwizard.cpp:1988–1992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1986 */
1987
1988void WizardPage8::OnCheckboxEnableWhenFaceDetectedClick( wxCommandEvent& event )
1989{
1990 wxGetApp().GetController().GetVisionPipeline().SetEnableWhenFaceDetected (m_chkEnableWhenFaceDetected->GetValue());
1991 event.Skip();
1992}
1993
1994
1995/*!

Callers

nothing calls this directly

Calls 2

GetValueMethod · 0.80

Tested by

no test coverage detected