]> git.lyx.org Git - features.git/commit
Rename InsetMathHull::isTable to allowsTabularFeatures
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 22 Apr 2016 13:50:51 +0000 (15:50 +0200)
committerRichard Heck <rgheck@lyx.org>
Wed, 15 Jun 2016 21:32:53 +0000 (22:32 +0100)
commit9a4309b104a5a1d7516c2e7f9046b11ec435ec02
tree946b95a24cde8bcdf0ff1d8d7753288e33d30684
parentf3cb98c784cea4c778ad11496985f452a703d6a2
Rename InsetMathHull::isTable to allowsTabularFeatures

The old name conflicted with the newly introduced Inset::isTable.

Now the meaning is as follows.
* Inset::isTable() is true when the inset is composed of lines and columns
* InsetMathHull::allowsTabularFeatures is true when the current type of hull allows for tabular-like functions.

(cherry picked from commit db39dc7ccd4c2dd14ef20547e6e3c056ba030d83)
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathHull.h