]> 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 9a65ae5dee3fd0fa494bf0857264281ee44a0ef4..b98c7ef8dc08649933c1c6cb03e24c32f7275c5a 100644 (file)
@@ -43,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;
@@ -65,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;