/home/docs/checkouts/readthedocs.org/user_builds/mathvizanimator/checkouts/latest/libs/mva_svg/include/svg_creator.h Source File
|
MathVizAnimator
0.0.1
|
svg_creator.h
The SVGCreator class handles the creation of SVG files from LaTeX input.
Definition: svg_creator.h:33
void svgFromLaTeX(const QString &latex)
Initiates the creation of SVG file from LaTeX input.
Definition: svg_creator.cpp:33
SVGCreator(QObject *parent=nullptr)
Constructs an SVGCreator object.
Definition: svg_creator.cpp:28
void svgCreated(const QFileInfo &svg_file)
Signal emitted when the SVG file is successfully created.
void svgCreationFailed()
Signal emitted when the SVG creation process fails.
Generated by