]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.h
Extend the notermination flag to math as well.
[lyx.git] / src / insets / InsetGraphics.h
index 2a04f0c33cf469d8070c7f0eb50dfc33a8373462..bee9fe08845962be7d8e375c7b3ef050c893fc32 100644 (file)
@@ -98,7 +98,7 @@ private:
        ///
        void addToToc(DocIterator const &) const;
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        /// Force inset into LTR environment if surroundings are RTL
        bool forceLTR() const { return true; }
        ///
@@ -126,6 +126,8 @@ private:
        InsetGraphicsParams params_;
        /// holds the entity name that defines the graphics location (SGML).
        docstring const graphic_label;
+       ///
+       docstring toolTip(BufferView const & bv, int x, int y) const;
        /// The thing that actually draws the image on LyX's screen.
        RenderGraphic * graphic_;
 };