| 1697 | } |
| 1698 | |
| 1699 | double AdornedRulerPanel::Pos2Time(int p, bool ignoreFisheye) const |
| 1700 | { |
| 1701 | return mViewInfo->PositionToTime(p, mLeftOffset |
| 1702 | , ignoreFisheye |
| 1703 | ); |
| 1704 | } |
| 1705 | |
| 1706 | int AdornedRulerPanel::Time2Pos(double t, bool ignoreFisheye) const |
| 1707 | { |