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

Method getCommandKeyName

cr3gui/src/fsmenu.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26lString16 CRFullScreenMenu::getCommandKeyName( int cmd, int param )
27{
28 int k, f;
29 bool found = _acceleratorTable->findCommandKey( cmd, param, k, f );
30 if ( !found )
31 return lString16();
32 return lString16(getKeyName( k, f ));
33}
34
35lString16 CRFullScreenMenu::getItemNumberKeysName()
36{

Callers 1

showMainMenuMethod · 0.80

Calls 3

lString16Class · 0.85
getKeyNameFunction · 0.85
findCommandKeyMethod · 0.80

Tested by

no test coverage detected