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