#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 "../../../widgets/wxPanelWrapper.h"
#include <wx/dialog.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 177 of file LabelTrackControls.cpp.
177 {
179 return std::make_shared<LabelTrackControls>( track.SharedPointer() );
180 };
181}
A LabelTrack is a Track that holds labels (LabelStruct).
◆ EndSection()