]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formula.h
fix pullArg when pressing <Delete> at the end of an cell
[lyx.git] / src / mathed / formula.h
index d73fd375b80f316674d669eca118e86af1df0e4f..b98c7ef8dc08649933c1c6cb03e24c32f7275c5a 100644 (file)
@@ -21,7 +21,6 @@
 #pragma interface
 #endif
 
-#include "LString.h"
 #include "mathed/formulabase.h"
 #include "math_defs.h"
 
@@ -44,6 +43,8 @@ public:
        int width(BufferView *, LyXFont const &) const;
        ///
        void draw(BufferView *, LyXFont const &, int, float &, bool) const;
+       ///
+       void Metrics() const;
 
        ///
        void write(std::ostream &) const;
@@ -66,6 +67,8 @@ public:
        ///
        Inset::Code lyxCode() const;
        ///
+       bool insetAllowed(Inset::Code code) const;
+       ///
        virtual RESULT localDispatch(BufferView *, kb_action, string const &);
        ///
        std::vector<string> const getLabelList() const;