MCPcopy Create free account
hub / github.com/andybarry/makerscanner / TransferDataFromWindow

Method TransferDataFromWindow

DistanceToReferenceDialog.cpp:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104
105bool DistanceToReferenceDialog::TransferDataFromWindow()
106{
107 distance = spinDistance->GetValue();
108
109 return true;
110}
111
112void DistanceToReferenceDialog::OnButLaserCoveredClick(wxCommandEvent& event)
113{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected