FactDev  0.1
Generator::TexGenerator Class Reference

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...
 

Detailed Description

The TexGenerator class Generate a LaTeX file.

Constructor & Destructor Documentation

Generator::TexGenerator::TexGenerator ( QString  tpl)

TexGenerator::TexGenerator Construct a TexGenerator.

Parameters
tplTemplate LaTeX to apply

Member Function Documentation

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

Parameters
dataData to integrate in the file
pathPath of the out file

The documentation for this class was generated from the following files: