Audacity 3.2.0
Classes | Typedefs | Functions
LabelTrack.h File Reference
#include "SelectedRegion.h"
#include "Track.h"
Include dependency graph for LabelTrack.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LabelStruct
 A LabelStruct holds information for ONE label in a LabelTrack. More...
 
struct  LabelStruct::BadFormatException
 
class  LabelTrack
 A LabelTrack is a Track that holds labels (LabelStruct). More...
 
struct  LabelTrack::IntervalData
 
struct  LabelTrackEvent
 

Typedefs

using LabelArray = std::vector< LabelStruct >
 

Functions

 ENUMERATE_TRACK_TYPE (LabelTrack)
 

Typedef Documentation

◆ LabelArray

using LabelArray = std::vector<LabelStruct>

Definition at line 82 of file LabelTrack.h.

Function Documentation

◆ ENUMERATE_TRACK_TYPE()

ENUMERATE_TRACK_TYPE ( LabelTrack  )