]> git.lyx.org Git - features.git/blobdiff - src/lyxfunc.h
This moves all LyXText related LyXFuncs to BufferView::Dispatch so that they
[features.git] / src / lyxfunc.h
index ca807c67c19b029f5d59ea08afd5d5eddcfdd597..6a52fd7e67b73f0968f0f2077b614ea5189f608c 100644 (file)
@@ -77,9 +77,8 @@ public:
         void setErrorMessage(string const &) const; 
         /// Buffer to store result messages
         string const getMessage() const { return dispatch_buffer; }
-        /// Get next inset of this class from current cursor position  
-        Inset * getInsetByCode(Inset::Code);
-       
+       /// Handle a accented char keysequenze
+       void handleKeyFunc(kb_action action);
        /// Should a hint message be displayed?
        void setHintMessage(bool);
 private:
@@ -121,8 +120,6 @@ private:
 
        ///
        void doImport(string const &);
-       ///
-       void MenuInsertLyXFile(string const &);
 
        ///
        void CloseBuffer();