Ardour
9.0-pre0-582-g084a23a80d
|
#include <keyeditor.h>
Public Member Functions | |
KeyEditorColumns () | |
Public Member Functions inherited from Gtk::TreeModelColumnRecord | |
TreeModelColumnRecord () | |
virtual | ~TreeModelColumnRecord () |
void | add (TreeModelColumnBase &column) |
unsigned int | size () const |
const GType * | types () const |
Public Attributes | |
Gtk::TreeModelColumn< std::string > | name |
Gtk::TreeModelColumn< std::string > | binding |
Gtk::TreeModelColumn< std::string > | path |
Gtk::TreeModelColumn< bool > | bindable |
Gtk::TreeModelColumn< Glib::RefPtr< Gtk::Action > > | action |
Definition at line 69 of file keyeditor.h.
|
inline |
Definition at line 70 of file keyeditor.h.
Gtk::TreeModelColumn<Glib::RefPtr<Gtk::Action> > KeyEditor::Tab::KeyEditorColumns::action |
Definition at line 81 of file keyeditor.h.
Gtk::TreeModelColumn<bool> KeyEditor::Tab::KeyEditorColumns::bindable |
Definition at line 80 of file keyeditor.h.
Gtk::TreeModelColumn<std::string> KeyEditor::Tab::KeyEditorColumns::binding |
Definition at line 78 of file keyeditor.h.
Gtk::TreeModelColumn<std::string> KeyEditor::Tab::KeyEditorColumns::name |
Definition at line 77 of file keyeditor.h.
Gtk::TreeModelColumn<std::string> KeyEditor::Tab::KeyEditorColumns::path |
Definition at line 79 of file keyeditor.h.