]> git.lyx.org Git - features.git/blobdiff - src/insets/Inset.h
Make inset-select-all select all cells only in tables
[features.git] / src / insets / Inset.h
index c413f9b4cc2cd47934635ca2b5c56e12b2a003c9..cbcaf518a2fca8838e40136e097e61dfbbcf6e7e 100644 (file)
@@ -347,6 +347,8 @@ public:
        virtual bool clickable(BufferView const &, int, int) const { return false; }
        /// Move one cell backwards
        virtual bool allowsCaptionVariation(std::string const &) const { return false; }
+       // true for insets that have a table structure (InsetMathGrid, InsetTabular)
+       virtual bool isTable() const { return false; }
 
        /// does this contain text that can be change track marked in DVI?
        virtual bool canTrackChanges() const { return false; }