Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
LabelTrackShifter::IntervalData Struct Referencefinal
Inheritance diagram for LabelTrackShifter::IntervalData:
[legend]
Collaboration diagram for LabelTrackShifter::IntervalData:
[legend]

Public Member Functions

 IntervalData (const LabelStruct &label)
 
- Public Member Functions inherited from TrackIntervalData
virtual ~TrackIntervalData ()
 

Public Attributes

SelectedRegion region
 
wxString title
 

Detailed Description

Definition at line 99 of file LabelTrackShifter.cpp.

Constructor & Destructor Documentation

◆ IntervalData()

LabelTrackShifter::IntervalData::IntervalData ( const LabelStruct label)
inline

Definition at line 102 of file LabelTrackShifter.cpp.

103 : region{label.selectedRegion}
104 , title{label.title}
105 {}
TranslatableString label
Definition: TagsEditor.cpp:164

Member Data Documentation

◆ region

SelectedRegion LabelTrackShifter::IntervalData::region

Definition at line 100 of file LabelTrackShifter.cpp.

◆ title

wxString LabelTrackShifter::IntervalData::title

Definition at line 101 of file LabelTrackShifter.cpp.


The documentation for this struct was generated from the following file: