![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
#include <sys/stat.h>
#include <sys/types.h>
#include <fstream>
#include "data_all.h"
#include "convertToString.h"
#include "pinkscape_slide.h"
Go to the source code of this file.
Functions | |
bool | pinkscape_isSlideKnown (POutoutMode &outputMode, const PPath &outputSlide, const PString &slideContent) |
Check if the slide we are going to save was already saved (with the same content) or not. More... | |
void | pinkscape_loadSlideMap (PMapSlide &mapFormula, const PPath &baseOutputName) |
Load the map file of all the formulae if it exists. More... | |
void | pinkscape_saveSlideMap (const PMapSlide &mapFormula, const PPath &baseOutputName) |
Save the map file of the formulae to avoid extra latex call. More... | |
bool pinkscape_isSlideKnown | ( | POutoutMode & | outputMode, |
const PPath & | outputSlide, | ||
const PString & | slideContent | ||
) |
Check if the slide we are going to save was already saved (with the same content) or not.
[out] | outputMode | : output mode to be checked and/or updated |
outputSlide | : output file name of the current slide | |
slideContent | : content of the slide in svg |
Definition at line 37 of file pinkscape_slide.cpp.
References PPath::isFileExist(), and POutoutMode::mapSlide.
Referenced by saveSlides().
Load the map file of all the formulae if it exists.
[out] | mapFormula | : map of formulae to be loaded to avoid calling latex too much |
Definition at line 19 of file pinkscape_slide.cpp.
References data_load(), and SLIDE_RECOVER_FILE.
Referenced by processFileSvg().
Save the map file of the formulae to avoid extra latex call.
[out] | mapFormula | : map of formulae to be saved |
Definition at line 27 of file pinkscape_slide.cpp.
References data_save(), and SLIDE_RECOVER_FILE.
Referenced by processFileSvg().