Ardour
9.0-pre0-582-g084a23a80d
|
#include <port_group.h>
Public Member Functions | |
BundleRecord (std::shared_ptr< ARDOUR::Bundle >, std::shared_ptr< ARDOUR::IO >, Gdk::Color, bool has_colour) | |
Public Attributes | |
std::shared_ptr< ARDOUR::Bundle > | bundle |
std::weak_ptr< ARDOUR::IO > | io |
Gdk::Color | colour |
bool | has_colour |
PBD::ScopedConnection | changed_connection |
Definition at line 75 of file port_group.h.
PortGroup::BundleRecord::BundleRecord | ( | std::shared_ptr< ARDOUR::Bundle > | , |
std::shared_ptr< ARDOUR::IO > | , | ||
Gdk::Color | , | ||
bool | has_colour | ||
) |
std::shared_ptr<ARDOUR::Bundle> PortGroup::BundleRecord::bundle |
Definition at line 76 of file port_group.h.
PBD::ScopedConnection PortGroup::BundleRecord::changed_connection |
Definition at line 82 of file port_group.h.
Gdk::Color PortGroup::BundleRecord::colour |
Definition at line 80 of file port_group.h.
bool PortGroup::BundleRecord::has_colour |
Definition at line 81 of file port_group.h.
std::weak_ptr<ARDOUR::IO> PortGroup::BundleRecord::io |
IO whose ports are in the bundle, or 0. This is so that we can do things like adding ports to the IO from matrix editor menus.
Definition at line 79 of file port_group.h.