]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/TocWidget.h
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / TocWidget.h
index 6dd9fbf76a938555b1425d7c7be0a558a8f0dd63..608920a42ad3f7b7f03519895e6686c1930d9301 100644 (file)
@@ -44,8 +44,10 @@ public:
                const;
 
 public Q_SLOTS:
-       /// Update the display of the dialog whilst it is still visible.
+       /// Schedule new update of the display unless already scheduled.
        void updateView();
+       /// Update the display of the dialog whilst it is still visible.
+       void updateViewForce();
 
 protected Q_SLOTS:
        ///
@@ -99,6 +101,8 @@ private:
        bool persistent_;
        ///
        GuiView & gui_view_;
+       // next delay for outliner update in ms. -1 when already scheduled.
+       int update_delay_;
 };
 
 } // namespace frontend