]> git.lyx.org Git - lyx.git/blobdiff - src/funcrequest.h
"Inter-word Space"
[lyx.git] / src / funcrequest.h
index 037cbb32ed81ff5f2e62815b8054181801a5c391..910d6bee92bf4f39196d8730532a92d4346539f6 100644 (file)
@@ -9,13 +9,13 @@
 #ifndef FUNCREQUEST_H
 #define FUNCREQUEST_H
 
-#include "commandtags.h"
+#include "lfuns.h"
 #include "frontends/mouse_state.h"
 #include "LString.h"
 
 class BufferView;
 
-/** 
+/**
  * This class encapsulates a LyX action and its argument
  * in order to pass it around easily.
  */
@@ -53,6 +53,9 @@ public:
        /// output an error message
        void errorMessage(string const & msg) const;
 
+       /// argument parsing, extract argument i as string
+       string getArg(int i) const;
+
 private:
        /// the BufferView we are talking to
        BufferView * view_;