]> git.lyx.org Git - lyx.git/blobdiff - src/LyXFunc.h
remove unused CursorSlice::invalidate & isValid methods
[lyx.git] / src / LyXFunc.h
index 12e9ce3e0406e72c412b880880a06d12f89dcf7a..60862dc406da8139f21aadbbe6940f054b0dd476 100644 (file)
@@ -28,8 +28,8 @@ namespace lyx {
 class BufferView;
 class FuncRequest;
 class FuncStatus;
-class LyXKeySym;
-class LyXText;
+class KeySymbol;
+class Text;
 class LyXView;
 
 
@@ -57,7 +57,7 @@ public:
        docstring const viewStatusMessage();
 
        ///
-       void processKeySym(LyXKeySymPtr key, key_modifier::state state);
+       void processKeySym(KeySymbolPtr key, key_modifier::state state);
 
        ///
        FuncStatus getStatus(FuncRequest const & action) const;
@@ -77,7 +77,7 @@ public:
        void handleKeyFunc(kb_action action);
        /// goto a bookmark
        /// openFile: whether or not open a file if the file is not opened
-       /// switchToBuffer: whether or not switch to buffer if the buffer is 
+       /// switchToBuffer: whether or not switch to buffer if the buffer is
        ///             not the current buffer
        void gotoBookmark(unsigned int idx, bool openFile, bool switchToBuffer);