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

Method saveZoomLevel

custom_widgets/yacreader_options_dialog.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 settings->setValue(CENTRAL_DISTANCE, value);
139}
140void YACReaderOptionsDialog::saveZoomLevel(int value)
141{
142 settings->setValue(FLOW_TYPE_GL, YACReader::Custom);
143 settings->setValue(ZOOM_LEVEL, value);
144}
145void YACReaderOptionsDialog::saveYCoverOffset(int value)
146{
147 settings->setValue(FLOW_TYPE_GL, YACReader::Custom);

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected