Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <patch_change_widget.h>
Public Member Functions | |
PatchChangeGridDialog (std::shared_ptr< ARDOUR::Route >) | |
void | on_hide () |
void | on_show () |
void | refresh () |
Public Member Functions inherited from ArdourDialog | |
ArdourDialog (const std::string &title, bool modal=false, bool use_separator=false) | |
ArdourDialog (Gtk::Window &parent, const std::string &title, bool modal=false, bool use_separator=false) | |
~ArdourDialog () | |
bool | on_focus_in_event (GdkEventFocus *) |
bool | on_focus_out_event (GdkEventFocus *) |
bool | on_delete_event (GdkEventAny *) |
void | on_unmap () |
void | on_show () |
virtual void | on_response (int) |
void | set_ui_sensitive (bool) |
void | disallow_idle () |
Public Member Functions inherited from ARDOUR::SessionHandlePtr | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual void | set_session (ARDOUR::Session *) |
virtual ARDOUR::Session * | session () const |
Private Member Functions | |
void | route_property_changed (const PBD::PropertyChange &, std::weak_ptr< ARDOUR::Route >) |
Private Attributes | |
PBD::ScopedConnection | _route_connection |
PatchChangeWidget | w |
Additional Inherited Members | |
Protected Member Functions inherited from ArdourDialog | |
void | pop_splash () |
void | close_self () |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Protected Attributes inherited from ArdourDialog | |
bool | _sensitive |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 186 of file patch_change_widget.h.
PatchChangeGridDialog::PatchChangeGridDialog | ( | std::shared_ptr< ARDOUR::Route > | ) |
|
inline |
Definition at line 191 of file patch_change_widget.h.
|
inline |
Definition at line 197 of file patch_change_widget.h.
|
inline |
Definition at line 203 of file patch_change_widget.h.
|
private |
|
private |
Definition at line 210 of file patch_change_widget.h.
|
private |
Definition at line 211 of file patch_change_widget.h.