diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-05-09 13:27:05 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-05-09 13:27:05 (GMT) |
commit | 3e8e5fa925814c847f6778b5ff1fc9606a99ade0 (patch) | |
tree | 2c3f576bdc910c97600af95768deebc961924dfc /src/MainWindow.h | |
parent | 4750ae35cb68c4cd77c9aaf25c1dcf3995920f37 (diff) |
Clifford Wolf:
Added "Design -> Automatic Reload and Compile"
(for use with external editor)
git-svn-id: http://svn.clifford.at/openscad/trunk@540 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index 9eb1748..6b15889 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -24,6 +24,9 @@ public: QTimer *animate_timer; double tval, fps, fsteps; + QTimer *autoReloadTimer; + QString autoReloadInfo; + Context root_ctx; AbstractModule *root_module; // Result of parsing ModuleInstantiation root_inst; // Top level instance @@ -145,6 +148,8 @@ public slots: void helpManual(); void quit(); void actionReloadCompile(); + void checkAutoReload(); + void autoReloadSet(bool); }; #endif |