]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.h
* src/frontends/qt4/QTocDialog.C (updateGui):
[lyx.git] / src / TextMetrics.h
index 22197707014f4f1560e7d9d1f886a99f39dc2a5a..77fc11a4b76a2946469e09daa72f6e5163876edf 100644 (file)
@@ -90,12 +90,22 @@ private:
        /// Calculate and set the height of the row
        void setHeightOfRow(pit_type, Row & row);
 
+// Temporary public:
+public:
        /// returns the column near the specified x-coordinate of the row.
        /// x is an absolute screen coord, it is set to the real beginning
        /// of this column.
        pos_type getColumnNearX(pit_type pit, Row const & row, int & x,
                bool & boundary) const;
 
+       /// returns pos in given par at given x coord.
+       pos_type x2pos(pit_type pit, int row, int x) const;
+       
+       // FIXME: is there a need for this?
+       //int pos2x(pit_type pit, pos_type pos) const;
+
+private:
+
        /// The BufferView owner.
        BufferView * bv_;