オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /aquaskk/trunk/src/engine/completer/SKKCompleter.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 68 by t-suwa, Sat Oct 11 11:09:02 2008 UTC revision 69 by t-suwa, Fri Oct 31 13:54:39 2008 UTC
# Line 42  class SKKCompleter { Line 42  class SKKCompleter {
42      std::vector<std::string> completions_;      std::vector<std::string> completions_;
43      int pos_;      int pos_;
44    
45      bool complete();      bool complete(int limit);
46      void notify();      void notify();
47      int minPosition() const;      int minPosition() const;
48      int maxPosition() const;      int maxPosition() const;
# Line 51  public: Line 51  public:
51      SKKCompleter(SKKCompleterBuddy* buddy);      SKKCompleter(SKKCompleterBuddy* buddy);
52    
53      // 見出し語の補完      // 見出し語の補完
54      bool Execute();      bool Execute(int limit = 0);
55    
56      // 補完候補の削除      // 補完候補の削除
57      bool Remove();      bool Remove();

Legend:
Removed from v.68  
changed lines
  Added in v.69

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26