]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
More switches and whitespace fixes
[lyx.git] / src / insets / InsetHyperlink.h
index acecd16d2a0595a71e4a0546996005cb4ed528b7..6bc0c64165cfd390e37238224a20388c69f04164 100644 (file)
@@ -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 contextMenu(BufferView const &, int, int) 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;
        ///