![]() |
Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <bundle_manager.h>
Public Member Functions | |
NameChannelDialog () | |
NameChannelDialog (std::shared_ptr< ARDOUR::Bundle >, uint32_t) | |
std::string | get_name () const |
![]() | |
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 () |
![]() | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual void | set_session (ARDOUR::Session *) |
virtual ARDOUR::Session * | session () const |
Private Member Functions | |
void | setup () |
Private Attributes | |
std::shared_ptr< ARDOUR::Bundle > | _bundle |
Gtk::Entry | _name |
bool | _adding |
Additional Inherited Members | |
![]() | |
void | pop_splash () |
void | close_self () |
![]() | |
virtual void | session_going_away () |
![]() | |
bool | _sensitive |
![]() | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 123 of file bundle_manager.h.
NameChannelDialog::NameChannelDialog | ( | ) |
NameChannelDialog::NameChannelDialog | ( | std::shared_ptr< ARDOUR::Bundle > | , |
uint32_t | |||
) |
std::string NameChannelDialog::get_name | ( | ) | const |
|
private |
|
private |
Definition at line 137 of file bundle_manager.h.
|
private |
Definition at line 135 of file bundle_manager.h.
|
private |
Definition at line 136 of file bundle_manager.h.