]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
Fix the missing "Figure #:" label from the caption of a figure float.
[lyx.git] / src / BufferView_pimpl.h
index bb969dff47ad1b6b3fe0a55d0fa581facaf6a138..d98925866c443819e2cf567a3f3ba0053491e733 100644 (file)
@@ -40,6 +40,7 @@ class LyXView;
 class WorkArea;
 class LyXScreen;
 class FuncRequest;
+class FuncStatus;
 
 
 ///
@@ -99,6 +100,8 @@ struct BufferView::Pimpl : public boost::signals::trackable {
        void center();
        /// a function should be executed from the workarea
        bool workAreaDispatch(FuncRequest const & ev);
+       /// return true for events that will handle
+       FuncStatus getStatus(FuncRequest const & cmd);
        /// a function should be executed
        bool dispatch(FuncRequest const & ev);
        ///