![]() |
Audacity 3.2.0
|
#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"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{LabelTrack.cpp} |
Functions | |
static const Track::TypeInfo & | typeInfo () |
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 } |
|
static |
Definition at line 106 of file LabelTrack.cpp.
References Track::ClassTypeInfo(), and XO().
Referenced by LabelTrack::ClassTypeInfo(), and LabelTrack::GetTypeInfo().
|
static |
Definition at line 58 of file LabelTrack.cpp.