]> git.lyx.org Git - lyx.git/commit
Extracted from r14281 from the younes branch.
authorLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 3 Jul 2006 22:31:51 +0000 (22:31 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 3 Jul 2006 22:31:51 +0000 (22:31 +0000)
commitb1a87cc7781bd11d9481b69e96eb67b2d637e167
tree03a11c1f273783398241808e4cb92d0a1dc75b6d
parent48a5df5ffe16111faf6751ca685a7f19329257fd
Extracted from r14281 from the younes branch.

* BufferView,BufferView::Pimple:
-  workArea_ removed
* frontends/LyXView:
- now contains a pointer reference to the current
  WorkArea instead of the BufferView.
        - workArea(): temporary access method
* frontends/WorkArea:
- bufferView(): new access methods.

* GuiImplementation: updated due to above changes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14329 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.C
src/BufferView.h
src/BufferView_pimpl.C
src/BufferView_pimpl.h
src/frontends/LyXView.C
src/frontends/LyXView.h
src/frontends/WorkArea.C
src/frontends/WorkArea.h
src/frontends/gtk/GuiImplementation.C
src/frontends/qt3/GuiImplementation.h
src/frontends/qt4/GuiImplementation.C