Audacity 3.2.0
Classes | Typedefs | Functions
TrackControls.h File Reference
#include "CommonTrackPanelCell.h"
#include "TrackInfo.h"
#include "AttachedVirtualFunction.h"
Include dependency graph for TrackControls.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TrackControls
 

Typedefs

using DoGetControls = AttachedVirtualFunction< DoGetControlsTag, std::shared_ptr< TrackControls >, Track >
 

Functions

 DECLARE_EXPORTED_ATTACHED_VIRTUAL (AUDACITY_DLL_API, DoGetControls)
 

Typedef Documentation

◆ DoGetControls

using DoGetControls = AttachedVirtualFunction< DoGetControlsTag, std::shared_ptr< TrackControls >, Track >

Definition at line 40 of file TrackControls.h.

Function Documentation

◆ DECLARE_EXPORTED_ATTACHED_VIRTUAL()

DECLARE_EXPORTED_ATTACHED_VIRTUAL ( AUDACITY_DLL_API  ,
DoGetControls   
)