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

Method cut

src/core/Track.cpp:449–453  ·  view source on GitHub ↗

! \brief Cut this trackContentObjectView from its track to the clipboard. * * Perform the 'cut' action of the clipboard - copies the track content * object to the clipboard and then removes it from the track. */

Source from the content-addressed store, hash-verified

447 * object to the clipboard and then removes it from the track.
448 */
449void TrackContentObjectView::cut()
450{
451 m_tco->copy();
452 remove();
453}
454
455
456

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected