]> git.lyx.org Git - lyx.git/blobdiff - src/CursorSlice.h
Prevent accidental usage of wrong copy constructor
[lyx.git] / src / CursorSlice.h
index 01634bdacca3a1dabc2d507dbb614a9b2df9e40e..d703cb4b3479ac3198c26ea3ed2df0dfaeb82f32 100644 (file)
@@ -132,6 +132,10 @@ public:
        void forwardIdx();
        /// move to previous cell
        void backwardIdx();
+       /// are we at the end of the cell
+       bool at_cell_end() const;
+       /// are we at the start of the cell
+       bool at_cell_begin() const;
        /// are we at the end of this slice
        bool at_end() const;
        /// are we at the start of this slice