Ardour  9.0-pre0-582-g084a23a80d
ARDOUR::AudioTrackImportHandler Class Reference

#include <audio_track_importer.h>

Inheritance diagram for ARDOUR::AudioTrackImportHandler:
[legend]

Public Member Functions

 AudioTrackImportHandler (XMLTree const &source, Session &session, AudioPlaylistImportHandler &pl_handler)
 
virtual ~AudioTrackImportHandler ()
 
virtual std::string get_info () const
 
- Public Member Functions inherited from ARDOUR::ElementImportHandler
 ElementImportHandler (XMLTree const &source, ARDOUR::Session &session)
 
virtual ~ElementImportHandler ()
 
bool check_name (const std::string &name) const
 
void add_name (std::string name)
 Adds name to the list of used names. More...
 
void remove_name (const std::string &name)
 Removes name from the list of used names. More...
 

Additional Inherited Members

- Public Types inherited from ARDOUR::ElementImportHandler
typedef std::shared_ptr< ElementImporterElementPtr
 
typedef std::list< ElementPtrElementList
 
- Static Public Member Functions inherited from ARDOUR::ElementImportHandler
static bool dirty ()
 Checks wheter or not all elements can be imported cleanly. More...
 
static void set_dirty ()
 Sets handler dirty. More...
 
static bool errors ()
 Checks wheter or not all elements were imported cleanly. More...
 
static void set_errors ()
 Sets handler dirty. More...
 
- Public Attributes inherited from ARDOUR::ElementImportHandler
ElementList elements
 Elements this handler handles. More...
 
- Protected Attributes inherited from ARDOUR::ElementImportHandler
XMLTree const & source
 Source session XML tree. More...
 
ARDOUR::Sessionsession
 Destination session. More...
 
- Static Protected Attributes inherited from ARDOUR::ElementImportHandler
static bool _dirty
 Session XML readability. More...
 
static bool _errors
 Errors post initialization. More...
 

Detailed Description

Definition at line 35 of file audio_track_importer.h.

Constructor & Destructor Documentation

◆ AudioTrackImportHandler()

ARDOUR::AudioTrackImportHandler::AudioTrackImportHandler ( XMLTree const &  source,
Session session,
AudioPlaylistImportHandler pl_handler 
)

◆ ~AudioTrackImportHandler()

virtual ARDOUR::AudioTrackImportHandler::~AudioTrackImportHandler ( )
inlinevirtual

Definition at line 39 of file audio_track_importer.h.

Member Function Documentation

◆ get_info()

virtual std::string ARDOUR::AudioTrackImportHandler::get_info ( ) const
virtual

Gets a textual representation of the element type

Returns
textual representation of element type

Implements ARDOUR::ElementImportHandler.


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