#include "LabelTrack.h"
#include <algorithm>
#include <limits.h>
#include <float.h>
#include <wx/log.h>
#include <wx/tokenzr.h>
#include "Prefs.h"
#include "Project.h"
#include "prefs/ImportExportPrefs.h"
#include "TimeWarper.h"
#include "widgets/AudacityMessageBox.h"
Go to the source code of this file.
◆ DoMakeInterval()
template<typename IntervalType >
static IntervalType DoMakeInterval |
( |
const LabelStruct & |
label, |
|
|
size_t |
index |
|
) |
| |
|
static |
Definition at line 122 of file LabelTrack.cpp.
123{
124 return {
126 std::make_unique<LabelTrack::IntervalData>( index ) };
127}
References label.
◆ DoMakeIntervals()
template<typename Container , typename
LabelTrack >
static Container DoMakeIntervals |
( |
LabelTrack & |
track | ) |
|
|
static |
◆ typeInfo()
◆ readerEntry
Initial value:{
"labeltrack",
}
static LabelTrack * New(AudacityProject &project)
Definition at line 48 of file LabelTrack.cpp.