![]() |
Ardour
8.12
|
#include <mixer_scene.h>
Public Member Functions | |
MixerScene (Session &) | |
~MixerScene () | |
void | snapshot () |
bool | apply () const |
bool | apply (PBD::ControllableSet const &, AutomationTypeSet const &ts=AutomationTypeSet()) const |
void | clear () |
bool | empty () const |
std::string | name () const |
bool | set_name (std::string const &name) |
XMLNode & | get_state () const |
int | set_state (XMLNode const &, int version) |
![]() | |
SessionHandleRef (ARDOUR::Session &s) | |
virtual | ~SessionHandleRef () |
![]() | |
ScopedConnectionList () | |
virtual | ~ScopedConnectionList () |
void | add_connection (const UnscopedConnection &c) |
void | drop_connections () |
![]() | |
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 |
Static Public Attributes | |
static PBD::Signal0< void > | Change |
![]() | |
static int | current_state_version |
static int | loading_state_version |
Private Types | |
typedef std::map< PBD::ID, double > | ControllableValueMap |
Private Member Functions | |
bool | recurse_to_master (std::shared_ptr< PBD::Controllable >, std::set< PBD::ID > &, AutomationTypeSet const &) const |
Private Attributes | |
ControllableValueMap | _ctrl_map |
std::string | _name |
Additional Inherited Members | |
![]() | |
PBD::Signal1< void, const PropertyChange & > | PropertyChanged |
![]() | |
virtual void | session_going_away () |
virtual void | insanity_check () |
![]() | |
void | add_instant_xml (XMLNode &, const std::string &directory_path) |
XMLNode * | instant_xml (const std::string &str, const std::string &directory_path) |
void | add_properties (XMLNode &) const |
PropertyChange | set_values (XMLNode const &) |
virtual void | post_set (const PropertyChange &) |
virtual void | send_change (const PropertyChange &) |
virtual void | mid_thaw (const PropertyChange &) |
bool | regenerate_xml_or_string_ids () const |
![]() | |
ARDOUR::Session & | _session |
![]() | |
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 |
Definition at line 34 of file mixer_scene.h.
|
private |
Definition at line 55 of file mixer_scene.h.
ARDOUR::MixerScene::MixerScene | ( | Session & | ) |
ARDOUR::MixerScene::~MixerScene | ( | ) |
bool ARDOUR::MixerScene::apply | ( | ) | const |
bool ARDOUR::MixerScene::apply | ( | PBD::ControllableSet const & | , |
AutomationTypeSet const & | ts = AutomationTypeSet() |
||
) | const |
void ARDOUR::MixerScene::clear | ( | ) |
|
inline |
Definition at line 44 of file mixer_scene.h.
|
virtual |
Implements PBD::Stateful.
|
inline |
Definition at line 46 of file mixer_scene.h.
|
private |
bool ARDOUR::MixerScene::set_name | ( | std::string const & | name | ) |
|
virtual |
Implements PBD::Stateful.
void ARDOUR::MixerScene::snapshot | ( | ) |
|
private |
Definition at line 59 of file mixer_scene.h.
|
private |
Definition at line 60 of file mixer_scene.h.
|
static |
Definition at line 52 of file mixer_scene.h.