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

Method setStripeConfig

custom_widgets/yacreader_options_dialog.cpp:288–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void YACReaderOptionsDialog::setStripeConfig()
289{
290 gl->setValues(presetYACReaderFlowStripeConfig);
291
292 saveFlowParameters();
293
294 settings->setValue(FLOW_TYPE_GL, YACReader::Strip);
295}
296
297void YACReaderOptionsDialog::setOverlappedStripeConfig()
298{

Callers

nothing calls this directly

Calls 2

setValuesMethod · 0.80
setValueMethod · 0.80

Tested by

no test coverage detected