Audacity 3.2.0
Functions | Variables
TrackControls.cpp File Reference
#include "TrackControls.h"
#include "Track.h"
Include dependency graph for TrackControls.cpp:

Go to the source code of this file.

Functions

 DEFINE_ATTACHED_VIRTUAL (DoGetControls)
 

Variables

static const AttachedTrackObjects::RegisteredFactory key
 

Function Documentation

◆ DEFINE_ATTACHED_VIRTUAL()

DEFINE_ATTACHED_VIRTUAL ( DoGetControls  )

Definition at line 41 of file TrackControls.cpp.

41 {
42 return nullptr;
43}

Variable Documentation

◆ key

Initial value:
{
[]( Track &track ){
return DoGetControls::Call( track );
}
}
static Return Call(This &obj, Arguments ...arguments)
Invoke the method – but only after static initialization time.
Abstract base class for an object holding data associated with points on a time axis.
Definition: Track.h:110

Definition at line 25 of file TrackControls.cpp.

Referenced by TrackControls::Get().