![]() |
Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <ardour_window.h>
Public Member Functions | |
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 |
Protected Member Functions | |
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 () |
Private Member Functions | |
void | init () |
Additional Inherited Members | |
![]() | |
static void | set_use_window_manager_visibility (bool) |
static bool | use_window_manager_visibility () |
![]() | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
This virtual parent class is so that each window uses the same mechanism to declare its closing. It shares a common method of connecting and disconnecting from a Session with all other objects that have a handle on a Session.
Definition at line 37 of file ardour_window.h.
ArdourWindow::ArdourWindow | ( | std::string | title | ) |
ArdourWindow::ArdourWindow | ( | Gtk::Window & | parent, |
std::string | title | ||
) |
|
virtual |
|
private |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |