cantor/src/lib
Go to the documentation of this file.
21 #ifndef _LATEXRENDERER_H
22 #define _LATEXRENDERER_H
28 class LatexRendererPrivate;
34 enum Method{ LatexMethod = 0, MmlMethod = 1};
40 void setLatexCode(
const QString& src);
42 void addHeader(
const QString& header);
43 void setHeader(
const QString& header);
44 Method method()
const;
45 void setMethod( Method method);
46 void setEquationOnly(
bool isEquationOnly);
47 bool isEquationOnly()
const;
48 void setEquationType(EquationType type);
49 EquationType equationType()
const;
52 bool renderingSuccessful()
const;
63 void renderBlocking();
66 void setErrorMessage(
const QString& msg);
69 void renderWithLatex();
72 void convertingDone();
75 LatexRendererPrivate* d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:33 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.