X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCursor.h;h=1e9fc6d27f1e703338a1b2d8c9f03c63b54ff141;hb=700af7e7011f102d92222744791638ff2db18f94;hp=95cb4cc893f4f2ba4d3a5daa89fe82629a7829d5;hpb=11a6b3c4c7a031fd3776f53c9c43f62116933cea;p=lyx.git diff --git a/src/Cursor.h b/src/Cursor.h index 95cb4cc893..1e9fc6d27f 100644 --- a/src/Cursor.h +++ b/src/Cursor.h @@ -236,7 +236,7 @@ public: /// Convenience: prepare undo for the whole buffer void recordUndoFullDocument(); - /// Convenience: prepare undo for the selected paragraphs + /// Convenience: prepare undo for the selected paragraphs or cells void recordUndoSelection(); /// @@ -350,6 +350,8 @@ public: bool inMacroMode() const; /// get access to the macro we are currently typing InsetMathUnknown * activeMacro(); + /// get access to the macro we are currently typing + InsetMathUnknown const * activeMacro() const; /// replace selected stuff with at, placing the former // selection in given cell of atom @@ -396,7 +398,7 @@ public: * Sure that the cursor old is valid, i.e. all inset pointers * point to valid insets! Use Cursor::fixIfBroken if necessary. */ -bool notifyCursorLeaves(DocIterator const & old, Cursor & cur); +bool notifyCursorLeaves(Cursor const & old, Cursor & cur); } // namespace lyx