Refactory classes, and use sigc++ to make code clear.
authorPeng Huang <shawn.p.huang@gmail.com>
Sun, 7 Feb 2010 05:25:35 +0000 (13:25 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Wed, 10 Feb 2010 03:18:02 +0000 (11:18 +0800)
commita6ec9cf51f8ddcf3f295ebe8f74b1c3a53248fae
tree4caa0e549bd1827da503af9ff490ab2709eb73f0
parentefa0c8f199b0e058b3cc5f88f0d6e20c382570b3
Refactory classes, and use sigc++ to make code clear.
19 files changed:
configure.ac
src/DoublePinyinEditor.cc
src/DoublePinyinEditor.h
src/Editor.cc [new file with mode: 0644]
src/Editor.h [new file with mode: 0644]
src/FullPinyinEditor.cc
src/FullPinyinEditor.h
src/Makefile.am
src/PhraseEditor.cc
src/PhraseEditor.h
src/PinyinArray.h
src/PinyinEditor.cc
src/PinyinEditor.h
src/PinyinEngine.cc
src/PinyinEngine.h
src/PinyinProperties.cc [new file with mode: 0644]
src/PinyinProperties.h [new file with mode: 0644]
src/RawEditor.h
src/Text.h