Ardour  9.0-pre0-822-g12e3bc5c20
BundleEditor Class Reference

#include <bundle_manager.h>

Inheritance diagram for BundleEditor:
[legend]

Public Member Functions

 BundleEditor (ARDOUR::Session *, std::shared_ptr< ARDOUR::UserBundle >)
 
- Public Member Functions inherited from ArdourDialog
 ArdourDialog (const std::string &title, bool modal=false, bool use_separator=false)
 
 ArdourDialog (Gtk::Window &parent, const 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 ()
 
virtual void on_response (int)
 
void set_ui_sensitive (bool)
 
void disallow_idle ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
virtual void set_session (ARDOUR::Session *)
 
virtual ARDOUR::Sessionsession () const
 

Protected Member Functions

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

Private Member Functions

void name_changed ()
 
void input_or_output_changed ()
 
void on_show ()
 

Private Attributes

BundleEditorMatrix _matrix
 
std::shared_ptr< ARDOUR::UserBundle_bundle
 
Gtk::Entry _name
 
Gtk::ComboBoxText _input_or_output
 

Additional Inherited Members

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

Detailed Description

Definition at line 69 of file bundle_manager.h.

Constructor & Destructor Documentation

◆ BundleEditor()

BundleEditor::BundleEditor ( ARDOUR::Session ,
std::shared_ptr< ARDOUR::UserBundle  
)

Member Function Documentation

◆ input_or_output_changed()

void BundleEditor::input_or_output_changed ( )
private

◆ name_changed()

void BundleEditor::name_changed ( )
private

◆ on_map()

void BundleEditor::on_map ( )
protected

◆ on_show()

void BundleEditor::on_show ( )
private

Member Data Documentation

◆ _bundle

std::shared_ptr<ARDOUR::UserBundle> BundleEditor::_bundle
private

Definition at line 83 of file bundle_manager.h.

◆ _input_or_output

Gtk::ComboBoxText BundleEditor::_input_or_output
private

Definition at line 85 of file bundle_manager.h.

◆ _matrix

BundleEditorMatrix BundleEditor::_matrix
private

Definition at line 82 of file bundle_manager.h.

◆ _name

Gtk::Entry BundleEditor::_name
private

Definition at line 84 of file bundle_manager.h.


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