]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.h
Do some caching of window title and related UI
[lyx.git] / src / mathed / InsetMathRoot.h
index 7c40deb27ce5195d9f1ef4a333dd52429e759cc7..18bacbbf18888bc825da8c080217ea50c9d50733 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Alejandro Aguilar Sierra
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -23,7 +23,7 @@ namespace lyx {
 class InsetMathRoot : public InsetMathNest {
 public:
        ///
-       InsetMathRoot();
+       InsetMathRoot(Buffer * buf);
        ///
        bool idxUpDown(Cursor & cur, bool up) const;
        ///
@@ -38,11 +38,18 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void maple(MapleStream &) const;
        ///
        void mathematica(MathematicaStream &) const;
        ///
        void octave(OctaveStream &) const;
+       ///
+       InsetCode lyxCode() const { return MATH_ROOT_CODE; }
+       ///
+       void validate(LaTeXFeatures &) const;
+
 private:
        virtual Inset * clone() const;
 };