]> git.lyx.org Git - lyx.git/commit
* Buffer
authorAbdelrazak Younes <younes@lyx.org>
Sat, 11 Nov 2006 00:35:14 +0000 (00:35 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 11 Nov 2006 00:35:14 +0000 (00:35 +0000)
commit479e9054dbba9753a1a5e03e12ffab970caf4557
tree4aa494fb79cb8e9a73510985871342582e487111
parent46bd598fc5b0b1bb61e713428c54aedf9c6e6d98
* Buffer
  - new pimpled TocBackend member and associated accessors.

* toc.[Ch]: delete all toc related methods except outline.

* TocBackend:
  - goTo(): deleted, this gets rid of the LyXView dependency
  - made all accessors const.

* ControlToc:
  - rework the controller to work exclusively with TocBackend.
  - goTo(): now call LyXView::dispatch() directly

all other files: update with the TocBackend or ControlToc API changes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15852 a592a061-630c-0410-9148-cb99ea01b6c8
17 files changed:
src/MenuBackend.C
src/TocBackend.C
src/TocBackend.h
src/buffer.C
src/buffer.h
src/buffer_funcs.C
src/frontends/controllers/ControlToc.C
src/frontends/controllers/ControlToc.h
src/frontends/qt4/QToc.C
src/insets/insetfloat.C
src/insets/insetfloat.h
src/insets/insetfloatlist.C
src/insets/insettoc.C
src/insets/insetwrap.C
src/insets/insetwrap.h
src/toc.C
src/toc.h