! \brief How many pixels a tact (bar) takes for this trackContentObjectView. * * \return the number of pixels per tact (bar). */
| 1040 | * \return the number of pixels per tact (bar). |
| 1041 | */ |
| 1042 | float TrackContentObjectView::pixelsPerTact() |
| 1043 | { |
| 1044 | return m_trackView->trackContainerView()->pixelsPerTact(); |
| 1045 | } |
| 1046 | |
| 1047 | |
| 1048 |
no test coverage detected