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

#include <send_ui.h>

Inheritance diagram for SendUI:

Public Member Functions

 SendUI (Gtk::Window *, boost::shared_ptr< ARDOUR::Send >, ARDOUR::Session *)
 
 ~SendUI ()
 
void update ()
 
void fast_update ()
 
boost::shared_ptr< ARDOUR::Send > & send ()
 

Public Attributes

IOSelectorio
 

Private Member Functions

void outs_changed (ARDOUR::IOChange, void *)
 

Private Attributes

boost::shared_ptr< ARDOUR::Send_send
 
GainMeter _gpm
 
PannerUI _panners
 
Gtk::VBox _vbox
 
Gtk::VBox _hbox
 
sigc::connection screen_update_connection
 
sigc::connection fast_screen_update_connection
 
PBD::ScopedConnectionList connections
 

Detailed Description

Definition at line 34 of file send_ui.h.

Constructor & Destructor Documentation

SendUI::SendUI ( Gtk::Window *  parent,
boost::shared_ptr< ARDOUR::Send s,
ARDOUR::Session session 
)

Definition at line 38 of file send_ui.cc.

SendUI::~SendUI ( )

Definition at line 89 of file send_ui.cc.

Member Function Documentation

void SendUI::fast_update ( )

Definition at line 122 of file send_ui.cc.

void SendUI::outs_changed ( ARDOUR::IOChange  change,
void *   
)
private

Definition at line 100 of file send_ui.cc.

boost::shared_ptr<ARDOUR::Send>& SendUI::send ( )
inline

Definition at line 45 of file send_ui.h.

void SendUI::update ( )

Definition at line 117 of file send_ui.cc.

Member Data Documentation

GainMeter SendUI::_gpm
private

Definition at line 49 of file send_ui.h.

Gtk::VBox SendUI::_hbox
private

Definition at line 52 of file send_ui.h.

PannerUI SendUI::_panners
private

Definition at line 50 of file send_ui.h.

boost::shared_ptr<ARDOUR::Send> SendUI::_send
private

Definition at line 48 of file send_ui.h.

Gtk::VBox SendUI::_vbox
private

Definition at line 51 of file send_ui.h.

PBD::ScopedConnectionList SendUI::connections
private

Definition at line 58 of file send_ui.h.

sigc::connection SendUI::fast_screen_update_connection
private

Definition at line 55 of file send_ui.h.

IOSelector* SendUI::io

Definition at line 43 of file send_ui.h.

sigc::connection SendUI::screen_update_connection
private

Definition at line 54 of file send_ui.h.


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