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

Method appendPattern

crengine/src/lvdocview.cpp:5781–5787  ·  view source on GitHub ↗

append chars to search pattern

Source from the content-addressed store, hash-verified

5779
5780// append chars to search pattern
5781ldomWordEx * LVPageWordSelector::appendPattern( lString16 chars )
5782{
5783 ldomWordEx * res = _words.appendPattern(chars);
5784 if ( res )
5785 updateSelection();
5786 return res;
5787}
5788
5789// remove last item from pattern
5790ldomWordEx * LVPageWordSelector::reducePattern()

Callers 1

keyPressEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected