]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
Allow LyX format to be written to View>Source window.
[lyx.git] / src / insets / InsetHyperlink.h
index acecd16d2a0595a71e4a0546996005cb4ed528b7..fb4c8919790c474d7a2b5f2e5de51ff619d7c4fb 100644 (file)
@@ -36,15 +36,17 @@ public:
        ///
        bool isInToc() const { return true; }
        ///
-       void tocString(odocstream &) const;
+       void toString(odocstream &) const;
+       ///
+       void forToc(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;
        ///