Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <bundle_manager.h>
Classes | |
class | ModelColumns |
Public Member Functions | |
BundleManager (ARDOUR::Session *) | |
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::Session * | session () const |
Private Member Functions | |
void | new_clicked () |
void | edit_clicked () |
void | delete_clicked () |
void | add_bundle (std::shared_ptr< ARDOUR::Bundle >) |
void | bundle_changed (ARDOUR::Bundle::Change, std::weak_ptr< ARDOUR::UserBundle >) |
void | set_button_sensitivity () |
void | row_activated (Gtk::TreeModel::Path const &p, Gtk::TreeViewColumn *c) |
Private Attributes | |
Gtk::TreeView | _tree_view |
Glib::RefPtr< Gtk::ListStore > | _list_model |
ModelColumns | _list_model_columns |
Gtk::Button | edit_button |
Gtk::Button | delete_button |
PBD::ScopedConnectionList | bundle_connections |
Additional Inherited Members | |
Protected Member Functions inherited from ArdourDialog | |
void | pop_splash () |
void | close_self () |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Protected Attributes inherited from ArdourDialog | |
bool | _sensitive |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 88 of file bundle_manager.h.
BundleManager::BundleManager | ( | ARDOUR::Session * | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 116 of file bundle_manager.h.
|
private |
Definition at line 117 of file bundle_manager.h.
|
private |
Definition at line 115 of file bundle_manager.h.
|
private |
Definition at line 120 of file bundle_manager.h.
|
private |
Definition at line 119 of file bundle_manager.h.
|
private |
Definition at line 118 of file bundle_manager.h.