Home
last modified time | relevance | path

Searched refs:get_content_from_xml (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/pbd/
H A Dsequence_property.h204 typename Container::value_type v = get_content_from_xml (**j); in clone_from_xml()
219 virtual typename Container::value_type get_content_from_xml (XMLNode const & node) const = 0;
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dplaylist.h77 boost::shared_ptr<Region> get_content_from_xml (XMLNode const&) const;
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dplaylist.cc126 RegionListProperty::get_content_from_xml (XMLNode const& node) const in get_content_from_xml() function in RegionListProperty