ardour
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ARDOUR::PlaylistSource Class Reference

#include <playlist_source.h>

Inheritance diagram for ARDOUR::PlaylistSource:
ARDOUR::Source ARDOUR::SessionObject ARDOUR::SessionHandleRef PBD::StatefulDestructible PBD::ScopedConnectionList PBD::Stateful PBD::Destructible ARDOUR::AudioPlaylistSource ARDOUR::MidiPlaylistSource

Public Member Functions

virtual ~PlaylistSource ()
 
int set_state (const XMLNode &, int version)
 
boost::shared_ptr< const Playlistplaylist () const
 
const PBD::IDoriginal () const
 
- Public Member Functions inherited from ARDOUR::Source
 Source (Session &, DataType type, const std::string &name, Flag flags=Flag(0))
 
 Source (Session &, const XMLNode &)
 
virtual ~Source ()
 
DataType type ()
 
time_t timestamp () const
 
void stamp (time_t when)
 
virtual bool empty () const =0
 
virtual framecnt_t length (framepos_t pos) const =0
 
virtual void update_length (framecnt_t cnt)=0
 
virtual framepos_t natural_position () const
 
void mark_for_remove ()
 
virtual void mark_streaming_write_started (const Lock &lock)
 
virtual void mark_streaming_write_completed (const Lock &lock)=0
 
virtual void session_saved ()
 
XMLNodeget_state ()
 
int set_state (const XMLNode &, int version)
 
bool destructive () const
 
bool writable () const
 
virtual bool set_destructive (bool)
 
virtual bool length_mutable () const
 
bool has_been_analysed () const
 
virtual bool can_be_analysed () const
 
virtual void set_been_analysed (bool yn)
 
virtual bool check_for_analysis_data_on_disk ()
 
std::string get_transients_path () const
 
int load_transients (const std::string &)
 
framepos_t timeline_position () const
 
virtual void set_timeline_position (framepos_t pos)
 
void set_allow_remove_if_empty (bool yn)
 
Glib::Threads::Mutex & mutex ()
 
Flag flags () const
 
virtual void inc_use_count ()
 
virtual void dec_use_count ()
 
int use_count () const
 
bool used () const
 
uint32_t level () const
 
std::string ancestor_name ()
 
void set_ancestor_name (const std::string &name)
 
- Public Member Functions inherited from ARDOUR::SessionObject
 SessionObject (Session &session, const std::string &name)
 
Sessionsession () const
 
std::string name () const
 
virtual bool set_name (const std::string &str)
 
- Public Member Functions inherited from ARDOUR::SessionHandleRef
 SessionHandleRef (ARDOUR::Session &s)
 
virtual ~SessionHandleRef ()
 
- Public Member Functions inherited from PBD::ScopedConnectionList
 ScopedConnectionList ()
 
virtual ~ScopedConnectionList ()
 
void add_connection (const UnscopedConnection &c)
 
void drop_connections ()
 
- Public Member Functions inherited from PBD::Stateful
 Stateful ()
 
virtual ~Stateful ()
 
virtual bool apply_changes (PropertyBase const &)
 
PropertyChange apply_changes (PropertyList const &)
 
const OwnedPropertyListproperties () const
 
void add_property (PropertyBase &s)
 
void add_extra_xml (XMLNode &)
 
XMLNodeextra_xml (const std::string &str, bool add_if_missing=false)
 
void save_extra_xml (const XMLNode &)
 
const PBD::IDid () const
 
bool set_id (const XMLNode &)
 
void set_id (const std::string &)
 
void reset_id ()
 
void clear_changes ()
 
virtual void clear_owned_changes ()
 
PropertyListget_changes_as_properties (Command *) const
 
virtual void rdiff (std::vector< Command * > &) const
 
bool changed () const
 
virtual PropertyListproperty_factory (const XMLNode &) const
 
virtual void suspend_property_changes ()
 
virtual void resume_property_changes ()
 
bool property_changes_suspended () const
 
- Public Member Functions inherited from PBD::Destructible
 Destructible ()
 
virtual ~Destructible ()
 
void drop_references ()
 

Protected Member Functions

 PlaylistSource (Session &, const PBD::ID &, const std::string &name, boost::shared_ptr< Playlist >, DataType, frameoffset_t begin, framecnt_t len, Source::Flag flags)
 
 PlaylistSource (Session &, const XMLNode &)
 
void add_state (XMLNode &)
 
- Protected Member Functions inherited from ARDOUR::SessionHandleRef
virtual void session_going_away ()
 
virtual void insanity_check ()
 
