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

#include <bundle_manager.h>

Inheritance diagram for NameChannelDialog:
ArdourDialog ARDOUR::SessionHandlePtr

Public Member Functions

 NameChannelDialog ()
 
 NameChannelDialog (boost::shared_ptr< ARDOUR::Bundle >, uint32_t)
 
std::string get_name () const
 
- 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 *)
 

Private Member Functions

void setup ()
 

Private Attributes

boost::shared_ptr< ARDOUR::Bundle_bundle
 
Gtk::Entry _name
 
bool _adding
 

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 121 of file bundle_manager.h.

Constructor & Destructor Documentation

NameChannelDialog::NameChannelDialog ( )

Definition at line 417 of file bundle_manager.cc.

NameChannelDialog::NameChannelDialog ( boost::shared_ptr< ARDOUR::Bundle b,
uint32_t  c 
)

Definition at line 424 of file bundle_manager.cc.

Member Function Documentation

string NameChannelDialog::get_name ( ) const

Definition at line 456 of file bundle_manager.cc.

void NameChannelDialog::setup ( )
private

Definition at line 435 of file bundle_manager.cc.

Member Data Documentation

bool NameChannelDialog::_adding
private

Definition at line 135 of file bundle_manager.h.

boost::shared_ptr<ARDOUR::Bundle> NameChannelDialog::_bundle
private

Definition at line 133 of file bundle_manager.h.

Gtk::Entry NameChannelDialog::_name
private

Definition at line 134 of file bundle_manager.h.


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