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

Method saveCoverRotation

custom_widgets/yacreader_options_dialog.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 settings->setValue(Z_COVER_OFFSET, value);
154}
155void YACReaderOptionsDialog::saveCoverRotation(int value)
156{
157 settings->setValue(FLOW_TYPE_GL, YACReader::Custom);
158 settings->setValue(COVER_ROTATION, value);
159}
160void YACReaderOptionsDialog::saveFadeOutDist(int value)
161{
162 settings->setValue(FLOW_TYPE_GL, YACReader::Custom);

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected