]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCitation.h
Compute and output numbers for numerical citations.
[lyx.git] / src / insets / InsetCitation.h
index e29c3997fb8fcfa8953512c13cb2fa40c46f5324..861ea4fa89f9a41476c25d4fd23c02f96527e2be 100644 (file)
@@ -34,6 +34,9 @@ public:
        ///
        ~InsetCitation();
 
+       ///
+       bool addKey(std::string const & key);
+
        /// \name Public functions inherited from Inset class
        //@{
        ///
@@ -49,7 +52,8 @@ public:
        ///
        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;
        ///
@@ -63,7 +67,7 @@ public:
        ///
        void updateBuffer(ParIterator const & it, UpdateType);
        ///
-       void addToToc(DocIterator const &) const;
+       void addToToc(DocIterator const & di, bool output_active) const;
        ///
        std::string contextMenuName() const;
        //@}
@@ -104,7 +108,7 @@ private:
 
        ///
        struct Cache {
-               Cache() : recalculate(true) {};
+               Cache() : recalculate(true) {}
                ///
                bool recalculate;
                ///