mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Add method: pit_type & pit()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13594 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4b0a5549b1
commit
218dc64141
@ -66,6 +66,9 @@ public:
|
|||||||
///
|
///
|
||||||
lyx::pit_type pit() const;
|
lyx::pit_type pit() const;
|
||||||
///
|
///
|
||||||
|
/// return the paragraph this cursor is in
|
||||||
|
pit_type & pit() { return DocIterator::pit(); }
|
||||||
|
|
||||||
ParagraphList & plist() const;
|
ParagraphList & plist() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user