MCPcopy Create free account
hub / github.com/YACReader/yacreader / setOverlappedStripeConfig

Method setOverlappedStripeConfig

custom_widgets/yacreader_options_dialog.cpp:297–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297void YACReaderOptionsDialog::setOverlappedStripeConfig()
298{
299 gl->setValues(presetYACReaderFlowOverlappedStripeConfig);
300
301 saveFlowParameters();
302
303 settings->setValue(FLOW_TYPE_GL, YACReader::StripOverlapped);
304}
305
306void YACReaderOptionsDialog::setModernConfig()
307{

Callers

nothing calls this directly

Calls 2

setValuesMethod · 0.80
setValueMethod · 0.80

Tested by

no test coverage detected