summaryrefslogtreecommitdiff
path: root/src/gui/mainwindow.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-04-06 08:36:18 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-04-06 08:36:18 +0200
commite840508c39b8e85328875477bfdbe0417c4e0eb0 (patch)
treeb405ed169cdb1ddbd25de91dc2e87f39b1b95316 /src/gui/mainwindow.h
parent9e2116497660509afd417cc3b952ea80bbb72ce5 (diff)
parse tikz feature
Diffstat (limited to 'src/gui/mainwindow.h')
-rw-r--r--src/gui/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/mainwindow.h b/src/gui/mainwindow.h
index facce2b..dc69fbc 100644
--- a/src/gui/mainwindow.h
+++ b/src/gui/mainwindow.h
@@ -36,10 +36,13 @@ public:
TikzDocument *tikzDocument() const;
ToolPalette *toolPalette() const;
StylePalette *stylePalette() const;
+ QString tikzSource();
void updateFileName();
void refreshTikz();
+public slots:
+ void on_tikzSource_textChanged();
protected:
void closeEvent(QCloseEvent *event);
void changeEvent(QEvent *event);