19#ifndef INCLUDED_SW_SOURCE_CORE_CRSR_BLOCKCURSOR_HXX
20#define INCLUDED_SW_SOURCE_CORE_CRSR_BLOCKCURSOR_HXX
Access to the block cursor.
std::optional< Point > maEndPt
SwBlockCursor(const SwCursorShell &rCursorSh, const SwPosition &rPos)
SwShellCursor & getShellCursor()
Access to the shell cursor.
std::optional< Point > const & getStartPoint() const
The document coordinates where the block selection has been started.
std::optional< Point > maStartPt
void clearPoints()
Deletion of the mouse created rectangle.
void setEndPoint(const Point &rPt)
Defines the ending vertex of the block selection.
std::optional< Point > const & getEndPoint() const
The document coordinates where the block selection ends (at the moment)
void setStartPoint(const Point &rPt)
Defines the starting vertex of the block selection.
Represents the current text cursor of one opened edit window.
Marks a position in the document model.