summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-11-14 20:26:25 +0100
committerMiklos Vajna <vmiklos@collabora.com>2022-11-15 08:22:59 +0100
commit086f715f9db0acd02941423bfc523e6c58aa818a (patch)
treefdf846406af3f095bf3a2913bab1ae4182adb812 /sw/inc
parentfad326833699293e5f4e3254881cb56889a220c0 (diff)
sw: document SwShellCursor
I.e. SwShellCursor is a cursor, while SwCursorShell is a base class of the edit shell/UI. Change-Id: I28e10360b2ef67ad599ec696a57f7bb30eabd33c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142719 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/viscrs.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/viscrs.hxx b/sw/inc/viscrs.hxx
index e96b29f1076a..24b632cca22c 100644
--- a/sw/inc/viscrs.hxx
+++ b/sw/inc/viscrs.hxx
@@ -133,6 +133,9 @@ public:
std::optional<OString> getLOKPayload(int nType, int nViewId) const;
};
+/// Represents the current text cursor of one opened edit window.
+///
+/// See SwShellTableCursor for a table cursor that extends this class.
class SW_DLLPUBLIC SwShellCursor : public virtual SwCursor, public SwSelPaintRects
{
private: