#include <audio_region_importer.h>
Definition at line 70 of file audio_region_importer.h.
◆ AudioRegionImporter()
◆ ~AudioRegionImporter()
ARDOUR::AudioRegionImporter::~AudioRegionImporter |
( |
| ) |
|
◆ _cancel_move()
void ARDOUR::AudioRegionImporter::_cancel_move |
( |
| ) |
|
|
protectedvirtual |
◆ _move()
void ARDOUR::AudioRegionImporter::_move |
( |
| ) |
|
|
protectedvirtual |
Moves the element to the taget session In addition to actually adding the element to the session changing ids, renaming files etc. should be taken care of.
Implements ARDOUR::ElementImporter.
◆ _prepare_move()
bool ARDOUR::AudioRegionImporter::_prepare_move |
( |
| ) |
|
|
protectedvirtual |
Should take care of all tasks that need to be done before moving the element. This includes prompting the user for more information if necessary.
- Returns
- whether or not the element can be moved
Implements ARDOUR::ElementImporter.
◆ add_sources_to_session()
void ARDOUR::AudioRegionImporter::add_sources_to_session |
( |
| ) |
|
◆ get_import_status()
ImportStatus* ARDOUR::AudioRegionImporter::get_import_status |
( |
| ) |
|
|
inlinevirtual |
◆ get_info()
std::string ARDOUR::AudioRegionImporter::get_info |
( |
| ) |
const |
|
virtual |
Gets a textual representation of the element
- Returns
- a textual representation on this specific element
Implements ARDOUR::ElementImporter.
◆ get_sound_dir()
std::string ARDOUR::AudioRegionImporter::get_sound_dir |
( |
XMLTree const & |
tree | ) |
|
|
private |
◆ get_xml()
XMLNode const& ARDOUR::AudioRegionImporter::get_xml |
( |
| ) |
|
◆ parse_source_xml()
bool ARDOUR::AudioRegionImporter::parse_source_xml |
( |
| ) |
|
|
private |
◆ parse_xml_region()
bool ARDOUR::AudioRegionImporter::parse_xml_region |
( |
| ) |
|
|
private |
◆ prepare_region()
void ARDOUR::AudioRegionImporter::prepare_region |
( |
| ) |
|
|
private |
◆ prepare_sources()
void ARDOUR::AudioRegionImporter::prepare_sources |
( |
| ) |
|
|
private |
◆ filenames
std::list<std::string> ARDOUR::AudioRegionImporter::filenames |
|
private |
◆ handler
◆ id
PBD::ID ARDOUR::AudioRegionImporter::id |
|
private |
◆ old_id
PBD::ID ARDOUR::AudioRegionImporter::old_id |
|
private |
◆ region
std::vector<std::shared_ptr<Region> > ARDOUR::AudioRegionImporter::region |
|
private |
◆ region_prepared
bool ARDOUR::AudioRegionImporter::region_prepared |
|
private |
◆ sources_prepared
bool ARDOUR::AudioRegionImporter::sources_prepared |
|
private |
◆ status
◆ xml_region
XMLNode ARDOUR::AudioRegionImporter::xml_region |
|
private |
The documentation for this class was generated from the following file: