| |
---|
| | } |
---|
| | } |
---|
| | } |
---|
| | |
---|
| | predictors.push_back(new ACPredictor(_scim_config,this)); |
---|
| | acpredictor = new ACPredictor(_scim_config,this); |
---|
| | predictors.push_back(acpredictor); |
---|
| | |
---|
| | // プラグインがなければデフォの低機能なベースクラスを使います。 |
---|
| | if (!convertors.size()) convertors.push_back(new Convertor(_scim_config)); |
---|
| | if (!preeditors.size()) preeditors.push_back(new PreEditor(_scim_config)); |
---|
| |
---|
| | for(unsigned int i = 0;i < plugins.size();i ++) { |
---|
| | plugins[i].deleteInstance(plugins[i].instance); |
---|
| | dlclose(plugins[i].dll); |
---|
| | } |
---|
| | delete acpredictor; |
---|
| | } |
---|
| | |
---|
| | /*! |
---|
| | \fn HonokaInstance::split(const String &str,const char &sep) |
---|
| |
---|
| | |