]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.h
Make members of FuncRequest private, per the FIXME there. Again, this is
[lyx.git] / src / insets / InsetQuotes.h
index 18442fc7945cd0b4ff26f637734bb7505ac67e21..0cc463e4c27723fcaf4a2542a2072b327bc163bf 100644 (file)
@@ -62,11 +62,11 @@ public:
            \item etc.
          \end{itemize}
          */
-       explicit InsetQuotes(Buffer const & buf, std::string const & str = "eld");
+       explicit InsetQuotes(Buffer * buf, std::string const & str = "eld");
        /// Create the right quote inset after character c
-       InsetQuotes(Buffer const & buffer, char_type c);
+       InsetQuotes(Buffer * buffer, char_type c);
        /// Direct access to inner/outer quotation marks
-       InsetQuotes(Buffer const & buf, char_type c, QuoteTimes t);
+       InsetQuotes(Buffer * buf, char_type c, QuoteTimes t);
        ///
        docstring name() const;
        ///
@@ -83,9 +83,11 @@ public:
        int plaintext(odocstream &, OutputParams const &) const;
        ///
        int docbook(odocstream &, OutputParams const &) const;
+       ///
+       docstring xhtml(XHTMLStream &, OutputParams const &) const;
 
        /// the string that is passed to the TOC
-       void textString(odocstream &) const;
+       void tocString(odocstream &) const;
 
        ///
        void validate(LaTeXFeatures &) const;