]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.h
Add Nomenclature to the TOC.
[lyx.git] / src / insets / InsetCaption.h
index fd512e187cd53ac4c901626770c3dcd4c28045b8..b037c346607841bf98b0926e6911a9d51421a8d4 100644 (file)
@@ -25,6 +25,8 @@ public:
        ///
        std::string const & type() const { return type_; }
        ///
+       std::string const & floattype() const { return floattype_; }
+       ///
        docstring layoutName() const;
        /// return the mandatory argument (LaTeX format) only
        void getArgument(otexstream & os, OutputParams const &) const;
@@ -69,15 +71,17 @@ private:
        ///
        void latex(otexstream & os, OutputParams const &) const;
        ///
-       int plaintext(odocstream & os, OutputParams const & runparams) const;
+       int plaintext(odocstringstream & ods, OutputParams const & op,
+                     size_t max_length = INT_MAX) const;
        ///
        int docbook(odocstream & os, OutputParams const & runparams) const;
        /// 
        docstring xhtml(XHTMLStream & os, OutputParams const & runparams) const;
        ///
        void setCustomLabel(docstring const & label);
-       ///
-       void addToToc(DocIterator const &) const;
+       /// \param output_active : is the toc being generated for use by the
+       /// output routines?
+       void addToToc(DocIterator const & di, bool output_active) const;
        /// 
        virtual bool forcePlainLayout(idx_type = 0) const { return true; }
        /// Captions don't accept alignment, spacing, etc.