]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_support.h
bug + spped fixes + small stuff
[lyx.git] / src / mathed / math_support.h
index 2788a7e46b611259c697cc7035542ceb23fe5be4..17a48807525b4059cf45f59f31ce9d836f2ecefa 100644 (file)
 
 #include <string>
 
-
 class PainterInfo;
 class LyXFont;
 class Dimension;
 class MathArray;
+class MathAtom;
+class MathInset;
+
 
 void mathed_char_dim(LyXFont const &, unsigned char c, Dimension & dim);
 int mathed_char_width(LyXFont const &, unsigned char c);
@@ -46,6 +48,9 @@ bool isFontName(std::string const & name);
 
 // converts single cell to string
 std::string asString(MathArray const & ar);
+// converts single inset to string
+std::string asString(MathInset const &);
+std::string asString(MathAtom const &);
 // converts string to single cell
 void asArray(std::string const & str, MathArray & ar);