|
| | Locations (Session &) |
| |
| | ~Locations () |
| |
| const LocationList & | list () const |
| |
| LocationList | list () |
| |
| void | add (Location *, bool make_current=false) |
| |
| Location * | add_range (timepos_t const &start, timepos_t const &end) |
| |
| void | remove (Location *) |
| |
| bool | clear () |
| |
| bool | clear_markers () |
| |
| bool | clear_xrun_markers () |
| |
| bool | clear_ranges () |
| |
| bool | clear_cue_markers (samplepos_t start, samplepos_t end) |
| |
| bool | clear_scene_markers (samplepos_t start, samplepos_t end) |
| |
| void | cut_copy_section (timepos_t const &start, timepos_t const &end, timepos_t const &to, SectionOperation const op) |
| |
| void | ripple (timepos_t const &at, timecnt_t const &distance, bool include_locked) |
| |
| XMLNode & | get_state () const |
| |
| int | set_state (const XMLNode &, int version) |
| |
| Location * | get_location_by_id (PBD::ID) |
| |
| Location * | auto_loop_location () const |
| |
| Location * | auto_punch_location () const |
| |
| Location * | session_range_location () const |
| |
| Location * | clock_origin_location () const |
| |
| int | next_available_name (std::string &result, std::string base) |
| |
| uint32_t | num_range_markers () const |
| |
| int | set_current (Location *, bool want_lock=true) |
| |
| Location * | current () const |
| |
| Location * | mark_at (timepos_t const &, timecnt_t const &slop=timecnt_t::zero(Temporal::AudioTime), Location::Flags flags=Location::Flags(0)) const |
| |
| void | set_clock_origin (Location *, void *src) |
| |
| timepos_t | first_mark_before_flagged (timepos_t const &, bool include_special_ranges=false, Location::Flags whitelist=Location::Flags(0), Location::Flags blacklist=Location::Flags(0), Location::Flags equalist=Location::Flags(0), Location **retval=nullptr) |
| |
| timepos_t | first_mark_after_flagged (timepos_t const &, bool include_special_ranges=false, Location::Flags whitelist=Location::Flags(0), Location::Flags blacklist=Location::Flags(0), Location::Flags equalist=Location::Flags(0), Location **retval=nullptr) |
| |
| timepos_t | first_mark_after (timepos_t const &t, bool include_special_ranges=false) |
| |
| timepos_t | first_mark_before (timepos_t const &t, bool include_special_ranges=false) |
| |
| Location * | next_section (Location *, timepos_t &, timepos_t &) const |
| |
| Location * | next_section_iter (Location *, timepos_t &, timepos_t &, std::vector< LocationPair > &cache) const |
| |
| Location * | section_at (timepos_t const &, timepos_t &, timepos_t &) const |
| |
| void | marks_either_side (timepos_t const &, timepos_t &, timepos_t &) const |
| |
| Location * | range_starts_at (timepos_t const &pos, timecnt_t const &slop=timecnt_t(Temporal::AudioTime), bool incl=false) const |
| |
| void | find_all_between (timepos_t const &start, timepos_t const &end, LocationList &, Location::Flags) |
| |
| void | set_time_domain (Temporal::TimeDomain) |
| |
| void | start_domain_bounce (Temporal::DomainBounceInfo &) |
| |
| void | finish_domain_bounce (Temporal::DomainBounceInfo &) |
| |
| void | time_domain_changed () |
| |
| template<class T > |
| void | apply (T &obj, void(T::*method)(const LocationList &)) const |
| |
Public Member Functions inherited from ARDOUR::SessionHandleRef |
| | SessionHandleRef (ARDOUR::Session &s) |
| |
| virtual | ~SessionHandleRef () |
| |
| | ScopedConnectionList () |
| |
| | ScopedConnectionList (const ScopedConnectionList &)=delete |
| |
| ScopedConnectionList & | operator= (const ScopedConnectionList &)=delete |
| |
| virtual | ~ScopedConnectionList () |
| |
| void | add_connection (const UnscopedConnection &c) |
| |
| void | drop_connections () |
| |
| std::list< ScopedConnectionList * >::size_type | size () const |
| |
| | Stateful () |
| |
| virtual | ~Stateful () |
| |
| virtual bool | apply_change (PropertyBase const &) |
| |
| PropertyChange | apply_changes (PropertyList const &) |
| |
| const OwnedPropertyList & | properties () const |
| |
| void | add_property (PropertyBase &s) |
| |
| void | add_extra_xml (XMLNode &) |
| |
| XMLNode * | extra_xml (const std::string &str, bool add_if_missing=false) |
| |
| void | save_extra_xml (const XMLNode &) |
| |
| const PBD::ID & | id () const |
| |
| bool | set_id (const XMLNode &) |
| |
| void | set_id (const std::string &) |
| |
| void | reset_id () |
| |
| void | clear_changes () |
| |
| virtual void | clear_owned_changes () |
| |
| PropertyList * | get_changes_as_properties (PBD::Command *) const |
| |
| virtual void | rdiff (std::vector< PBD::Command * > &) const |
| |
| bool | changed () const |
| |
| virtual PropertyList * | property_factory (const XMLNode &) const |
| |
| virtual void | suspend_property_changes () |
| |
| virtual void | resume_property_changes () |
| |
| bool | property_changes_suspended () const |
| |
| virtual | ~Destructible () |
| |
| virtual void | drop_references () |
| |
Public Member Functions inherited from Temporal::TimeDomainProvider |
| | TimeDomainProvider () |
| |
| | TimeDomainProvider (TimeDomain td) |
| |
| | TimeDomainProvider (TimeDomain td, TimeDomainProvider const &p) |
| |
| | TimeDomainProvider (TimeDomainProvider const &other) |
| |
| | TimeDomainProvider (TimeDomainProvider const &parnt, bool) |
| |
| virtual | ~TimeDomainProvider () |
| |
| XMLNode & | get_state () const |
| |
| int | set_state (const XMLNode &, int version) |
| |
| TimeDomainProvider & | operator= (TimeDomainProvider const &other) |
| |
| TimeDomain | time_domain () const |
| |
| bool | has_own_time_domain () const |
| |
| void | clear_time_domain () |
| |
| void | set_time_domain (TimeDomain td) |
| |
| TimeDomainProvider const * | time_domain_parent () const |
| |
| bool | has_time_domain_parent () const |
| |
| void | clear_time_domain_parent () |
| |
| void | set_time_domain_parent (TimeDomainProvider const &p) |
| |
Public Member Functions inherited from Temporal::TimeDomainSwapper |
| virtual | ~TimeDomainSwapper () |
| |
A collection of session locations including unique dedicated locations (loop, punch, etc)
Definition at line 248 of file location.h.