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

Go to the source code of this file.

Classes

class  TrackView
 

Typedefs

using DoGetView = AttachedVirtualFunction< DoGetViewTag, std::shared_ptr< TrackView >, Track >
 
using GetDefaultTrackHeight = AttachedVirtualFunction< GetDefaultTrackHeightTag, int, Track >
 

Functions

 DECLARE_EXPORTED_ATTACHED_VIRTUAL (AUDACITY_DLL_API, DoGetView)
 

Typedef Documentation

◆ DoGetView

using DoGetView = AttachedVirtualFunction< DoGetViewTag, std::shared_ptr< TrackView >, Track >

Definition at line 137 of file TrackView.h.

◆ GetDefaultTrackHeight

using GetDefaultTrackHeight = AttachedVirtualFunction< GetDefaultTrackHeightTag, int, Track >

Definition at line 147 of file TrackView.h.

Function Documentation

◆ DECLARE_EXPORTED_ATTACHED_VIRTUAL()

DECLARE_EXPORTED_ATTACHED_VIRTUAL ( AUDACITY_DLL_API  ,
DoGetView   
)