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

Method DisplayText

ActiveStereoMain.cpp:400–403  ·  view source on GitHub ↗

catch a display text event and append the text to the terminal display

Source from the content-addressed store, hash-verified

398
399// catch a display text event and append the text to the terminal display
400void ActiveStereoFrame::DisplayText(wxCommandEvent &event)
401{
402 txtLog->AppendText(event.GetString());
403}
404
405// catch a write to file event
406// the string to write is in the event

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected