ardour
Public Attributes | List of all members
Editor::EditorImportStatus Struct Reference
Inheritance diagram for Editor::EditorImportStatus:
ARDOUR::ImportStatus ARDOUR::InterThreadInfo

Public Attributes

Editing::ImportMode mode
 
framepos_t pos
 
int target_tracks
 
int target_regions
 
boost::shared_ptr< ARDOUR::Tracktrack
 
bool replace
 
- Public Attributes inherited from ARDOUR::ImportStatus
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 1386 of file editor.h.

Member Data Documentation

Editing::ImportMode Editor::EditorImportStatus::mode

Definition at line 1387 of file editor.h.

framepos_t Editor::EditorImportStatus::pos

Definition at line 1388 of file editor.h.

bool Editor::EditorImportStatus::replace

Definition at line 1392 of file editor.h.

int Editor::EditorImportStatus::target_regions

Definition at line 1390 of file editor.h.

int Editor::EditorImportStatus::target_tracks

Definition at line 1389 of file editor.h.

boost::shared_ptr<ARDOUR::Track> Editor::EditorImportStatus::track

Definition at line 1391 of file editor.h.


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