]> git.lyx.org Git - features.git/commit
* Inset.h (producesOutput): new mvirtual method, returning true by
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 23 Apr 2008 10:55:51 +0000 (10:55 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 23 Apr 2008 10:55:51 +0000 (10:55 +0000)
commit92e71f01ee52074192910d959fe1ef438273d31d
tree8ff56ad39d5897f24015cfd06c0089a989141fc5
parent69500a4eb33a6f1c91945175559d5b1c85d6df15
* Inset.h (producesOutput): new mvirtual method, returning true by
default
* InsetNote.h (producesOutput): always return false.
* InsetBranch.h (producesOutput):  returns true if the branch is
selected.

* InsetBranch.cpp (updateLabels):
* InsetNote.cpp (updateLabels): remove

* InsetText.cpp (updateLabels): honor producesOutput().

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24475 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/Inset.h
src/insets/InsetBranch.cpp
src/insets/InsetBranch.h
src/insets/InsetNote.cpp
src/insets/InsetNote.h
src/insets/InsetText.cpp