Ardour  9.0-pre0-822-g12e3bc5c20
ReturnUI Class Reference

#include <return_ui.h>

Inheritance diagram for ReturnUI:
[legend]

Public Member Functions

 ReturnUI (Gtk::Window *, std::shared_ptr< ARDOUR::Return >, ARDOUR::Session *)
 
 ~ReturnUI ()
 
void update ()
 
void fast_update ()
 
std::shared_ptr< ARDOUR::Return > & retrn ()
 

Public Attributes

IOSelectorio
 

Private Member Functions

void ins_changed (ARDOUR::IOChange, void *)
 

Private Attributes

std::shared_ptr< ARDOUR::Return_return
 
GainMeter _gpm
 
Gtk::VBox _vbox
 
Gtk::VBox _hbox
 
sigc::connection screen_update_connection
 
sigc::connection fast_screen_update_connection
 
PBD::ScopedConnection input_change_connection
 

Detailed Description

Definition at line 34 of file return_ui.h.

Constructor & Destructor Documentation

◆ ReturnUI()

ReturnUI::ReturnUI ( Gtk::Window *  ,
std::shared_ptr< ARDOUR::Return ,
ARDOUR::Session  
)

◆ ~ReturnUI()

ReturnUI::~ReturnUI ( )

Member Function Documentation

◆ fast_update()

void ReturnUI::fast_update ( )

◆ ins_changed()

void ReturnUI::ins_changed ( ARDOUR::IOChange  ,
void *   
)
private

◆ retrn()

std::shared_ptr<ARDOUR::Return>& ReturnUI::retrn ( )
inline

Definition at line 45 of file return_ui.h.

◆ update()

void ReturnUI::update ( )

Member Data Documentation

◆ _gpm

GainMeter ReturnUI::_gpm
private

Definition at line 49 of file return_ui.h.

◆ _hbox

Gtk::VBox ReturnUI::_hbox
private

Definition at line 51 of file return_ui.h.

◆ _return

std::shared_ptr<ARDOUR::Return> ReturnUI::_return
private

Definition at line 48 of file return_ui.h.

◆ _vbox

Gtk::VBox ReturnUI::_vbox
private

Definition at line 50 of file return_ui.h.

◆ fast_screen_update_connection

sigc::connection ReturnUI::fast_screen_update_connection
private

Definition at line 54 of file return_ui.h.

◆ input_change_connection

PBD::ScopedConnection ReturnUI::input_change_connection
private

Definition at line 55 of file return_ui.h.

◆ io

IOSelector* ReturnUI::io

Definition at line 43 of file return_ui.h.

◆ screen_update_connection

sigc::connection ReturnUI::screen_update_connection
private

Definition at line 53 of file return_ui.h.


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