]> 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)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 9 May 2016 09:15:17 +0000 (11:15 +0200)
commit7444b894f806eb9a7dee91a160974c0605aeb037
tree9f8eaeb8f0a63056fcea5a004137a29834a46394
parent1f2d7bf7e65ffc9be576b05a862f7c01bff61031
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