]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSymbol.h
Do not throw exceptions here either. See r22806.
[lyx.git] / src / mathed / InsetMathSymbol.h
index 76651ef1cd64396384d0a579726c3eb7a6321967..4730513dec0bd7ce5b52be3ab13066a7468d9e06 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.
  */
@@ -63,11 +63,18 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       /// \param spacing controls whether we print spaces around
+       /// "operator"-type symbols or just print them raw
+       void htmlize(HtmlStream &, bool spacing) const;
+       ///
        void octave(OctaveStream &) const;
        ///
        void write(WriteStream & os) const;
        ///
        void infoize2(odocstream & os) const;
+       ///
+       InsetCode lyxCode() const { return MATH_SYMBOL_CODE; }
 
 private:
        virtual Inset * clone() const;