]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Enable dissolve in undefined Flex inset context menu
[lyx.git] / src / insets / InsetTabular.h
index 1a8bf33243fcb6df9dc975ed35c1ca3c1c8e37e4..ddb02763fcb2a5e409156c77a36dba56eac5170d 100644 (file)
@@ -402,9 +402,13 @@ public:
        /// Returns true if there is a topline, returns false if not
        bool bottomLine(idx_type cell) const;
        /// Returns true if there is a topline, returns false if not
-       bool leftLine(idx_type cell) const;
+       /// If \p ignore_bt is true, we return the state as if booktabs was
+       /// not used
+       bool leftLine(idx_type cell, bool const ignore_bt = false) const;
        /// Returns true if there is a topline, returns false if not
-       bool rightLine(idx_type cell) const;
+       /// If \p ignore_bt is true, we return the state as if booktabs was
+       /// not used
+       bool rightLine(idx_type cell, bool const ignore_bt = false) const;
 
        /// return space occupied by the second horizontal line and
        /// interline space above row \p row in pixels