]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCaption.h
Completion: handle undo in insets' insertCompletion methods
[features.git] / src / insets / InsetCaption.h
index c1bcd17b6b44e5111f14e0c4adb27ec06b9ec64b..8d624700c187cf1d30d10ff0d67703e4055ea319 100644 (file)
@@ -85,6 +85,8 @@ private:
        void addToToc(DocIterator const & di, bool output_active, UpdateType utype,
                      TocBackend & backend) const override;
        ///
+       docstring toolTip(BufferView const & bv, int x, int y) const override;
+       ///
        bool forcePlainLayout(idx_type = 0) const override { return true; }
        /// Captions don't accept alignment, spacing, etc.
        bool allowParagraphCustomization(idx_type = 0) const override { return false; }
@@ -104,6 +106,8 @@ private:
        ///
        bool is_deleted_ = false;
        ///
+       bool non_float_ = false;
+       ///
        std::string type_;
 };