Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <keyeditor.h>
Classes | |
class | Tab |
Public Member Functions | |
KeyEditor () | |
void | add_tab (std::string const &name, Gtkmm2ext::Bindings &) |
void | remove_tab (std::string const &name) |
void | disconnect () |
Public Member Functions inherited from ArdourWindow | |
ArdourWindow (std::string title) | |
ArdourWindow (Gtk::Window &parent, std::string title) | |
virtual | ~ArdourWindow () |
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 |
Public Member Functions inherited from Gtkmm2ext::VisibilityTracker | |
VisibilityTracker (Gtk::Window &) | |
virtual | ~VisibilityTracker () |
void | cycle_visibility () |
bool | fully_visible () const |
bool | not_visible () const |
bool | partially_visible () const |
Gtk::Window & | window () const |
Static Public Attributes | |
static sigc::signal< void > | UpdateBindings |
Private Types | |
typedef std::vector< Tab * > | Tabs |
Private Member Functions | |
Tab * | current_tab () |
void | unbind () |
void | reset () |
void | refresh () |
void | page_change (GtkNotebookPage *, guint) |
void | toggle_sort_type () |
void | search_string_updated (const std::string &) |
void | print () const |
Private Attributes | |
Gtk::VBox | vpacker |
Gtk::Notebook | notebook |
Gtk::Button | unbind_button |
Gtk::HButtonBox | unbind_box |
Gtk::HBox | reset_box |
Gtk::Button | reset_button |
Gtk::Label | reset_label |
ArdourWidgets::SearchBar | filter_entry |
std::string | filter_string |
Gtk::Button | print_button |
Gtk::Label | print_label |
Tabs | tabs |
unsigned int | sort_column |
Gtk::SortType | sort_type |
sigc::connection | _refresh_connection |
Friends | |
class | Tab |
Additional Inherited Members | |
Static Public Member Functions inherited from Gtkmm2ext::VisibilityTracker | |
static void | set_use_window_manager_visibility (bool) |
static bool | use_window_manager_visibility () |
Protected Member Functions inherited from ArdourWindow | |
bool | on_focus_in_event (GdkEventFocus *) |
bool | on_focus_out_event (GdkEventFocus *) |
bool | on_delete_event (GdkEventAny *) |
bool | on_key_press_event (GdkEventKey *) |
bool | on_key_release_event (GdkEventKey *) |
void | on_unmap () |
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 |
Definition at line 41 of file keyeditor.h.
|
private |
Definition at line 120 of file keyeditor.h.
KeyEditor::KeyEditor | ( | ) |
void KeyEditor::add_tab | ( | std::string const & | name, |
Gtkmm2ext::Bindings & | |||
) |
|
private |
|
inline |
Definition at line 51 of file keyeditor.h.
|
private |
|
private |
|
private |
void KeyEditor::remove_tab | ( | std::string const & | name | ) |
|
private |
|
private |
|
private |
|
private |
|
friend |
Definition at line 106 of file keyeditor.h.
|
private |
Definition at line 136 of file keyeditor.h.
|
private |
Definition at line 115 of file keyeditor.h.
|
private |
Definition at line 116 of file keyeditor.h.
|
private |
Definition at line 109 of file keyeditor.h.
|
private |
Definition at line 117 of file keyeditor.h.
|
private |
Definition at line 118 of file keyeditor.h.
|
private |
Definition at line 112 of file keyeditor.h.
|
private |
Definition at line 113 of file keyeditor.h.
|
private |
Definition at line 114 of file keyeditor.h.
|
private |
Definition at line 130 of file keyeditor.h.
|
private |
Definition at line 131 of file keyeditor.h.
|
private |
Definition at line 122 of file keyeditor.h.
|
private |
Definition at line 111 of file keyeditor.h.
|
private |
Definition at line 110 of file keyeditor.h.
|
static |
Definition at line 49 of file keyeditor.h.
|
private |
Definition at line 108 of file keyeditor.h.