mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
A couple comments.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32796 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
827d0cf92e
commit
00087d0537
@ -87,13 +87,13 @@ public:
|
|||||||
/// True if the command has `flag' set
|
/// True if the command has `flag' set
|
||||||
bool funcHasFlag(FuncCode action, FuncAttribs flag) const;
|
bool funcHasFlag(FuncCode action, FuncAttribs flag) const;
|
||||||
|
|
||||||
/// iterator across all real actions
|
/// iterator across all LFUNs
|
||||||
typedef FuncMap::const_iterator const_iterator;
|
typedef FuncMap::const_iterator const_iterator;
|
||||||
|
|
||||||
/// return an iterator to the start of all real actions
|
/// return an iterator to the start of the list of LFUNs
|
||||||
const_iterator func_begin() const;
|
const_iterator func_begin() const;
|
||||||
|
|
||||||
/// return an iterator to the end of all real actions
|
/// return an iterator to one past the end of the list of LFUNs
|
||||||
const_iterator func_end() const;
|
const_iterator func_end() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user