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

#include <keyeditor.h>

Inheritance diagram for KeyEditor:
ArdourWindow ARDOUR::SessionHandlePtr Gtkmm2ext::VisibilityTracker

Classes

struct  KeyEditorColumns
 

Public Member Functions

 KeyEditor ()
 
- Public Member Functions inherited from ArdourWindow
 ArdourWindow (std::string title)
 
 ArdourWindow (Gtk::Window &parent, std::string title)
 
 ~ArdourWindow ()
 
bool on_focus_in_event (GdkEventFocus *)
 
bool on_focus_out_event (GdkEventFocus *)
 
bool on_delete_event (GdkEventAny *)
 
bool on_key_press_event (GdkEventKey *)
 
void on_unmap ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
virtual void set_session (ARDOUR::Session *)
 
- 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
 

Protected Member Functions

void on_show ()
 
void on_unmap ()
 
bool on_key_press_event (GdkEventKey *)
 
bool on_key_release_event (GdkEventKey *)
 
- Protected Member Functions inherited from ARDOUR::SessionHandlePtr
virtual void session_going_away ()
 

Private Member Functions

void unbind ()
 
void action_selected ()
 
void populate ()
 
void reset ()
 

Private Attributes

Gtk::VBox vpacker
 
Gtk::ScrolledWindow scroller
 
Gtk::TreeView view
 
Glib::RefPtr< Gtk::TreeStore > model
 
KeyEditorColumns columns
 
Gtk::Button unbind_button
 
Gtk::HButtonBox unbind_box
 
Gtk::HBox reset_box
 
Gtk::Button reset_button
 
Gtk::Label reset_label
 
guint last_keyval
 

Additional Inherited Members

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

Detailed Description

Definition at line 32 of file keyeditor.h.

Constructor & Destructor Documentation

KeyEditor::KeyEditor ( )

Definition at line 52 of file keyeditor.cc.

Member Function Documentation

void KeyEditor::action_selected ( )
private

Definition at line 155 of file keyeditor.cc.

bool KeyEditor::on_key_press_event ( GdkEventKey *  ev)
protected

Definition at line 182 of file keyeditor.cc.

bool KeyEditor::on_key_release_event ( GdkEventKey *  ev)
protected

Definition at line 191 of file keyeditor.cc.

void KeyEditor::on_show ( )
protected

Definition at line 141 of file keyeditor.cc.

void KeyEditor::on_unmap ( )
protected

Definition at line 149 of file keyeditor.cc.

void KeyEditor::populate ( )
private

Definition at line 229 of file keyeditor.cc.

void KeyEditor::reset ( )
private

Definition at line 313 of file keyeditor.cc.

void KeyEditor::unbind ( )
private

Definition at line 117 of file keyeditor.cc.

Member Data Documentation

KeyEditorColumns KeyEditor::columns
private

Definition at line 61 of file keyeditor.h.

guint KeyEditor::last_keyval
private

Definition at line 70 of file keyeditor.h.

Glib::RefPtr<Gtk::TreeStore> KeyEditor::model
private

Definition at line 60 of file keyeditor.h.

Gtk::HBox KeyEditor::reset_box
private

Definition at line 64 of file keyeditor.h.

Gtk::Button KeyEditor::reset_button
private

Definition at line 65 of file keyeditor.h.

Gtk::Label KeyEditor::reset_label
private

Definition at line 66 of file keyeditor.h.

Gtk::ScrolledWindow KeyEditor::scroller
private

Definition at line 58 of file keyeditor.h.

Gtk::HButtonBox KeyEditor::unbind_box
private

Definition at line 63 of file keyeditor.h.

Gtk::Button KeyEditor::unbind_button
private

Definition at line 62 of file keyeditor.h.

Gtk::TreeView KeyEditor::view
private

Definition at line 59 of file keyeditor.h.

Gtk::VBox KeyEditor::vpacker
private

Definition at line 57 of file keyeditor.h.


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