]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
modify Inset::EntryDirectionType to follow style used in FontEnums.h for enums.
[lyx.git] / src / insets / InsetTabular.h
index 8950077de263bd4dc71f0e2d4b9ed13f02ef4795..677cf49e16e3bc534ada5ae76c4ddf605550538b 100644 (file)
@@ -679,7 +679,7 @@ public:
        ///
        EDITABLE editable() const { return HIGHLY_EDITABLE; }
        ///
-       bool insetAllowed(InsetCode) const { return true; }
+       bool insetAllowed(InsetCode code) const;
        ///
        bool allowSpellCheck() const { return true; }
        ///
@@ -745,7 +745,7 @@ public:
        /// set the owning buffer
        void buffer(Buffer const * buf);
        /// lock cell with given index
-       void edit(Cursor & cur, bool left);
+       void edit(Cursor & cur, bool front, EntryDirection entry_from);
        ///
        Inset * editXY(Cursor & cur, int x, int y);
        /// can we go further down on mouse click?