SVGCreator Class Reference
|
MathVizAnimator
0.0.1
|
SVGCreator Class Reference
The SVGCreator class handles the creation of SVG files from LaTeX input. More...
#include <svg_creator.h>
Inheritance diagram for SVGCreator:
Collaboration diagram for SVGCreator:
Signals | |
| void | svgCreated (const QFileInfo &svg_file) |
| Signal emitted when the SVG file is successfully created. More... | |
| void | svgCreationFailed () |
| Signal emitted when the SVG creation process fails. | |
Public Member Functions | |
| SVGCreator (QObject *parent=nullptr) | |
| Constructs an SVGCreator object. More... | |
| void | svgFromLaTeX (const QString &latex) |
| Initiates the creation of SVG file from LaTeX input. More... | |
Detailed Description
The SVGCreator class handles the creation of SVG files from LaTeX input.
This class manages the conversion process from LaTeX to DVI and then from DVI to SVG using separate processes.
Constructor & Destructor Documentation
◆ SVGCreator()
|
explicit |
Constructs an SVGCreator object.
- Parameters
-
parent Optional pointer to the parent QObject.
Member Function Documentation
◆ svgCreated
|
signal |
Signal emitted when the SVG file is successfully created.
- Parameters
-
svg_file The QFileInfo object representing the created SVG file.
◆ svgFromLaTeX()
| void SVGCreator::svgFromLaTeX | ( | const QString & | latex | ) |
Initiates the creation of SVG file from LaTeX input.
- Parameters
-
latex The LaTeX input to be converted to SVG.
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/mathvizanimator/checkouts/latest/libs/mva_svg/include/svg_creator.h
- /home/docs/checkouts/readthedocs.org/user_builds/mathvizanimator/checkouts/latest/libs/mva_svg/src/svg_creator.cpp
Generated by