]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.C
fix typo that put too many include paths for most people
[lyx.git] / src / BufferView.C
index 22ae6295a897b39fbf26bc7698df8b4833321f1c..68a19e76b251f04324946ce3636f14c56c201d4e 100644 (file)
@@ -1,11 +1,10 @@
-// -*- C++ -*-
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *        
+ *
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -18,6 +17,7 @@
 #include "BufferView.h"
 #include "BufferView_pimpl.h"
 #include "lyxtext.h"
+#include "lyxscreen.h"
 
 
 BufferView::BufferView(LyXView * o, int xpos, int ypos,
@@ -25,8 +25,6 @@ BufferView::BufferView(LyXView * o, int xpos, int ypos,
        : pimpl_(new Pimpl(this, o, xpos, ypos, width, height))
 {
        text = 0;
-       the_locking_inset = 0;
-       inset_slept = false;
 }
 
 
@@ -43,19 +41,19 @@ Buffer * BufferView::buffer() const
 }
 
 
-LyXView * BufferView::owner() const
+LyXScreen * BufferView::screen() const
 {
-       return pimpl_->owner_;
+       return pimpl_->screen_.get();
 }
 
 
-void BufferView::pushIntoUpdateList(Inset * i)
+LyXView * BufferView::owner() const
 {
-       pimpl_->updatelist.push(i);
+       return pimpl_->owner_;
 }
 
 
-Painter & BufferView::painter() 
+Painter & BufferView::painter()
 {
        return pimpl_->painter();
 }
@@ -85,9 +83,9 @@ void BufferView::redraw()
 }
 
 
-void BufferView::fitCursor()
+bool BufferView::fitCursor()
 {
-       pimpl_->fitCursor();
+       return pimpl_->fitCursor();
 }
 
 
@@ -103,144 +101,75 @@ void BufferView::updateScrollbar()
 }
 
 
-void BufferView::redoCurrentBuffer()
-{
-       pimpl_->redoCurrentBuffer();
-}
-
-
-int BufferView::resizeCurrentBuffer()
-{
-       return pimpl_->resizeCurrentBuffer();
-}
-
-
-void BufferView::gotoError()
-{
-       pimpl_->gotoError();
-}
-
-
-extern "C" {
-       void C_BufferView_CursorToggleCB(FL_OBJECT * ob, long buf)
-       {
-               BufferView::cursorToggleCB(ob, buf);
-       }
-}
-
-
-void BufferView::enterView()
-{
-       pimpl_->enterView();
-}
-
-
-void BufferView::leaveView()
-{
-       pimpl_->leaveView();
-}
-
-
-// Callback for scrollbar slider
 void BufferView::scrollCB(double value)
 {
        pimpl_->scrollCB(value);
 }
 
 
-void BufferView::workAreaMotionNotify(int x, int y, unsigned int state)
-{
-       pimpl_->workAreaMotionNotify(x, y, state);
-}
-
-
-extern int bibitemMaxWidth(Painter &, LyXFont const &);
-
-
-///  Single-click on work area
-void BufferView::workAreaButtonPress(int xpos, int ypos, unsigned int button)
-{
-       pimpl_->workAreaButtonPress(xpos, ypos, button);
-}
-
-
-void BufferView::doubleClick(int x, int y, unsigned int button) 
-{
-       pimpl_->doubleClick(x, y, button);
-}
-
-
-void BufferView::tripleClick(int x, int y, unsigned int button)
-{
-       pimpl_->tripleClick(x, y, button);
-}
-
-
-void BufferView::workAreaButtonRelease(int x, int y, unsigned int button)
+Inset * BufferView::checkInsetHit(LyXText * text, int & x, int & y)
 {
-       pimpl_->workAreaButtonRelease(x, y, button);
+       return pimpl_->checkInsetHit(text, x, y);
 }
 
 
