Ardour  9.0-pre0-582-g084a23a80d
KeyEditor::Tab::KeyEditorColumns Struct Reference

#include <keyeditor.h>

Inheritance diagram for KeyEditor::Tab::KeyEditorColumns:
[legend]

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
 

Detailed Description

Definition at line 69 of file keyeditor.h.

Constructor & Destructor Documentation

◆ KeyEditorColumns()

KeyEditor::Tab::KeyEditorColumns::KeyEditorColumns ( )
inline

Definition at line 70 of file keyeditor.h.

Member Data Documentation

◆ action

Gtk::TreeModelColumn<Glib::RefPtr<Gtk::Action> > KeyEditor::Tab::KeyEditorColumns::action

Definition at line 81 of file keyeditor.h.

◆ bindable

Gtk::TreeModelColumn<bool> KeyEditor::Tab::KeyEditorColumns::bindable

Definition at line 80 of file keyeditor.h.

◆ binding

Gtk::TreeModelColumn<std::string> KeyEditor::Tab::KeyEditorColumns::binding

Definition at line 78 of file keyeditor.h.

◆ name

Gtk::TreeModelColumn<std::string> KeyEditor::Tab::KeyEditorColumns::name

Definition at line 77 of file keyeditor.h.

◆ path

Gtk::TreeModelColumn<std::string> KeyEditor::Tab::KeyEditorColumns::path

Definition at line 79 of file keyeditor.h.


The documentation for this struct was generated from the following file: