]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetGraphics.h
index 4dfe1a9a948ed54ce8a3d769525efa3139b9c4b0..4f216dccc6db9bb08e83e37ede50be6fe4201af2 100644 (file)
@@ -73,13 +73,13 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       void edit(Cursor & cur, bool left);
+       void edit(Cursor & cur, bool front, EntryDirection entry_from);
        ///
        void editGraphics(InsetGraphicsParams const &, Buffer const &) const;
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        /// all graphics can be embedded
-       void registerEmbeddedFiles(Buffer const &, EmbeddedFiles &) const;
+       void registerEmbeddedFiles(Buffer const &, EmbeddedFileList &) const;
        ///
        void updateEmbeddedFile(Buffer const &, EmbeddedFile const &);
        /// Force inset into LTR environment if surroundings are RTL?