]> git.lyx.org Git - features.git/blobdiff - src/BufferView.h
move selStart and selEnd from LyXText to BufferView
[features.git] / src / BufferView.h
index d2d55a7b798bf000cf6e6a162b451de715a8a65f..0e33ef08e75c92b7c7cc34c9ba5110195907a91f 100644 (file)
@@ -233,6 +233,14 @@ public:
        Selection & selection();
        ///
        Selection const & selection() const;
+       ///
+       CursorSlice & selStart();
+       ///
+       CursorSlice const & selStart() const;
+       ///
+       CursorSlice & selEnd();
+       ///
+       CursorSlice const & selEnd() const;
 
        ///
        Selection selection_;