]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiWorkArea_Private.h
Create new method GuiWorkArea::Private:::updateCaretGeometry
[lyx.git] / src / frontends / qt4 / GuiWorkArea_Private.h
index ef2bb7e1df40c8c72d4cb73ce8e55aeecfaeaaaf..de20397c71e7edc2f17da80a8c10b106e9cb0431 100644 (file)
@@ -85,10 +85,12 @@ struct GuiWorkArea::Private
 
        ///
        void dispatch(FuncRequest const & cmd0);
-       /// hide the visible caret, if it is visible
-       void hideCaret();
+       /// recompute the shape and position of the caret
+       void updateCaretGeometry();
        /// show the caret if it is not visible
        void showCaret();
+       /// hide the caret if it is visible
+       void hideCaret();
        /// Set the range and value of the scrollbar and connect to its valueChanged
        /// signal.
        void updateScrollbar();