|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <audio_playlist_importer.h>
Additional Inherited Members | |
Public Types inherited from ARDOUR::AudioPlaylistImportHandler | |
| typedef std::shared_ptr< AudioPlaylistImporter > | PlaylistPtr |
| typedef std::list< PlaylistPtr > | PlaylistList |
Public Types inherited from ARDOUR::ElementImportHandler | |
| typedef std::shared_ptr< ElementImporter > | ElementPtr |
| typedef std::list< ElementPtr > | ElementList |
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 | |
| AudioRegionImportHandler & | region_handler |
Protected Attributes inherited from ARDOUR::ElementImportHandler | |
| XMLTree const & | source |
| Source session XML tree. More... | |
| ARDOUR::Session & | session |
| Destination session. More... | |
Static Protected Attributes inherited from ARDOUR::ElementImportHandler | |
| static bool | _dirty |
| Session XML readability. More... | |
| static bool | _errors |
| Errors post initialization. More... | |
Definition at line 58 of file audio_playlist_importer.h.
|
inline |
Definition at line 61 of file audio_playlist_importer.h.
|
virtual |
Gets a textual representation of the element type
Reimplemented from ARDOUR::AudioPlaylistImportHandler.