MCPcopy Create free account
hub / github.com/YCAMInterlab/Duration / createHeaderForTrack

Method createHeaderForTrack

Duration/src/DurationController.cpp:1641–1648  ·  view source on GitHub ↗

--------------------------------------------------------------

Source from the content-addressed store, hash-verified

1639
1640//--------------------------------------------------------------
1641ofxTLUIHeader* DurationController::createHeaderForTrack(ofxTLTrack* track){
1642 ofxTLUIHeader* headerGui = new ofxTLUIHeader();
1643 headerGui->translation = &translation;
1644 ofxTLTrackHeader* header = timeline.getTrackHeader(track);
1645 headerGui->setTrackHeader(header);
1646 headers[track->getName()] = ofPtr<ofxTLUIHeader>( headerGui );
1647 return headerGui;
1648}
1649
1650void DurationController::createTooltips(){
1651

Callers

nothing calls this directly

Calls 2

getTrackHeaderMethod · 0.80
setTrackHeaderMethod · 0.80

Tested by

no test coverage detected