1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-05 06:01:04 +01:00

Import and Export are methods of LabelStruct

This commit is contained in:
Paul Licameli
2016-07-10 19:09:48 -04:00
parent 519f4d6cf6
commit ac2730170d
2 changed files with 52 additions and 34 deletions

View File

@@ -62,6 +62,11 @@ public:
bool AdjustEdge( int iEdge, double fNewTime);
void MoveLabel( int iEdge, double fNewTime);
struct BadFormatException {};
static LabelStruct Import(wxTextFile &file, int index);
void Export(wxTextFile &file) const;
/// Relationships between selection region and labels
enum TimeRelations
{