]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFoot.h
Fix crash on recursive include (bug #8994)
[lyx.git] / src / insets / InsetFoot.h
index 3efc7c89e5a825ffda83db9ac4f624936a590388..f308b142e6cb244ab9170a6d9dd1f9ff6f8559fe 100644 (file)
@@ -30,17 +30,18 @@ private:
        ///
        InsetCode lyxCode() const { return FOOT_CODE; }
        ///
-       docstring name() const { return from_ascii("Foot"); }
+       docstring layoutName() const { return from_ascii("Foot"); }
        ///
-       int latex(odocstream &, OutputParams const &) const;
+       void latex(otexstream &, OutputParams const &) const;
        ///
-       int plaintext(odocstream &, OutputParams const &) const;
+       int plaintext(odocstringstream & ods, OutputParams const & op,
+                     size_t max_length = INT_MAX) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
        /// Update the counters of this inset and of its contents
-       void updateLabels(ParIterator const &, bool);
+       void updateBuffer(ParIterator const &, UpdateType);
        ///
-       void addToToc(DocIterator const &);
+       void addToToc(DocIterator const & di, bool output_active) const;
        ///
        docstring toolTip(BufferView const & bv, int x, int y) const;
        ///