![]() |
Audacity 3.2.0
|
#include "LabelTrack.h"#include <algorithm>#include <limits.h>#include <float.h>#include <wx/log.h>#include <wx/tokenzr.h>#include <wx/datetime.h>#include "Prefs.h"#include "Project.h"#include "TimeWarper.h"#include "BasicUI.h"Go to the source code of this file.
Functions | |
| static const Track::TypeInfo & | typeInfo () |
| static double | SubRipTimestampToDouble (const wxString &ts) |
| static wxString | SubRipTimestampFromDouble (double timestamp, bool webvtt) |
Variables | |
| EnumSetting< bool > | LabelStyleSetting |
| static ProjectFileIORegistry::ObjectReaderEntry | readerEntry |
|
static |
Definition at line 539 of file LabelTrack.cpp.
References wxT().
Referenced by LabelStruct::Export().
|
static |
Definition at line 408 of file LabelTrack.cpp.
References details::end(), and wxT().
Referenced by LabelStruct::Import().
|
static |
Definition at line 139 of file LabelTrack.cpp.
References Track::ClassTypeInfo(), and XO().
Referenced by LabelTrack::ClassTypeInfo(), and LabelTrack::GetTypeInfo().
| EnumSetting<bool> LabelStyleSetting |
Definition at line 51 of file LabelTrack.cpp.
Referenced by anonymous_namespace{ExportLabelTrack.cpp}::AddControls(), and LabelStruct::Export().
|
static |
Definition at line 91 of file LabelTrack.cpp.