MCPcopy 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

10public:
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

OnOptionsChangeMethod · 0.45
mainFunction · 0.45
loadDictionariesMethod · 0.45
setLayoutMethod · 0.45

Calls 2

clearMethod · 0.45
addAllMethod · 0.45

Tested by

no test coverage detected