Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <io_selector.h>
Public Member Functions | |
IOSelectorWindow (ARDOUR::Session *, std::shared_ptr< ARDOUR::IO >, bool can_cancel=false) | |
IOSelector & | selector () |
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 void | set_session (ARDOUR::Session *) |
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 |
Protected Member Functions | |
void | on_map () |
void | on_show () |
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 () |
Private Member Functions | |
void | io_name_changed (void *src) |
bool | wm_delete (GdkEventAny *) |
Private Attributes | |
IOSelector | _selector |
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 Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 72 of file io_selector.h.
IOSelectorWindow::IOSelectorWindow | ( | ARDOUR::Session * | , |
std::shared_ptr< ARDOUR::IO > | , | ||
bool | can_cancel = false |
||
) |
|
private |
|
protected |
|
protected |
|
inline |
Definition at line 77 of file io_selector.h.
|
private |
|
private |
Definition at line 84 of file io_selector.h.