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

Method OnCheckboxPerformCalibrationClick

src/wwizard.cpp:600–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598 */
599
600void WizardPage1::OnCheckboxPerformCalibrationClick( wxCommandEvent& event )
601{
602 m_wizardParent->SetPerformCalibration(m_chkPerformCalibration->GetValue());
603 event.Skip(false);
604}
605
606
607/*!

Callers

nothing calls this directly

Calls 2

SetPerformCalibrationMethod · 0.80
GetValueMethod · 0.80

Tested by

no test coverage detected