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

#include <bundle_manager.h>

Inheritance diagram for BundleEditor:
ArdourDialog ARDOUR::SessionHandlePtr

Public Member Functions

 BundleEditor (ARDOUR::Session *, boost::shared_ptr< ARDOUR::UserBundle >)
 
- 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 name_changed ()
 
void input_or_output_changed ()
 
void on_show ()
 

Private Attributes

BundleEditorMatrix _matrix
 
boost::shared_ptr
< ARDOUR::UserBundle
_bundle
 
Gtk::Entry _name
 
Gtk::ComboBoxText _input_or_output
 

Additional Inherited Members

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

Detailed Description

Definition at line 67 of file bundle_manager.h.

Constructor & Destructor Documentation

BundleEditor::BundleEditor ( ARDOUR::Session session,
boost::shared_ptr< ARDOUR::UserBundle bundle 
)

Definition at line 185 of file bundle_manager.cc.

Member Function Documentation

void BundleEditor::input_or_output_changed ( )
private

Definition at line 242 of file bundle_manager.cc.

void BundleEditor::name_changed ( )
private

Definition at line 236 of file bundle_manager.cc.

void BundleEditor::on_map ( )
protected

Definition at line 256 of file bundle_manager.cc.

void BundleEditor::on_show ( )
private

Definition at line 228 of file bundle_manager.cc.

Member Data Documentation

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

Definition at line 81 of file bundle_manager.h.

Gtk::ComboBoxText BundleEditor::_input_or_output
private

Definition at line 83 of file bundle_manager.h.

BundleEditorMatrix BundleEditor::_matrix
private

Definition at line 80 of file bundle_manager.h.

Gtk::Entry BundleEditor::_name
private

Definition at line 82 of file bundle_manager.h.


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