![]() |
Audacity 3.2.0
|
#include <memory>
#include "CommonTrackPanelCell.h"
#include "XMLAttributeValueView.h"
#include "AttachedVirtualFunction.h"
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) | |
using DoGetView = AttachedVirtualFunction< DoGetViewTag, std::shared_ptr< TrackView >, Track > |
Definition at line 137 of file TrackView.h.
using GetDefaultTrackHeight = AttachedVirtualFunction< GetDefaultTrackHeightTag, int, Track > |
Definition at line 147 of file TrackView.h.
DECLARE_EXPORTED_ATTACHED_VIRTUAL | ( | AUDACITY_DLL_API | , |
DoGetView | |||
) |