ardour
Public Member Functions | List of all members
ARDOUR::UnusedAudioPlaylistImportHandler Class Reference

#include <audio_playlist_importer.h>

Inheritance diagram for ARDOUR::UnusedAudioPlaylistImportHandler:
ARDOUR::AudioPlaylistImportHandler ARDOUR::ElementImportHandler

Public Member Functions

 UnusedAudioPlaylistImportHandler (XMLTree const &source, Session &session, AudioRegionImportHandler &region_handler)
 
std::string get_info () const
 
- Public Member Functions inherited from ARDOUR::AudioPlaylistImportHandler
 AudioPlaylistImportHandler (XMLTree const &source, Session &session, AudioRegionImportHandler &region_handler, const char *nodename="Playlists")
 
virtual ~AudioPlaylistImportHandler ()
 
void get_regions (XMLNode const &node, ElementList &list) const
 
void update_region_id (XMLProperty *id_prop)
 
void playlists_by_diskstream (PBD::ID const &id, PlaylistList &list) 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::AudioPlaylistImportHandler
typedef boost::shared_ptr
< AudioPlaylistImporter
PlaylistPtr
 
typedef std::list< PlaylistPtrPlaylistList
 
- Public Types inherited from ARDOUR::ElementImportHandler
typedef boost::shared_ptr
< ElementImporter
ElementPtr
 
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::AudioPlaylistImportHandler
AudioRegionImportHandlerregion_handler
 
- 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 = false
 Session XML readability. More...
 
static bool _errors = false
 Errors post initialization. More...
 

Detailed Description

Definition at line 60 of file audio_playlist_importer.h.

Constructor & Destructor Documentation

ARDOUR::UnusedAudioPlaylistImportHandler::UnusedAudioPlaylistImportHandler ( XMLTree const &  source,
Session session,
AudioRegionImportHandler region_handler 
)
inline

Definition at line 63 of file audio_playlist_importer.h.

Member Function Documentation

string UnusedAudioPlaylistImportHandler::get_info ( ) const
virtual

Gets a textual representation of the element type

Returns
textual representation of element type

Reimplemented from ARDOUR::AudioPlaylistImportHandler.

Definition at line 265 of file audio_playlist_importer.cc.


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