[aquaskk-changes 359] CVS update: AquaSKK/src/editor

Back to archive index

t-suw****@users***** t-suw****@users*****
2007年 9月 2日 (日) 12:52:18 JST


Index: AquaSKK/src/editor/SKKEditor.h
diff -u AquaSKK/src/editor/SKKEditor.h:1.1.2.1 AquaSKK/src/editor/SKKEditor.h:1.1.2.2
--- AquaSKK/src/editor/SKKEditor.h:1.1.2.1	Sun Sep  2 12:36:25 2007
+++ AquaSKK/src/editor/SKKEditor.h	Sun Sep  2 12:52:18 2007
@@ -29,7 +29,7 @@
 class SKKEventParam;
 class SKKEventResult;
 
-// 編集インタフェース
+// 編集インタフェース
 class SKKEditor {
     SKKContext context_;
     SKKState* state_;
@@ -37,17 +37,17 @@
     void initialize();
 
 public:
-    // キー入力ハンドラー
+    // キー入力ハンドラー
     typedef SKKSubController* (SKKEditor::*Handler)(const SKKEventParam&);
 
     SKKEditor();
     SKKEditor(const std::string& prompt);
     SKKEditor(const SKKEditor& src);
 
-    // 処理結果
+    // 処理結果
     const SKKEventResult& Result() const;
 
-    // キー入力処理
+    // キー入力処理
     SKKSubController* HandleInput(const SKKEventParam& param);
     SKKSubController* HandleEnter(const SKKEventParam& param);
     SKKSubController* HandleJmode(const SKKEventParam& param);
@@ -61,16 +61,16 @@
     SKKSubController* HandleCursorUp(const SKKEventParam& param);
     SKKSubController* HandleCursorDown(const SKKEventParam& param);
 
-    // 入力モード変更
+    // 入力モード変更
     void SelectInputMode(SKK::InputMode mode);
 
-    // 内部状態変更
+    // 内部状態変更
     void ChangeState(SKK::EditState state);
 
-    // 編集文字列を取得
+    // 編集文字列を取得
     std::string EditString() const;
 
-    // 確定した文字列を反映
+    // 確定した文字列を反映
     void Commit(const std::string& word);
 };
 


aquaskk-changes メーリングリストの案内
Back to archive index