X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FRow.h;h=498fd07d7f8f8ce5c08335171605061ed6269701;hb=28be7d552f62cc02fa86d7f79201d089bfb2d7b5;hp=695c81a95eef5fe71ca3e800a13ee0345bb3f988;hpb=57c3a94730ed587ac8261bd67532d2ae08c98ced;p=lyx.git diff --git a/src/Row.h b/src/Row.h index 695c81a95e..498fd07d7f 100644 --- a/src/Row.h +++ b/src/Row.h @@ -266,6 +266,8 @@ public: void reverseRTL(bool rtl_par); /// bool isRTL() const { return rtl_; } + /// Find row element that contains \c pos, and compute x offset. + const_iterator const findElement(pos_type pos, bool boundary, double & x) const; friend std::ostream & operator<<(std::ostream & os, Row const & row);