MCPcopy Create free account
hub / github.com/EasyIME/PIME / refreshCandidates

Method refreshCandidates

PIMETextService/PIMETextService.cpp:306–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void TextService::refreshCandidates() {
307 if (validCandidateListElementId_) {
308 auto elementMgr = Ime::ComPtr<ITfUIElementMgr>::queryFrom(threadMgr());
309 if (elementMgr) {
310 elementMgr->UpdateUIElement(candidateListElementId_);
311 }
312 }
313}
314
315// show candidate list window
316void TextService::showCandidates(Ime::EditSession* session) {

Callers 1

updateCandidateListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected