Home
last modified time | relevance | path

Searched refs:RemovableIfEmpty (Results 1 – 13 of 13) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dmp3filesource.cc34 Source::Flag (flags & ~(Writable|Removable|RemovableIfEmpty|RemoveAtDestroy))) in Mp3FileSource()
36 Source::Flag (flags & ~(Writable|Removable|RemovableIfEmpty|RemoveAtDestroy))) in Mp3FileSource()
H A Dfile_source.cc110 ((_flags & RemovableIfEmpty) && empty()))); in removable()
223 _flags = Flag (_flags & ~(RemoveAtDestroy|Removable|RemovableIfEmpty)); in move_to_trash()
516 _flags = Flag (_flags & ~(Writable|Removable|RemovableIfEmpty|RemoveAtDestroy|CanRename)); in mark_immutable()
523 _flags = Flag (_flags & ~(Removable|RemovableIfEmpty|RemoveAtDestroy|CanRename)); in mark_immutable_except_write()
529 _flags = Flag (_flags & ~(Removable|RemovableIfEmpty|RemoveAtDestroy)); in mark_nonremovable()
H A Dffmpegfilesource.cc31 Source::Flag (flags & ~(Writable|Removable|RemovableIfEmpty|RemoveAtDestroy))) in FFMPEGFileSource()
33 Source::Flag (flags & ~(Writable|Removable|RemovableIfEmpty|RemoveAtDestroy))) in FFMPEGFileSource()
H A Dsource.cc105 _flags = Flag (_flags & ~(Writable|Removable|RemovableIfEmpty|RemoveAtDestroy|CanRename)); in fix_writable_flags()
244 _flags = Flag (_flags & ~(Writable|Removable|RemovableIfEmpty|RemoveAtDestroy|CanRename)); in set_state()
411 _flags = Flag (_flags | RemovableIfEmpty); in set_allow_remove_if_empty()
413 _flags = Flag (_flags & ~RemovableIfEmpty); in set_allow_remove_if_empty()
H A Dplaylist_source.cc53 _flags = Flag (_flags & ~(Writable|CanRename|Removable|RemovableIfEmpty|RemoveAtDestroy)); in PlaylistSource()
67 _flags = Flag (_flags & ~(Writable|CanRename|Removable|RemovableIfEmpty|RemoveAtDestroy)); in PlaylistSource()
H A Dsrcfilesource.cc35 …Type::AUDIO, src->name(), Flag (src->flags() & ~(Writable|Removable|RemovableIfEmpty|RemoveAtDestr… in SrcFileSource()
36 …, AudioFileSource (s, src->path(), Flag (src->flags() & ~(Writable|Removable|RemovableIfEmpty|Remo… in SrcFileSource()
H A Dcoreaudiosource.cc64 …: Source (s, DataType::AUDIO, path, Source::Flag (flags & ~(Writable|Removable|RemovableIfEmpty|Re… in CoreAudioSource()
66 Source::Flag (flags & ~(Writable|Removable|RemovableIfEmpty|RemoveAtDestroy))) in CoreAudioSource()
H A Dmidi_playlist_source.cc72 _flags = Flag (_flags & ~(Writable|CanRename|Removable|RemovableIfEmpty|RemoveAtDestroy)); in MidiPlaylistSource()
H A Daudio_playlist_source.cc63 _flags = Flag (_flags & ~(Writable|CanRename|Removable|RemovableIfEmpty|RemoveAtDestroy)); in AudioPlaylistSource()
H A Dsndfilesource.cc60 Source::RemovableIfEmpty |
85 , AudioFileSource (s, path, Flag (flags & ~(Writable|Removable|RemovableIfEmpty|RemoveAtDestroy))) in SndFileSource()
H A Dsmf_source.cc807 _flags = Flag (_flags & ~(Removable|RemovableIfEmpty|RemoveAtDestroy)); in prevent_deletion()
H A Denums.cc531 REGISTER_CLASS_ENUM (Source, RemovableIfEmpty); in setup_enum_writer()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dsource.h55 RemovableIfEmpty = 0x10, enumerator