#include "LabelTrackControls.h"
#include "LabelTrackView.h"
#include "../../../HitTestResult.h"
#include "LabelTrack.h"
#include "../../../widgets/PopupMenuTable.h"
#include "Prefs.h"
#include "../../../RefreshCode.h"
#include "ShuttleGui.h"
#include "wxPanelWrapper.h"
#include <wx/fontenum.h>
#include <wx/listbox.h>
#include <wx/spinctrl.h>
Go to the source code of this file.
◆ DoGetLabelTrackControls
◆ GetDefaultLabelTrackHeight
◆ anonymous enum
◆ AppendItem()
◆ BeginSection()
◆ DEFINE_ATTACHED_VIRTUAL_OVERRIDE()
Definition at line 176 of file LabelTrackControls.cpp.
176 {
178 return std::make_shared<LabelTrackControls>( track.SharedPointer() );
179 };
180}
A LabelTrack is a Track that holds labels (LabelStruct).
◆ EndSection()