]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiWorkArea.h
The BufferView/WorkArea/LyXView reorg a.k.a Multiple WorkAreas:
[features.git] / src / frontends / qt4 / GuiWorkArea.h
index 09ba83c6d1bfe820d8a2ad66387f07ad16bc822d..05903003bacbb8c83138ac029d4a23ef510e40ef 100644 (file)
@@ -88,10 +88,11 @@ class GuiWorkArea : public QAbstractScrollArea, public WorkArea
 
 public:
        ///
-       GuiWorkArea(int width, int height, int id, LyXView & lyx_view);
+       GuiWorkArea(Buffer & buffer, LyXView & lv);
 
        ///
        bool hasFocus() const { return QAbstractScrollArea::hasFocus(); }
+       bool isVisible() const { return QAbstractScrollArea::isVisible(); }
 
        /// return the width of the content pane
        virtual int width() const { return viewport()->width(); }