Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buggins/coolreader
/ set
Method
set
cr3gui/src/t9encoding.h:12–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
public:
11
12
void set( const lString16Collection & items )
13
{
14
keytable_.clear();
15
keytable_.addAll( items );
16
}
17
18
int length() const { return keytable_.length(); }
19
Callers
5
OnOptionsChange
Method · 0.45
main
Function · 0.45
initPocketBookActionsTable
Method · 0.45
loadDictionaries
Method · 0.45
setLayout
Method · 0.45
Calls
2
clear
Method · 0.45
addAll
Method · 0.45
Tested by
no test coverage detected