Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <plugin_pin_dialog.h>
Public Member Functions | |
PluginPinDialog (std::shared_ptr< ARDOUR::PluginInsert >) | |
PluginPinDialog (std::shared_ptr< ARDOUR::Route >) | |
void | set_session (ARDOUR::Session *) |
Public Member Functions inherited from ArdourWindow | |
ArdourWindow (std::string title) | |
ArdourWindow (Gtk::Window &parent, std::string title) | |
virtual | ~ArdourWindow () |
Public Member Functions inherited from ARDOUR::SessionHandlePtr | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual ARDOUR::Session * | session () const |
Public Member Functions inherited from Gtkmm2ext::VisibilityTracker | |
VisibilityTracker (Gtk::Window &) | |
virtual | ~VisibilityTracker () |
void | cycle_visibility () |
bool | fully_visible () const |
bool | not_visible () const |
bool | partially_visible () const |
Gtk::Window & | window () const |
Private Types | |
typedef std::shared_ptr< PluginPinWidget > | PluginPinWidgetPtr |
typedef std::vector< PluginPinWidgetPtr > | PluginPinWidgetList |
Private Member Functions | |
void | going_away () |
void | processor_property_changed (PBD::PropertyChange const &) |
void | route_property_changed (PBD::PropertyChange const &) |
void | route_processors_changed (ARDOUR::RouteProcessorChange) |
void | add_processor (std::weak_ptr< ARDOUR::Processor >) |
void | map_height (Gtk::Allocation &) |
Private Attributes | |
Gtk::ScrolledWindow * | scroller |
Gtk::VBox * | vbox |
std::shared_ptr< ARDOUR::PluginInsert > | _pi |
std::shared_ptr< ARDOUR::Route > | _route |
PluginPinWidgetList | ppw |
PBD::ScopedConnectionList | _connections |
bool | _height_mapped |
Additional Inherited Members | |
Static Public Member Functions inherited from Gtkmm2ext::VisibilityTracker | |
static void | set_use_window_manager_visibility (bool) |
static bool | use_window_manager_visibility () |
Protected Member Functions inherited from ArdourWindow | |
bool | on_focus_in_event (GdkEventFocus *) |
bool | on_focus_out_event (GdkEventFocus *) |
bool | on_delete_event (GdkEventAny *) |
bool | on_key_press_event (GdkEventKey *) |
bool | on_key_release_event (GdkEventKey *) |
void | on_unmap () |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 242 of file plugin_pin_dialog.h.
|
private |
Definition at line 253 of file plugin_pin_dialog.h.
|
private |
Definition at line 252 of file plugin_pin_dialog.h.
PluginPinDialog::PluginPinDialog | ( | std::shared_ptr< ARDOUR::PluginInsert > | ) |
PluginPinDialog::PluginPinDialog | ( | std::shared_ptr< ARDOUR::Route > | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
virtual |
Reimplemented from ARDOUR::SessionHandlePtr.
|
private |
Definition at line 265 of file plugin_pin_dialog.h.
|
private |
Definition at line 266 of file plugin_pin_dialog.h.
|
private |
Definition at line 262 of file plugin_pin_dialog.h.
|
private |
Definition at line 263 of file plugin_pin_dialog.h.
|
private |
Definition at line 264 of file plugin_pin_dialog.h.
|
private |
Definition at line 250 of file plugin_pin_dialog.h.
|
private |
Definition at line 251 of file plugin_pin_dialog.h.