[MSCTF] Make ITfLangBarMgr C++ (#8056)

Implementing missing features...
JIRA issue: CORE-19361
- Delete langbarmgr.c (C) and add
  langbarmgr.cpp (C++).
- Remove the legacy C
  implementation of ITfLangBarMgr.
- Add CLangBarMgr class.
This commit is contained in:
Katayama Hirofumi MZ 2025-06-02 05:07:49 +09:00 committed by GitHub
parent ddcd5f7083
commit 52ca35327e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 292 additions and 199 deletions

View file

@ -11,7 +11,6 @@ list(APPEND SOURCE
displayattributemgr.c
documentmgr.c
inputprocessor.c
langbarmgr.c
msctf.c
range.c
threadmgr.c
@ -19,6 +18,7 @@ list(APPEND SOURCE
${CMAKE_CURRENT_BINARY_DIR}/msctf_stubs.c)
list(APPEND PCH_SKIP_SOURCE
langbarmgr.cpp
mlng.cpp
utils.cpp)