ardour
Public Attributes | List of all members
ARDOUR::ImportStatus Class Reference

#include <import_status.h>

Inheritance diagram for ARDOUR::ImportStatus:
ARDOUR::InterThreadInfo Editor::EditorImportStatus

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 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
 

Additional Inherited Members

- Public Member Functions inherited from ARDOUR::InterThreadInfo
 InterThreadInfo ()
 

Detailed Description

Definition at line 34 of file import_status.h.

Member Data Documentation

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 49 of file import_status.h.

uint32_t ARDOUR::ImportStatus::current

Definition at line 39 of file import_status.h.

std::string ARDOUR::ImportStatus::doing_what

Definition at line 36 of file import_status.h.

volatile bool ARDOUR::ImportStatus::freeze

Definition at line 42 of file import_status.h.

std::vector<std::string> ARDOUR::ImportStatus::paths

Definition at line 43 of file import_status.h.

SrcQuality ARDOUR::ImportStatus::quality

Definition at line 41 of file import_status.h.

bool ARDOUR::ImportStatus::replace_existing_source

Definition at line 44 of file import_status.h.

SourceList ARDOUR::ImportStatus::sources

Definition at line 52 of file import_status.h.

uint32_t ARDOUR::ImportStatus::total

Definition at line 40 of file import_status.h.


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