]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXArrow.h
Proper GUI feedback for leqno option
[lyx.git] / src / mathed / InsetMathXArrow.h
index a239fd053232d037315f1467563873efa19ad848..722f4d58cd1d96ffe4e3fb172463ee73732aee1f 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -22,7 +22,7 @@ namespace lyx {
 class InsetMathXArrow : public InsetMathFracBase {
 public:
        ///
-       explicit InsetMathXArrow(docstring const & name);
+       explicit InsetMathXArrow(Buffer * buf, docstring const & name);
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
@@ -32,7 +32,15 @@ public:
        ///
        void normalize(NormalStream & os) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
+       ///
+       InsetCode lyxCode() const { return MATH_XARROW_CODE; }
+       ///
+       MathClass mathClass() const { return MC_REL; }
 
 private:
        virtual Inset * clone() const;