- Protected Member Functions inherited from PBD::Stateful
void add_instant_xml (XMLNode &, const std::string &directory_path)
 
XMLNodeinstant_xml (const std::string &str, const std::string &directory_path)
 
void add_properties (XMLNode &)
 
PropertyChange set_values (XMLNode const &)
 
virtual void post_set (const PropertyChange &)
 
virtual void send_change (const PropertyChange &)
 
virtual void mid_thaw (const PropertyChange &)
 

Protected Attributes

boost::shared_ptr< Playlist_playlist
 
PBD::ID _original
 
frameoffset_t _playlist_offset
 
framecnt_t _playlist_length
 
- Protected Attributes inherited from ARDOUR::Source
DataType _type
 
Flag _flags
 
time_t _timestamp
 
framepos_t _timeline_position
 
bool _analysed
 
Glib::Threads::Mutex _lock
 
Glib::Threads::Mutex _analysis_lock
 
gint _use_count
 
uint32_t _level
 
std::string _ancestor_name
 
- Protected Attributes inherited from ARDOUR::SessionObject
PBD::Property< std::string > _name
 
- Protected Attributes inherited from ARDOUR::SessionHandleRef
ARDOUR::Session_session
 
- Protected Attributes inherited from PBD::Stateful
XMLNode_extra_xml
 
XMLNode_instant_xml
 
PBD::PropertyChange _pending_changed
 
Glib::Threads::Mutex _lock
 
std::string _xml_node_name
 name of node to use for this object in XML More...
 
OwnedPropertyList_properties
 

Additional Inherited Members

- Public Types inherited from ARDOUR::Source
enum  Flag {
  Writable = 0x1, CanRename = 0x2, Broadcast = 0x4, Removable = 0x8,
  RemovableIfEmpty = 0x10, RemoveAtDestroy = 0x20, NoPeakFile = 0x40, Destructive = 0x80,
  Empty = 0x100
}
 
typedef Glib::Threads::Mutex::Lock Lock
 
- Static Public Member Functions inherited from ARDOUR::SessionObject
static void make_property_quarks ()
 
- Public Attributes inherited from ARDOUR::Source
PBD::Signal0< void > AnalysisChanged
 
AnalysisFeatureList transients
 
- Public Attributes inherited from PBD::Stateful
PBD::Signal1< void, const
PropertyChange & > 
PropertyChanged
 
- Public Attributes inherited from PBD::Destructible
PBD::Signal0< void > Destroyed
 
PBD::Signal0< void > DropReferences
 
- Static Public Attributes inherited from ARDOUR::Source
static PBD::Signal1< void,
Source * > 
SourceCreated
 
- Static Public Attributes inherited from PBD::Stateful
static int current_state_version = 0
 
static int loading_state_version = 0
 

Detailed Description

Definition at line 34 of file playlist_source.h.

Constructor & Destructor Documentation

PlaylistSource::~PlaylistSource ( )
virtual

Definition at line 71 of file playlist_source.cc.

PlaylistSource::PlaylistSource ( Session s,
const PBD::ID orig,
const std::string &  name,
boost::shared_ptr< Playlist p,
DataType  type,
frameoffset_t  begin,
framecnt_t  len,
Source::Flag  flags 
)
protected

Definition at line 43 of file playlist_source.cc.

PlaylistSource::PlaylistSource ( Session s,
const XMLNode node 
)
protected

Definition at line 59 of file playlist_source.cc.

Member Function Documentation

void PlaylistSource::add_state ( XMLNode node)
protected

Definition at line 76 of file playlist_source.cc.

const PBD::ID& ARDOUR::PlaylistSource::original ( ) const
inline

Definition at line 40 of file playlist_source.h.

boost::shared_ptr<const Playlist> ARDOUR::PlaylistSource::playlist ( ) const
inline

Definition at line 39 of file playlist_source.h.

int PlaylistSource::set_state ( const XMLNode node,
int  version 
)
virtual

Implements PBD::Stateful.

Definition at line 92 of file playlist_source.cc.

Member Data Documentation

PBD::ID ARDOUR::PlaylistSource::_original
protected

Definition at line 44 of file playlist_source.h.

boost::shared_ptr<Playlist> ARDOUR::PlaylistSource::_playlist
protected

Definition at line 43 of file playlist_source.h.

framecnt_t ARDOUR::PlaylistSource::_playlist_length
protected

Definition at line 46 of file playlist_source.h.

frameoffset_t ARDOUR::PlaylistSource::_playlist_offset
protected

Definition at line 45 of file playlist_source.h.


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