]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.h
de.po
[lyx.git] / src / mathed / InsetMathStackrel.h
index 88f080071363391ff117d651f5f836c37b337d7b..5740fb922b04136ad171e47fa728c7e365908388 100644 (file)
@@ -20,7 +20,15 @@ namespace lyx {
 class InsetMathStackrel : public InsetMathFracBase {
 public:
        ///
-       InsetMathStackrel(Buffer * buf);
+       InsetMathStackrel(Buffer * buf, bool sub);
+       ///
+       bool idxUpDown(Cursor &, bool up) const;
+       ///
+       bool idxFirst(Cursor &) const;
+       ///
+       bool idxLast(Cursor &) const;
+       ///
+       MathClass mathClass() const;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -32,6 +40,10 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
+       void validate(LaTeXFeatures &) const;
+       ///
        InsetCode lyxCode() const { return MATH_STACKREL_CODE; }
 
 private: