X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FBufferView_pimpl.h;h=d98925866c443819e2cf567a3f3ba0053491e733;hb=5c00d0f48978964a576070d5950556787aa365bb;hp=bb969dff47ad1b6b3fe0a55d0fa581facaf6a138;hpb=1b3f5ee46ff2924c4b374f52ad6317b5fd7ac9a5;p=lyx.git diff --git a/src/BufferView_pimpl.h b/src/BufferView_pimpl.h index bb969dff47..d98925866c 100644 --- a/src/BufferView_pimpl.h +++ b/src/BufferView_pimpl.h @@ -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); ///