summaryrefslogtreecommitdiff
path: root/src/tikzit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tikzit.h')
-rw-r--r--src/tikzit.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tikzit.h b/src/tikzit.h
index 5fed22c..3d4847d 100644
--- a/src/tikzit.h
+++ b/src/tikzit.h
@@ -60,6 +60,8 @@
#include "propertypalette.h"
#include "stylepalette.h"
#include "tikzstyles.h"
+#include "latexprocess.h"
+#include "previewwindow.h"
#include <QObject>
#include <QVector>
@@ -137,6 +139,8 @@ public slots:
void setCheckForUpdates(bool check);
void checkForUpdates();
void updateReply(QNetworkReply *reply);
+ void makePreview();
+ void cleanupLatex();
private:
// void createMenu();
@@ -153,6 +157,8 @@ private:
StyleEditor *_styleEditor;
QStringList _colNames;
QVector<QColor> _cols;
+ LatexProcess *_latex;
+ PreviewWindow *_preview;
};
extern Tikzit *tikzit;