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:
Abdelrazak Younes 2006-04-08 05:17:45 +00:00
parent 4b0a5549b1
commit 218dc64141

View File

@ -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;
}; };