Audacity 3.2.0
|
Go to the source code of this file.
Classes | |
class | SetTrackBase |
Base class for the various track modifying command classes, that loops over selected tracks. Subclasses override ApplyInner() to change one track. More... | |
class | SetTrackStatusCommand |
A SetTrackBase that sets name, selected and focus. More... | |
class | SetTrackAudioCommand |
A SetTrackBase that sets pan, volume, mute and solo. More... | |
class | SetTrackVisualsCommand |
A SetTrackBase that sets appearance of a track. More... | |
class | SetTrackCommand |
A SetTrackBase that combines SetTrackStatusCommand, SetTrackAudioConmmand and SetTrackVisualsCommand. More... | |