]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.h
Convert remaining C++ files to UTF-8
[lyx.git] / src / mathed / InsetMathStackrel.h
index 88f080071363391ff117d651f5f836c37b337d7b..91862a7792b8ecf8e62629757cdc745b420a3c27 100644 (file)
@@ -20,7 +20,9 @@ namespace lyx {
 class InsetMathStackrel : public InsetMathFracBase {
 public:
        ///
-       InsetMathStackrel(Buffer * buf);
+       InsetMathStackrel(Buffer * buf, bool sub);
+       ///
+       bool idxUpDown(Cursor &, bool up) const;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -32,6 +34,10 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       /// 
+       void validate(LaTeXFeatures &) const;
+       ///
        InsetCode lyxCode() const { return MATH_STACKREL_CODE; }
 
 private: