| 156 | int GetCompositionLength() const override { return m_CompositionString.length(); } |
| 157 | const char *GetCandidate(int Index) const override { return m_vCandidates[Index].c_str(); } |
| 158 | int GetCandidateCount() const override { return m_vCandidates.size(); } |
| 159 | int GetCandidateSelectedIndex() const override { return m_CandidateSelectedIndex; } |
| 160 | void SetCompositionWindowPosition(float X, float Y, float H) override; |
| 161 |
no outgoing calls
no test coverage detected