]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
more changes, read the Changelog
[lyx.git] / src / BufferView_pimpl.h
index eae9c2a4afd5bdfa06d4589862f2ee950eba0c88..6ee7a9c4bfeab40e214bbd879820f8c4efe1abf4 100644 (file)
@@ -16,7 +16,7 @@ class LyXView;
 class WorkArea;
 class LyXScreen;
 
-struct BufferView::Pimpl {
+struct BufferView::Pimpl : public SigC::Object {
        Pimpl(BufferView * i, LyXView * o,
              int xpos, int ypos, int width, int height);
        ///
@@ -38,7 +38,7 @@ struct BufferView::Pimpl {
        ///
        void update();
        ///
-       void update(signed char f);
+       void update(BufferView::UpdateCodes);
        ///
        void gotoError();
        /// Update pixmap of screen
@@ -49,12 +49,8 @@ struct BufferView::Pimpl {
        void updateScrollbar();
        ///
        void scrollCB(double value);
-#if 0
        ///
-       void create_view();
-#endif
-       ///
-       Inset * checkInsetHit(int & x, int & y, unsigned int button);
+       Inset * checkInsetHit(LyXText *, int & x, int & y, unsigned int button);
        /// 
        int scrollUp(long time);
        ///
@@ -122,27 +118,19 @@ struct BufferView::Pimpl {
        ///
        Buffer * buffer_;
        ///
-       LyXScreen * screen;
+       LyXScreen * screen_;
        ///
        long current_scrollbar_value;
        ///
-       bool lyx_focus;
-       ///
-       bool work_area_focus;
-       ///
        FL_OBJECT * figinset_canvas;
-#if 0
        ///
-       FL_OBJECT * timer_cursor;
-#else
        Timeout cursor_timeout;
-#endif
         ///
         BackStack backstack;
        ///
        int last_click_x, last_click_y;
        ///
-       WorkArea * workarea;
+       WorkArea * workarea_;
        ///
        UpdateInset updatelist;
        ///