]> git.lyx.org Git - features.git/blobdiff - src/frontends/LyXView.h
Immediate rendering of buffer change for one or multiple LyXView.
[features.git] / src / frontends / LyXView.h
index ba5e9f7e6735969c12bbec294470a2764ba730c6..b6be9b053824f8334f4f2e4600f792c5508c85b8 100644 (file)
@@ -152,9 +152,6 @@ public:
        /// returns true if this view has the focus.
        virtual bool hasFocus() const = 0;
 
-       /// Temporary method used by the kernel to redraw the work area.
-       virtual void redrawWorkArea();
-
        /// Temporary method to access the current workArea.
        /// This is needed for the gtk frontend.
        frontend::WorkArea * workArea();
@@ -197,6 +194,8 @@ private:
        /// dialogs for this view
        boost::scoped_ptr<Dialogs> dialogs_;
 
+       /// buffer changed signal connection
+       boost::signals::connection bufferChangedConnection_;
        /// buffer errors signal connection
        boost::signals::connection errorsConnection_;
        /// buffer messages signal connection