| 103 | |
| 104 | |
| 105 | bool DistanceToReferenceDialog::TransferDataFromWindow() |
| 106 | { |
| 107 | distance = spinDistance->GetValue(); |
| 108 | |
| 109 | return true; |
| 110 | } |
| 111 | |
| 112 | void DistanceToReferenceDialog::OnButLaserCoveredClick(wxCommandEvent& event) |
| 113 | { |
nothing calls this directly
no outgoing calls
no test coverage detected