SCIM: 두 판 사이의 차이

내용 삭제됨 내용 추가됨
Hoenny (토론 | 기여)
편집 요약 없음
Hoenny (토론 | 기여)
편집 요약 없음
6번째 줄:
SCIM is a common IM platform written in [[C++]]. It abstracts the input method interface into several [[class (computer science)|class]]es and tries to make these classes as simple and independent as possible. With such simple interfaces, developers can easily write their own input method in a few lines code.
 
SCIM은 높은 모듈화: 대부분의 컨포넌트는 당신이 원하는 [[runtime]]에실행시간에 로드할수 있도록, 동적으로 로드할수있는 모듈처럼 실행할수 있습니다. For example예로, input methods written for SCIM could be IMEngine modules, and users can use such IMEngine modules combined with different interface modules (FrontEnd) in different environment without rewrite/recompile the IMEngine modules.
 
SCIM is a higher level library comparing with XIM or IIIMF, but has much simpler interface. And it can work with XIM or even IIIMF. SCIM can also support client specific input method interface, like gtk2 immodule and [http://immodule-qt.freedesktop.org/wiki/Software_2fimmodule_2dqt qt immodule].