MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / OnCollapse

Method OnCollapse

src/ModemProperties.cpp:262–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void ModemProperties::OnCollapse(wxPropertyGridEvent & /* event */) {
263 collapsed = true;
264}
265
266void ModemProperties::OnExpand(wxPropertyGridEvent &/* event */) {
267 collapsed = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected