X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetHyperlink.h;h=6bc0c64165cfd390e37238224a20388c69f04164;hb=fd5d47d182a70de532225715a04b77fe4155aa18;hp=ddf35af8533e4631c71a94def965960656c70f3b;hpb=e7f2bbe1eec4752ae2c88481bd77320186bbb8fb;p=lyx.git diff --git a/src/insets/InsetHyperlink.h b/src/insets/InsetHyperlink.h index ddf35af853..6bc0c64165 100644 --- a/src/insets/InsetHyperlink.h +++ b/src/insets/InsetHyperlink.h @@ -36,17 +36,20 @@ public: /// bool isInToc() const { return true; } /// - void tocString(odocstream &) const; + void toString(odocstream &) const; + /// + void forOutliner(docstring &, size_t) const; /// docstring toolTip(BufferView const & bv, int x, int y) const; /// - docstring contextMenuName() const; + std::string contextMenuName() const; /// void validate(LaTeXFeatures &) const; /// - int latex(odocstream &, OutputParams const &) const; + 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; ///