MCPcopy Create free account
hub / github.com/ON4QZ/QSSTV / getSelection

Method getSelection

src/widgets/testpatternselection.cpp:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16etpSelect testPatternSelection::getSelection()
17{
18 if(ui->rasterRadioButton->isChecked()) return TPRASTER;
19 else if(ui->whiteRadioButton->isChecked()) return TPWHITE;
20 else if(ui->blackRadioButton->isChecked()) return TPBLACK;
21 return TPGRAY;
22}

Callers 1

slotTxTestPatternMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected