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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user