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

#include <port_insert_ui.h>

Inheritance diagram for PortInsertWindow:
ArdourDialog ARDOUR::SessionHandlePtr

Public Member Functions

 PortInsertWindow (ARDOUR::Session *, boost::shared_ptr< ARDOUR::PortInsert >)
 
- Public Member Functions inherited from ArdourDialog
 ArdourDialog (std::string title, bool modal=false, bool use_separator=false)
 
 ArdourDialog (Gtk::Window &parent, std::string title, bool modal=false, bool use_separator=false)
 
 ~ArdourDialog ()
 
bool on_focus_in_event (GdkEventFocus *)
 
bool on_focus_out_event (GdkEventFocus *)
 
bool on_delete_event (GdkEventAny *)
 
void on_unmap ()
 
void on_show ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
virtual void set_session (ARDOUR::Session *)
 

Protected Member Functions

void on_map ()
 
- Protected Member Functions inherited from ARDOUR::SessionHandlePtr
virtual void session_going_away ()
 

Private Member Functions

void cancel ()
 
void accept ()
 
bool wm_delete (GdkEventAny *)
 

Private Attributes

PortInsertUI _portinsertui
 
Gtk::VBox vbox
 
PBD::ScopedConnection going_away_connection
 

Additional Inherited Members

- Protected Attributes inherited from ARDOUR::SessionHandlePtr
ARDOUR::Session_session
 
PBD::ScopedConnectionList _session_connections
 

Detailed Description

Definition at line 55 of file port_insert_ui.h.

Constructor & Destructor Documentation

PortInsertWindow::PortInsertWindow ( ARDOUR::Session sess,
boost::shared_ptr< ARDOUR::PortInsert pi 
)

Definition at line 159 of file port_insert_ui.cc.

Member Function Documentation

void PortInsertWindow::accept ( )
private

Definition at line 203 of file port_insert_ui.cc.

void PortInsertWindow::cancel ( )
private

Definition at line 196 of file port_insert_ui.cc.

void PortInsertWindow::on_map ( )
protected

Definition at line 188 of file port_insert_ui.cc.

bool PortInsertWindow::wm_delete ( GdkEventAny *  )
private

Definition at line 181 of file port_insert_ui.cc.

Member Data Documentation

PortInsertUI PortInsertWindow::_portinsertui
private

Definition at line 64 of file port_insert_ui.h.

PBD::ScopedConnection PortInsertWindow::going_away_connection
private

Definition at line 70 of file port_insert_ui.h.

Gtk::VBox PortInsertWindow::vbox
private

Definition at line 65 of file port_insert_ui.h.


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