Audacity 3.2.0
Namespaces | Functions | Variables
LabelTrack.cpp File Reference
#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 "AudacityMessageBox.h"
#include "ShuttleGui.h"
Include dependency graph for LabelTrack.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{LabelTrack.cpp}
 

Functions

static const Track::TypeInfotypeInfo ()
 
void anonymous_namespace{LabelTrack.cpp}::AddControls (ShuttleGui &S)
 

Variables

static ProjectFileIORegistry::ObjectReaderEntry readerEntry
 
static EnumSetting< bool > anonymous_namespace{LabelTrack.cpp}::LabelStyleSetting
 
ImportExportPrefs::RegisteredControls anonymous_namespace{LabelTrack.cpp}::reg { wxT("LabelStyle"), AddControls }
 

Function Documentation

◆ typeInfo()

static const Track::TypeInfo & typeInfo ( )
static

Definition at line 106 of file LabelTrack.cpp.

107{
108 static Track::TypeInfo info{
109 { "label", "label", XO("Label Track") }, true, &Track::ClassTypeInfo() };
110 return info;
111}
XO("Cut/Copy/Paste")
static const TypeInfo & ClassTypeInfo()
Definition: Track.cpp:1206

References Track::ClassTypeInfo(), and XO().

Referenced by LabelTrack::ClassTypeInfo(), and LabelTrack::GetTypeInfo().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ readerEntry

Initial value:
{
"labeltrack",
}
static LabelTrack * New(AudacityProject &project)
Definition: LabelTrack.cpp:68

Definition at line 58 of file LabelTrack.cpp.