![]() |
Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <patch_change_widget.h>
Public Member Functions | |
PatchChangeTriggerWindow () | |
void | reset (std::shared_ptr< ARDOUR::Route >, std::shared_ptr< ARDOUR::MIDITrigger >) |
void | clear () |
![]() | |
ArdourWindow (std::string title) | |
ArdourWindow (Gtk::Window &parent, std::string title) | |
virtual | ~ArdourWindow () |
![]() | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual void | set_session (ARDOUR::Session *) |
virtual ARDOUR::Session * | session () const |
![]() | |
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 Member Functions | |
void | on_switch_page (GtkNotebookPage *, guint page_num) |
Private Attributes | |
Gtk::Notebook | _notebook |
PatchChangeTab * | _w [16] |
PBD::ScopedConnection | _route_connection |
Additional Inherited Members | |
![]() | |
static void | set_use_window_manager_visibility (bool) |
static bool | use_window_manager_visibility () |
![]() | |
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 () |
![]() | |
virtual void | session_going_away () |
![]() | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 169 of file patch_change_widget.h.
PatchChangeTriggerWindow::PatchChangeTriggerWindow | ( | ) |
void PatchChangeTriggerWindow::clear | ( | ) |
|
private |
void PatchChangeTriggerWindow::reset | ( | std::shared_ptr< ARDOUR::Route > | , |
std::shared_ptr< ARDOUR::MIDITrigger > | |||
) |
|
private |
Definition at line 180 of file patch_change_widget.h.
|
private |
Definition at line 183 of file patch_change_widget.h.
|
private |
Definition at line 181 of file patch_change_widget.h.