#include <playlist_factory.h>
|
static std::shared_ptr< Playlist > | create (Session &, const XMLNode &, bool hidden=false) |
|
static std::shared_ptr< Playlist > | create (DataType type, Session &, std::string name, bool hidden=false) |
|
static std::shared_ptr< Playlist > | create (std::shared_ptr< const Playlist >, std::string name, bool hidden=false) |
|
static std::shared_ptr< Playlist > | create (std::shared_ptr< const Playlist >, timepos_t const &start, timepos_t const &cnt, std::string name, bool hidden=false) |
|
Definition at line 31 of file playlist_factory.h.
◆ create() [1/4]
static std::shared_ptr<Playlist> ARDOUR::PlaylistFactory::create |
( |
DataType |
type, |
|
|
Session & |
, |
|
|
std::string |
name, |
|
|
bool |
hidden = false |
|
) |
| |
|
static |
◆ create() [2/4]
static std::shared_ptr<Playlist> ARDOUR::PlaylistFactory::create |
( |
Session & |
, |
|
|
const XMLNode & |
, |
|
|
bool |
hidden = false |
|
) |
| |
|
static |
◆ create() [3/4]
static std::shared_ptr<Playlist> ARDOUR::PlaylistFactory::create |
( |
std::shared_ptr< const Playlist > |
, |
|
|
std::string |
name, |
|
|
bool |
hidden = false |
|
) |
| |
|
static |
◆ create() [4/4]
static std::shared_ptr<Playlist> ARDOUR::PlaylistFactory::create |
( |
std::shared_ptr< const Playlist > |
, |
|
|
timepos_t const & |
start, |
|
|
timepos_t const & |
cnt, |
|
|
std::string |
name, |
|
|
bool |
hidden = false |
|
) |
| |
|
static |
◆ PlaylistCreated
The documentation for this class was generated from the following file: