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

Method saveYPosition

custom_widgets/yacreader_options_dialog.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 settings->setValue(X_ROTATION, value);
124}
125void YACReaderOptionsDialog::saveYPosition(int value)
126{
127 settings->setValue(FLOW_TYPE_GL, YACReader::Custom);
128 settings->setValue(Y_POSITION, value);
129}
130void YACReaderOptionsDialog::saveCoverDistance(int value)
131{
132 settings->setValue(FLOW_TYPE_GL, YACReader::Custom);

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected