]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_parinset.h
mathed64.diff
[features.git] / src / mathed / math_parinset.h
index e414bf41aec387713ad85ef91b3ce08745ee8eae..731c7f781ce60f158659b890d53b41dddbc24df3 100644 (file)
@@ -24,6 +24,8 @@ public:
                     short ot = LM_OT_MIN);
        ///
        virtual MathedInset * Clone();
+       ///
+       virtual void substitute(MathMacro *);
        /// Draw the object on a drawable
        virtual void draw(Painter &, int x, int baseline);
        /// Write LaTeX code
@@ -76,7 +78,9 @@ public:
        int yo() const;
        ///
        void clear();
-protected:
+       ///
+       string label() const;
+//protected:
        /// Paragraph data is stored here
        MathedArray array;
        ///