![]() |
Audacity 3.2.0
|
Choices when duplicating a track. More...
#include <Track.h>
Public Member Functions | |
| DuplicateOptions () | |
| DuplicateOptions | ShallowCopyAttachments () && |
| DuplicateOptions | Backup () && |
Public Attributes | |
| bool | shallowCopyAttachments |
| if true, then share AttachedTrackObjects More... | |
| bool | backup |
| passed to Track::Clone() More... | |
|
inline |
Definition at line 272 of file Track.h.
|
inline |
Definition at line 288 of file Track.h.
Referenced by ProjectFileManager::DoSave(), and ProjectFileManager::ReadProjectFile().
|
inline |
Definition at line 284 of file Track.h.
Referenced by PendingTracks::RegisterPendingChangedTrack().
| bool Track::DuplicateOptions::backup |
passed to Track::Clone()
| bool Track::DuplicateOptions::shallowCopyAttachments |