]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_nestinset.h
split LyXFunc::getStatus() into inset specific chunks
[features.git] / src / mathed / math_nestinset.h
index 4eae6eeaf061f532cb7232fd5fc36455a8482815..4b52ecb219370ba9e5a4e51123ee5f637fb94584 100644 (file)
@@ -97,6 +97,9 @@ public:
 protected:
        ///
        void priv_dispatch(LCursor & cur, FuncRequest & cmd);
+       /// do we want to handle this event?
+       bool getStatus(LCursor & cur, FuncRequest const & cmd,
+               FuncStatus & status) const;
        ///
        void handleFont(LCursor & cur,
                std::string const & arg, std::string const & font);