MCPcopy Create free account
hub / github.com/LMMS/lmms / pixelsPerTact

Method pixelsPerTact

src/core/Track.cpp:1042–1045  ·  view source on GitHub ↗

! \brief How many pixels a tact (bar) takes for this trackContentObjectView. * * \return the number of pixels per tact (bar). */

Source from the content-addressed store, hash-verified

1040 * \return the number of pixels per tact (bar).
1041 */
1042float TrackContentObjectView::pixelsPerTact()
1043{
1044 return m_trackView->trackContainerView()->pixelsPerTact();
1045}
1046
1047
1048

Callers 7

mouseMoveEventMethod · 0.45
updateBackgroundMethod · 0.45
changePositionMethod · 0.45
getPositionMethod · 0.45
paintEventMethod · 0.45
endPositionMethod · 0.45
dropEventMethod · 0.45

Calls 1

trackContainerViewMethod · 0.45

Tested by

no test coverage detected