MCPcopy Create free account
hub / github.com/buggins/coolreader / getOptions

Method getOptions

cr3qt/src/cr3widget.cpp:763–766  ·  view source on GitHub ↗

get current option values

Source from the content-addressed store, hash-verified

761
762/// get current option values
763PropsRef CR3View::getOptions()
764{
765 return Props::clone(cr2qt( _data->_props ));
766}
767
768/// save settings from file
769bool CR3View::saveSettings( QString fn )

Callers 2

SettingsDlgMethod · 0.80
showEventMethod · 0.80

Calls 1

cr2qtFunction · 0.85

Tested by

no test coverage detected