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

Method getSettingKey

cr3gui/src/settings.cpp:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67public:
68 CRPropRef getProps() { return _props; }
69 lString16 getSettingKey( int key, int flags )
70 {
71 lString16 res = _settingKey;
72 if ( key!=0 )
73 res = res + L"." + lString16::itoa(key) + L"." + lString16::itoa(flags);
74 return res;
75 }
76 lString16 getSettingLabel( int key, int flags )
77 {
78 return lString16(getKeyName(key, flags));

Callers 1

CRControlsMenuItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected