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

Method saveZCoverOffset

custom_widgets/yacreader_options_dialog.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 settings->setValue(Y_COVER_OFFSET, value);
149}
150void YACReaderOptionsDialog::saveZCoverOffset(int value)
151{
152 settings->setValue(FLOW_TYPE_GL, YACReader::Custom);
153 settings->setValue(Z_COVER_OFFSET, value);
154}
155void YACReaderOptionsDialog::saveCoverRotation(int value)
156{
157 settings->setValue(FLOW_TYPE_GL, YACReader::Custom);

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected