]> 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>
Sun, 29 May 2016 21:55:42 +0000 (17:55 -0400)
commitd48d426c72add4a6adf80876b13fa454d2a82ee4
tree8348d00ada16007ff868fd5f2d1e52d03ecf8d0c
parenta879bc257519f030322d8d99643ccf3e52c1b62e
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.
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathHull.h