![]() |
Audacity 3.2.0
|
#include "LabelDialog.h"#include <wx/defs.h>#include <wx/choice.h>#include <wx/dc.h>#include <wx/grid.h>#include <wx/scrolbar.h>#include <wx/settings.h>#include <wx/stattext.h>#include <wx/textdlg.h>#include "ShuttleGui.h"#include "LabelTrack.h"#include "Prefs.h"#include "Project.h"#include "SelectFile.h"#include "ViewInfo.h"#include "Viewport.h"#include "tracks/labeltrack/ui/LabelTrackView.h"#include "AudacityMessageBox.h"#include "AudacityTextEntryDialog.h"#include "widgets/Grid.h"#include "HelpSystem.h"#include "NumericConverterFormats.h"#include "FileNames.h"#include <limits>Go to the source code of this file.
Classes | |
| class | RowData |
Enumerations | |
| enum | Column { Col_Track , Col_Label , Col_Stime , Col_Etime , Col_Lfreq , Col_Hfreq , Col_Max } |
| enum | { ID_INSERTA = 11000 , ID_INSERTB , ID_REMOVE , ID_IMPORT , ID_EXPORT } |
Functions | |
| EVT_COMMAND (wxID_ANY, EVT_FREQUENCYTEXTCTRL_UPDATED, LabelDialog::OnFreqUpdate) LabelDialog | |
| anonymous enum |
| Enumerator | |
|---|---|
| ID_INSERTA | |
| ID_INSERTB | |
| ID_REMOVE | |
| ID_IMPORT | |
| ID_EXPORT | |
Definition at line 70 of file LabelDialog.cpp.
| enum Column |
| EVT_COMMAND | ( | wxID_ANY | , |
| EVT_FREQUENCYTEXTCTRL_UPDATED | , | ||
| LabelDialog::OnFreqUpdate | |||
| ) |
Definition at line 89 of file LabelDialog.cpp.
References project.