Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CGenerateDocument.hpp
Go to the documentation of this file.
1#ifndef NIX_LIBS_TOOLS_CGENERATEDOCUMENT_HPP_
2#define NIX_LIBS_TOOLS_CGENERATEDOCUMENT_HPP_
3
4#include <string>
5
7
9{
10public:
11 static void generateDocumentPDF(CDocumentPrinter *document, const std::string &folderDocument,
12 std::string *pathDocumentOpt);
13};
14
15#endif //NIX_LIBS_TOOLS_CGENERATEDOCUMENT_HPP_
Definition CDocumentPrinter.hpp:17
Definition CGenerateDocument.hpp:9
static void generateDocumentPDF(CDocumentPrinter *document, const std::string &folderDocument, std::string *pathDocumentOpt)
Definition CGenerateDocument.cpp:44