]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / lyxfunc.h
index f8a8e906e0d8c78705c54453c2943841e19acc9a..6913a51df25459db3061cf8f0fd0b679fbc21988 100644 (file)
@@ -12,6 +12,7 @@
 #include "LString.h"
 
 class LyXView;
+class auto_mem_buffer;
 
 /** This class encapsulates all the LyX command operations. 
     This is the class of the LyX's "high level event handler".
@@ -39,6 +40,9 @@ public:
        /// The same but uses the name of a lyx command.
        string Dispatch(string const & cmd);
 
+       /// Same again but for xtl buffers.  Still looking for better idea.
+       bool Dispatch(int action, auto_mem_buffer &);
+
        /// A keyboard event is processed to execute a lyx action. 
        int  processKeyEvent(XEvent * ev);
 
@@ -72,7 +76,6 @@ public:
        
        /// Should a hint message be displayed?
        void setHintMessage(bool);
-
 private:
        ///
        LyXView * owner;