Ardour
9.0-pre0-582-g084a23a80d
|
#include <mixer_scene.h>
Static Public Attributes | |
static PBD::Signal< void()> | Change |
Static Public Attributes inherited from PBD::Stateful | |
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 | |
Public Attributes inherited from PBD::Stateful | |
PBD::Signal< void(const PropertyChange &)> | PropertyChanged |
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) |
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 |
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 |
Definition at line 31 of file mixer_scene.h.
|
private |
Definition at line 52 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 41 of file mixer_scene.h.
|
virtual |
Implements PBD::Stateful.
|
inline |
Definition at line 43 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 56 of file mixer_scene.h.
|
private |
Definition at line 57 of file mixer_scene.h.
|
static |
Definition at line 49 of file mixer_scene.h.