]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBranch.h
Improved character count statistics for letter based insets (e.g. the LyX logo).
[features.git] / src / insets / InsetBranch.h
index 391f2475f06765971a9d4d69afb324b5bef05943..42b11d215d58944bbeb8e4360ba02e8f8620233e 100644 (file)
@@ -76,9 +76,9 @@ private:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
-       docstring xhtml(XHTMLStream &, OutputParams const &) const;
+       docstring xhtml(XMLStream &, OutputParams const &) const;
        ///
        void toString(odocstream &) const;
        ///
@@ -88,9 +88,7 @@ private:
        ///
        std::string contextMenuName() const;
        ///
-       void updateBuffer(ParIterator const & it, UpdateType utype);
-       ///
-       void setParams(InsetBranchParams const & params) { params_ = params; }
+       void updateBuffer(ParIterator const & it, UpdateType utype, bool const deleted = false);
 
        /** \returns true if params_.branch is listed as 'selected' in
                \c buffer. \p child only checks within child documents.