]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFoot.h
Move isMultiCell() to Cursor, and use it.
[lyx.git] / src / insets / InsetFoot.h
index 0df579e0f4155fbc3acd09896bb5af49dea80c6b..64e6249711b37544549f017b6cb20cc83003a75e 100644 (file)
@@ -42,9 +42,13 @@ private:
        /// Update the counters of this inset and of its contents
        void updateLabels(ParIterator const &);
        ///
-       void addToToc(ParConstIterator const &) const;
+       void addToToc(DocIterator const &);
+       ///
+       docstring toolTip(BufferView const & bv, int x, int y) const;
        ///
        Inset * clone() const { return new InsetFoot(*this); }
+       ///
+       docstring custom_label_;
 };