]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.h
Fix a number of other uninitialized members.
[lyx.git] / src / insets / InsetRef.h
index 7cd0a11cfd27cf674c544e512993f5e300951761..f8854236785d4e153a05ccc0e7f18ce3a984975a 100644 (file)
@@ -45,6 +45,8 @@ public:
        docstring toolTip(BufferView const &, int, int) const
                { return tooltip_; }
        ///
+  docstring getTOCString() const;
+       ///
        bool hasSettings() const { return true; }
        ///
        InsetCode lyxCode() const { return REF_CODE; }
@@ -62,13 +64,14 @@ public:
        /// 
        void toString(odocstream &) const;
        ///
-       void forToc(docstring &, size_t) const;
+       void forOutliner(docstring &, size_t const, bool const) const;
        ///
        void validate(LaTeXFeatures & features) const;
        ///
        void updateBuffer(ParIterator const & it, UpdateType);
        ///
-       void addToToc(DocIterator const & di, bool output_active) const;
+       void addToToc(DocIterator const & di, bool output_active,
+                                 UpdateType utype) const;
        ///
        bool forceLTR() const { return true; }
        //@}