X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCutAndPaste.h;h=d1162cb16500b13b4f5625aae79cb5c434bc29d2;hb=2515a3bded01e27dcc3b19502e649f01fff5ace0;hp=5ede3f39d54344fc250817d0e8536d42b0cf0235;hpb=6add1994c75c0f3e0db50ab6c94ac3b73deb1561;p=lyx.git diff --git a/src/CutAndPaste.h b/src/CutAndPaste.h index 5ede3f39d5..d1162cb165 100644 --- a/src/CutAndPaste.h +++ b/src/CutAndPaste.h @@ -51,12 +51,12 @@ void replaceSelection(Cursor & cur); /** * Cut the current selection and possibly push it to the cut buffer and * system clipboard. - * Does handle undo. + * Does handle undo. Calls saveSelection. * \param doclear If this is true: Delete leading spaces in paragraphs before * they get merged. * \param realcut If this is true: Push the selection to the cut buffer and * system clipboard. Set this to false to only delete the - * selection. + * selection. */ void cutSelection(Cursor & cur, bool doclear = true, bool realcut = true); /// Push the current selection to the cut buffer and the system clipboard. @@ -97,13 +97,14 @@ void pasteParagraphList(Cursor & cur, ParagraphList const & parlist, * It changes layouts and character styles. */ void switchBetweenClasses(textclass_type c1, textclass_type c2, - InsetText & in, ErrorList &); + InsetText & in, ErrorList &); /// Get the current selection as a string. Does not change the selection. /// Does only work if the whole selection is in mathed. docstring grabSelection(Cursor const & cur); /// Erase the current selection. /// Does not handle undo. Does only work if the whole selection is in mathed. +/// Calls saveSelection. void eraseSelection(Cursor & cur); /// Erase the selection and return it as a string. /// Does not handle undo. Does only work if the whole selection is in mathed.