ardour
Public Member Functions | Private Member Functions | Private Attributes | List of all members
ArdourWindow Class Reference

#include <ardour_window.h>

Inheritance diagram for ArdourWindow:
ARDOUR::SessionHandlePtr Gtkmm2ext::VisibilityTracker BigClockWindow GlobalPortMatrixWindow IOSelectorWindow KeyEditor LocationUIWindow MidiChannelSelectorWindow MidiListEditor MidiTracer MonitorSelectorWindow OptionEditor Panner2dWindow PluginUIWindow RegionLayeringOrderEditor ReturnUIWindow RouteParams_UI SendUIWindow SoundFileBrowser SpeakerDialog StepEntry

Public Member Functions

 ArdourWindow (std::string title)
 
 ArdourWindow (Gtk::Window &parent, std::string title)
 
 ~ArdourWindow ()
 
bool on_focus_in_event (GdkEventFocus *)
 
bool on_focus_out_event (GdkEventFocus *)
 
bool on_delete_event (GdkEventAny *)
 
bool on_key_press_event (GdkEventKey *)
 
void on_unmap ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
virtual void set_session (ARDOUR::Session *)
 
- 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 Member Functions

void init ()
 

Private Attributes

WM::ProxyTemporaryproxy
 

Additional Inherited Members

- 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
 

Detailed Description

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 40 of file ardour_window.h.

Constructor & Destructor Documentation

ArdourWindow::ArdourWindow ( std::string  title)
ArdourWindow::ArdourWindow ( Gtk::Window &  parent,
std::string  title 
)
ArdourWindow::~ArdourWindow ( )

Definition at line 53 of file ardour_window.cc.

Member Function Documentation

void ArdourWindow::init ( )
private

Definition at line 102 of file ardour_window.cc.

bool ArdourWindow::on_delete_event ( GdkEventAny *  )

Definition at line 96 of file ardour_window.cc.

bool ArdourWindow::on_focus_in_event ( GdkEventFocus *  ev)

Definition at line 73 of file ardour_window.cc.

bool ArdourWindow::on_focus_out_event ( GdkEventFocus *  ev)

Definition at line 80 of file ardour_window.cc.

bool ArdourWindow::on_key_press_event ( GdkEventKey *  ev)

Definition at line 59 of file ardour_window.cc.

void ArdourWindow::on_unmap ( )

Definition at line 89 of file ardour_window.cc.

Member Data Documentation

WM::ProxyTemporary* ArdourWindow::proxy
private

Definition at line 54 of file ardour_window.h.


The documentation for this class was generated from the following files: