16 #ifndef LATEXCOMPILER_H 17 #define LATEXCOMPILER_H 23 #include "resourcehandler.h" 33 QPixmap getLabel(QString
const &texCode);
34 std::optional<QPixmap> getLabel(std::string
const &texCode);
36 void sendLabel(QString
const &texCode);
37 void sendLabel(std::string
const &texCode);
38 bool isReady()
const {
39 return pixmaps->isReady();
44 void labelReady_slot(std::string
const &);
47 void labelReady(std::string
const &);
51 std::string getGrafedDir();
53 QPixmap generateLabel(std::string
const &equation);
60 #endif // LATEXCOMPILER_H Definition: latexcompiler.h:25
Definition: resourcehandler.h:39