]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.h
Introduce the notion of math class
[lyx.git] / src / mathed / InsetMathStackrel.h
index 91862a7792b8ecf8e62629757cdc745b420a3c27..d6ac81518231201cc2608ea2c681b63d82e1f0d0 100644 (file)
@@ -24,6 +24,8 @@ public:
        ///
        bool idxUpDown(Cursor &, bool up) const;
        ///
+       MathClass mathClass() const;
+       ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
@@ -35,7 +37,7 @@ public:
        void mathmlize(MathStream &) const;
        ///
        void htmlize(HtmlStream &) const;
-       /// 
+       ///
        void validate(LaTeXFeatures &) const;
        ///
        InsetCode lyxCode() const { return MATH_STACKREL_CODE; }