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

Method saveXRotation

custom_widgets/yacreader_options_dialog.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void YACReaderOptionsDialog::saveXRotation(int value)
121{
122 settings->setValue(FLOW_TYPE_GL, YACReader::Custom);
123 settings->setValue(X_ROTATION, value);
124}
125void YACReaderOptionsDialog::saveYPosition(int value)
126{
127 settings->setValue(FLOW_TYPE_GL, YACReader::Custom);

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected