X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.h;h=9c4d4c1d12a5453f9ae4cb42b02bbf905e6f02c9;hb=83e7c2cff73797fa8f22a8f2cabef003679da10e;hp=84db87abd812c7f9a78b1e98b95be2aff54f07d5;hpb=a27892b6c8fadfd75f31fb6876cc68a025e02dab;p=lyx.git diff --git a/src/LyXAction.h b/src/LyXAction.h index 84db87abd8..9c4d4c1d12 100644 --- a/src/LyXAction.h +++ b/src/LyXAction.h @@ -14,7 +14,7 @@ /** This class encapsulates LyX action and user command operations. */ -class LyXAction : public boost::noncopyable { +class LyXAction : boost::noncopyable { private: /// struct func_info { @@ -97,6 +97,9 @@ public: /// True if the command has `flag' set bool funcHasFlag(kb_action action, func_attrib flag) const; + typedef func_map::const_iterator const_func_iterator; + const_func_iterator func_begin() const; + const_func_iterator func_end() const; private: /// void init();