]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.h
Cleanup mouse/selection/context-menu interactions.
[lyx.git] / src / insets / InsetGraphics.h
index b1270bb30c321d9b2fe4f4e94703a30968ac9b78..281e3057c2e9f482918237f94835b438175e5102 100644 (file)
@@ -34,6 +34,8 @@ public:
        ///
        ~InsetGraphics();
        ///
+       void setBuffer(Buffer & buffer);
+       ///
        bool isLabeled() const { return true; }
        void metrics(MetricsInfo &, Dimension &) const;
        ///
@@ -82,6 +84,8 @@ public:
        void updateEmbeddedFile(EmbeddedFile const &);
        ///
        void addToToc(ParConstIterator const &) const;
+       ///
+       docstring contextMenu(BufferView const & bv, int x, int y) const;
 
        /// Force inset into LTR environment if surroundings are RTL?
        virtual bool forceLTR() const { return true; }