]> git.lyx.org Git - features.git/commit
New virtual method frontend::Dialog::on_BufferViewChanged()
authorGuillaume Munch <gm@lyx.org>
Wed, 28 Sep 2016 19:33:44 +0000 (21:33 +0200)
committerGuillaume Munch <gm@lyx.org>
Sun, 16 Oct 2016 22:16:59 +0000 (00:16 +0200)
commitf4c390712ea835cc04a3da13b0fff59db66cf359
tree4d86337f0ded68eeb677a9a943451c2438bffa79
parent9b4926c6e6ca80a772ce1a58bf817027d70b0e01
New virtual method frontend::Dialog::on_BufferViewChanged()

This is called anytime the buffer view attached to the GuiView changes.
12 files changed:
src/frontends/qt4/Dialog.h
src/frontends/qt4/DialogView.cpp [new file with mode: 0644]
src/frontends/qt4/DialogView.h
src/frontends/qt4/DockView.cpp [new file with mode: 0644]
src/frontends/qt4/DockView.h
src/frontends/qt4/GuiDialog.cpp
src/frontends/qt4/GuiDialog.h
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiView.h
src/frontends/qt4/GuiWorkArea.cpp
src/frontends/qt4/GuiWorkArea.h
src/frontends/qt4/Makefile.am