|
FactDev
0.1
|
The TexGenerator class Generate a LaTeX file. More...
#include <texgenerator.h>
Public Member Functions | |
| TexGenerator (QString tpl) | |
| TexGenerator::TexGenerator Construct a TexGenerator. More... | |
| void | generate (QVariantHash data, QString path) |
| TexGenerator::generate Generate a LaTeX file into a file specified by the path and which contains data More... | |
The TexGenerator class Generate a LaTeX file.
| Generator::TexGenerator::TexGenerator | ( | QString | tpl | ) |
TexGenerator::TexGenerator Construct a TexGenerator.
| tpl | Template LaTeX to apply |
| void Generator::TexGenerator::generate | ( | QVariantHash | data, |
| QString | path | ||
| ) |
TexGenerator::generate Generate a LaTeX file into a file specified by the path and which contains data
| data | Data to integrate in the file |
| path | Path of the out file |