@returnSwShellCursor&whichrepresentsthestartandendpositionofthe currentblockselection
*/
SwShellCursor& getShellCursor(); /** Defines the starting vertex of the block selection
@paramrPt rPtshouldcontainthedocumentcoordinatesofthemousecursorwhen theblockselectionstarts(MouseButtonDown)
*/ void setStartPoint( const Point &rPt ) { maStartPt = rPt; } /** Defines the ending vertex of the block selection
@paramrPt rPtshouldcontainthedocumentcoordinatesofthemousecursorwhen theblockselectionhasstartedandthemousehasbeenmoved(MouseMove)
*/ void setEndPoint( const Point &rPt ) { maEndPt = rPt; } /** The document coordinates where the block selection has been started
@return0,ifnostartpointhasbeenset
*/
std::optional<Point> const & getStartPoint() const { return maStartPt; } /** The document coordinates where the block selection ends (at the moment)
@return0,ifnoendpointhasbeenset
*/
std::optional<Point> const & getEndPoint() const { return maEndPt; } /** Deletion of the mouse created rectangle
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.