]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetExternal.h
Prettify the tooltip for footnotes.
[lyx.git] / src / insets / InsetExternal.h
index fba0e7406bc1254746f534a6bdaca50356096462..a875d379956aad2cb5081f3d37cd511838fb7669 100644 (file)
@@ -113,7 +113,7 @@ public:
        ///
        std::string contextMenuName() const;
        ///
-       bool setMouseHover(BufferView const * bv, bool mouse_hover);
+       bool setMouseHover(BufferView const * bv, bool mouse_hover) const;
        ///
        bool clickable(int, int) const { return true; }
 private:
@@ -132,7 +132,8 @@ private:
        ///
        void read(Lexer & lex);
        ///
-       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;
        /// For now, this does nothing. Someone who knows about this