| 304 | } |
| 305 | |
| 306 | void 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 |
| 316 | void TextService::showCandidates(Ime::EditSession* session) { |