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

#include <global_port_matrix.h>

Inheritance diagram for GlobalPortMatrixWindow:
ArdourWindow ARDOUR::SessionHandlePtr Gtkmm2ext::VisibilityTracker

Public Member Functions

 GlobalPortMatrixWindow (ARDOUR::Session *, ARDOUR::DataType)
 
void set_session (ARDOUR::Session *)
 
- Public Member Functions inherited from ArdourWindow
 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 ()
 
- 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 on_show ()
 

Private Attributes

GlobalPortMatrix _port_matrix
 
Gtk::Button _rescan_button
 
Gtk::CheckButton _show_ports_button
 

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

Definition at line 54 of file global_port_matrix.h.

Constructor & Destructor Documentation

GlobalPortMatrixWindow::GlobalPortMatrixWindow ( ARDOUR::Session s,
ARDOUR::DataType  t 
)

Definition at line 152 of file global_port_matrix.cc.

Member Function Documentation

void GlobalPortMatrixWindow::on_show ( )
private

Definition at line 172 of file global_port_matrix.cc.

void GlobalPortMatrixWindow::set_session ( ARDOUR::Session s)
virtual

Reimplemented from ARDOUR::SessionHandlePtr.

Definition at line 180 of file global_port_matrix.cc.

Member Data Documentation

GlobalPortMatrix GlobalPortMatrixWindow::_port_matrix
private

Definition at line 64 of file global_port_matrix.h.

Gtk::Button GlobalPortMatrixWindow::_rescan_button
private

Definition at line 65 of file global_port_matrix.h.

Gtk::CheckButton GlobalPortMatrixWindow::_show_ports_button
private

Definition at line 66 of file global_port_matrix.h.


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