]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
* Paragraph: erase unused some method and move some members to Paragraph::Private.
[lyx.git] / src / Text.h
index b542c36a15b5fec7ea81e487d81eb594ab26614b..f6883e8bd59da0658ea07b2c3abdeb015fcb419f 100644 (file)
@@ -163,16 +163,16 @@ public:
        ///
        void recUndo(Cursor & cur, pit_type first) const;
 
-       /// Move cursor one position left
+       /// Move cursor one position backwards
        /**
         * Returns true if an update is needed after the move.
         */
-       bool cursorLeft(Cursor & cur);
-       /// Move cursor one position right
+       bool cursorBackward(Cursor & cur);
+       /// Move cursor one position forward
        /**
         * Returns true if an update is needed after the move.
         */
-       bool cursorRight(Cursor & cur);
+       bool cursorForward(Cursor & cur);
        ///
        bool cursorLeftOneWord(Cursor & cur);
        ///
@@ -287,7 +287,7 @@ private:
        /// handle the case where bibitems were deleted
        bool handleBibitems(Cursor & cur);
        ///
-       void charInserted();
+       void charInserted(Cursor & cur);
        /// set 'number' font property
        void number(Cursor & cur);