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

Method getTrackContentObject

include/Track.h:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 bool fixedTCOs();
214
215 inline TrackContentObject * getTrackContentObject()
216 {
217 return m_tco;
218 }
219
220 inline TrackView * getTrackView()
221 {

Callers 3

addTCOViewMethod · 0.80
changePositionMethod · 0.80
updateRubberbandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected