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

Method getCommand

cr3gui/src/settings.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 int _defParams;
37public:
38 bool getCommand( int & cmd, int & params )
39 {
40 lString16 v = _menu->getProps()->getStringDef(LCSTR(_settingKey), "");
41 cmd = _defCommand;
42 params = _defParams;
43 return splitIntegerList( v, lString16(","), cmd, params );
44 }
45 /// submenu for options dialog support
46 virtual lString16 getSubmenuValue()
47 {

Callers

nothing calls this directly

Calls 4

splitIntegerListFunction · 0.85
lString16Class · 0.85
getStringDefMethod · 0.45
getPropsMethod · 0.45

Tested by

no test coverage detected