Ardour  9.0-pre0-822-g12e3bc5c20
SelectionPropertiesBox Class Reference

#include <selection_properties_box.h>

Inheritance diagram for SelectionPropertiesBox:
[legend]

Public Member Functions

 SelectionPropertiesBox ()
 
 ~SelectionPropertiesBox ()
 
void set_session (ARDOUR::Session *)
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
virtual ARDOUR::Sessionsession () const
 

Private Member Functions

void init ()
 
void selection_changed ()
 
void track_mouse_mode ()
 
void delete_region_editor ()
 

Private Attributes

TimeInfoBox_time_info_box
 
RoutePropertiesBox_route_prop_box
 
Gtk::HBox _region_editor_box
 
RegionEditor_region_editor
 
RegionFxPropertiesBox_region_fx_box
 
PBD::ScopedConnection _region_connection
 
PBD::ScopedConnection _editor_connection
 

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 39 of file selection_properties_box.h.

Constructor & Destructor Documentation

◆ SelectionPropertiesBox()

SelectionPropertiesBox::SelectionPropertiesBox ( )

◆ ~SelectionPropertiesBox()

SelectionPropertiesBox::~SelectionPropertiesBox ( )

Member Function Documentation

◆ delete_region_editor()

void SelectionPropertiesBox::delete_region_editor ( )
private

◆ init()

void SelectionPropertiesBox::init ( )
private

◆ selection_changed()

void SelectionPropertiesBox::selection_changed ( )
private

◆ set_session()

void SelectionPropertiesBox::set_session ( ARDOUR::Session )
virtual

Reimplemented from ARDOUR::SessionHandlePtr.

◆ track_mouse_mode()

void SelectionPropertiesBox::track_mouse_mode ( )
private

Member Data Documentation

◆ _editor_connection

PBD::ScopedConnection SelectionPropertiesBox::_editor_connection
private

Definition at line 60 of file selection_properties_box.h.

◆ _region_connection

PBD::ScopedConnection SelectionPropertiesBox::_region_connection
private

Definition at line 59 of file selection_properties_box.h.

◆ _region_editor

RegionEditor* SelectionPropertiesBox::_region_editor
private

Definition at line 56 of file selection_properties_box.h.

◆ _region_editor_box

Gtk::HBox SelectionPropertiesBox::_region_editor_box
private

Definition at line 55 of file selection_properties_box.h.

◆ _region_fx_box

RegionFxPropertiesBox* SelectionPropertiesBox::_region_fx_box
private

Definition at line 57 of file selection_properties_box.h.

◆ _route_prop_box

RoutePropertiesBox* SelectionPropertiesBox::_route_prop_box
private

Definition at line 54 of file selection_properties_box.h.

◆ _time_info_box

TimeInfoBox* SelectionPropertiesBox::_time_info_box
private

Definition at line 53 of file selection_properties_box.h.


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