-void BufferView::workAreaExpose()
+void BufferView::redoCurrentBuffer()
 {
-       pimpl_->workAreaExpose();
+       pimpl_->redoCurrentBuffer();
 }
 
 
-//  // Callback for cursor timer
-void BufferView::cursorToggleCB(FL_OBJECT * ob, long )
+int BufferView::resizeCurrentBuffer()
 {
-       BufferView * view = static_cast<BufferView*>(ob->u_vdata);
-       view->pimpl_->cursorToggle();
+       return pimpl_->resizeCurrentBuffer();
 }
 
 
-void BufferView::workAreaSelectionNotify(Window win, XEvent * event)
+void BufferView::cursorPrevious(LyXText * text)
 {
-       pimpl_->workAreaSelectionNotify(win, event);
+       pimpl_->cursorPrevious(text);
 }
 
 
-void BufferView::cursorPrevious()
+void BufferView::cursorNext(LyXText * text)
 {
-       pimpl_->cursorPrevious();
+       pimpl_->cursorNext(text);
 }
 
 
-void BufferView::cursorNext()
+bool BufferView::available() const
 {
-       pimpl_->cursorNext();
+       return pimpl_->available();
 }
 
 
-bool BufferView::available() const
+void BufferView::beforeChange(LyXText * text)
 {
-       return pimpl_->available();
+       pimpl_->beforeChange(text);
 }
 
 
-void BufferView::beforeChange()
+void BufferView::savePosition(unsigned int i)
 {
-       pimpl_->beforeChange();
+       pimpl_->savePosition(i);
 }
 
 
-void BufferView::savePosition()
+void BufferView::restorePosition(unsigned int i)
 {
-       pimpl_->savePosition();
+       pimpl_->restorePosition(i);
 }
 
 
-void BufferView::restorePosition()
+bool BufferView::isSavedPosition(unsigned int i)
 {
-       pimpl_->restorePosition();
+       return pimpl_->isSavedPosition(i);
 }
 
 
-void BufferView::update(signed char f)
+void BufferView::update(LyXText * text, UpdateCodes f)
 {
-       pimpl_->update(f);
+       pimpl_->update(text, f);
 }
 
 
@@ -270,29 +199,29 @@ void BufferView::insetUnlock()
 
 bool BufferView::focus() const
 {
-       return pimpl_->focus();
+       return pimpl_->focus();
 }
 
 
 void BufferView::focus(bool f)
 {
-       pimpl_->focus(f);
+       pimpl_->focus(f);
 }
 
 
 bool BufferView::active() const
 {
-       return pimpl_->active();
+       return pimpl_->active();
 }
 
 
-unsigned short BufferView::paperWidth() const
+int BufferView::workWidth() const
 {
-    return text->paperWidth();
+    return pimpl_->workarea_.workWidth();
 }
 
 
-bool BufferView::belowMouse() const 
+bool BufferView::belowMouse() const
 {
        return pimpl_->belowMouse();
 }
@@ -322,7 +251,38 @@ void BufferView::toggleToggle()
 }
 
 
-void BufferView::center() 
+void BufferView::center()
 {
        pimpl_->center();
 }
+
+
+void BufferView::pasteClipboard(bool asPara)
+{
+       pimpl_->pasteClipboard(asPara);
+}
+
+
+string const BufferView::getClipboard() const
+{
+       return pimpl_->workarea_.getClipboard();
+}
+
+
+void BufferView::stuffClipboard(string const & stuff) const
+{
+       pimpl_->stuffClipboard(stuff);
+}
+
+
+BufferView::UpdateCodes operator|(BufferView::UpdateCodes uc1,
+                                 BufferView::UpdateCodes uc2)
+{
+       return static_cast<BufferView::UpdateCodes>
+               (static_cast<int>(uc1) | static_cast<int>(uc2));
+}
+
+bool BufferView::Dispatch(kb_action action, string const & argument)
+{
+       return pimpl_->Dispatch(action, argument);
+}