webengine/osswebengine/WebCore/bridge/EditorClient.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
   136     virtual void updateSpellingUIWithMisspelledWord(const String&) = 0;
   136     virtual void updateSpellingUIWithMisspelledWord(const String&) = 0;
   137     virtual void showSpellingUI(bool show) = 0;
   137     virtual void showSpellingUI(bool show) = 0;
   138     virtual bool spellingUIIsShowing() = 0;
   138     virtual bool spellingUIIsShowing() = 0;
   139     virtual void getGuessesForWord(const String&, Vector<String>& guesses) = 0;
   139     virtual void getGuessesForWord(const String&, Vector<String>& guesses) = 0;
   140     virtual void setInputMethodState(bool enabled) = 0;
   140     virtual void setInputMethodState(bool enabled) = 0;
   141 #if PLATFORM(SYMBIAN)     
       
   142     virtual void preFocusChange(Node* oldNode, Node* newNode) = 0; 
       
   143 #endif 
       
   144 };
   141 };
   145 
   142 
   146 }
   143 }
   147 
   144 
   148 #endif // EditorClient_h
   145 #endif // EditorClient_h