|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <import_status.h>
Public Member Functions | |
| virtual | ~ImportStatus () |
| virtual void | clear () |
Public Member Functions inherited from ARDOUR::InterThreadInfo | |
| InterThreadInfo () | |
Public Attributes | |
| std::string | doing_what |
| uint32_t | current |
| uint32_t | total |
| SrcQuality | quality |
| volatile bool | freeze |
| std::vector< std::string > | paths |
| bool | replace_existing_source |
| bool | split_midi_channels |
| bool | import_markers |
| MidiTrackNameSource | midi_track_name_source |
| bool | all_done |
| SourceList | sources |
Public Attributes inherited from ARDOUR::InterThreadInfo | |
| volatile bool | done |
| volatile bool | cancel |
| volatile float | progress |
| pthread_t | thread |
| ProcessThread | process_thread |
Definition at line 34 of file import_status.h.
|
inlinevirtual |
Definition at line 36 of file import_status.h.
|
inlinevirtual |
Reimplemented in Editor::EditorImportStatus.
Definition at line 40 of file import_status.h.
| bool ARDOUR::ImportStatus::all_done |
set to true when all files have been imported, as distinct from the done in ARDOUR::InterThreadInfo, which indicates that one run of the import thread has been completed.
Definition at line 61 of file import_status.h.
| uint32_t ARDOUR::ImportStatus::current |
Definition at line 48 of file import_status.h.
| std::string ARDOUR::ImportStatus::doing_what |
Definition at line 45 of file import_status.h.
| volatile bool ARDOUR::ImportStatus::freeze |
Definition at line 51 of file import_status.h.
| bool ARDOUR::ImportStatus::import_markers |
Definition at line 55 of file import_status.h.
| MidiTrackNameSource ARDOUR::ImportStatus::midi_track_name_source |
Definition at line 56 of file import_status.h.
| std::vector<std::string> ARDOUR::ImportStatus::paths |
Definition at line 52 of file import_status.h.
| SrcQuality ARDOUR::ImportStatus::quality |
Definition at line 50 of file import_status.h.
| bool ARDOUR::ImportStatus::replace_existing_source |
Definition at line 53 of file import_status.h.
| SourceList ARDOUR::ImportStatus::sources |
Definition at line 64 of file import_status.h.
| bool ARDOUR::ImportStatus::split_midi_channels |
Definition at line 54 of file import_status.h.
| uint32_t ARDOUR::ImportStatus::total |
Definition at line 49 of file import_status.h.