]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_factory.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_factory.h
index 8ddb4413ec4620324be0c7530de679f1271c80ba..bcecc29d3b2a357ff0702fd6d5d9d73837a2a77d 100644 (file)
@@ -3,11 +3,16 @@
 
 
 #include "LString.h"
-#include "math_atom.h"
 
-class MathInset;
-class latexkeys;
+class MathAtom;
+class MathArray;
 
 MathAtom createMathInset(string const &);
 
+/** Fills ar with the contents of str.
+ *  str is created by the frontend dialog's and returned to the LyX core.
+ *  The function returns true if successful.
+ */
+bool createMathInset_fromDialogStr(string const &, MathArray &);
+
 #endif