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

Method OnCheckboxEnableWhenFaceDetectedClick

src/wconfiguration.cpp:1440–1446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1438 */
1439
1440void WConfiguration::OnCheckboxEnableWhenFaceDetectedClick( wxCommandEvent& event )
1441{
1442 wxGetApp().GetController().GetVisionPipeline().SetEnableWhenFaceDetected(m_chkEnableWhenFaceDetected->GetValue());
1443 m_spinLocateFaceTimeout->Enable (m_chkEnableWhenFaceDetected->GetValue());
1444 event.Skip(false);
1445 Changed ();
1446}
1447
1448
1449/*!

Callers

nothing calls this directly

Calls 3

GetValueMethod · 0.80
EnableMethod · 0.80

Tested by

no test coverage detected