mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Provide an API to get all available actions by one singleton class
The singleton ActionModel provides a Gtk::Treestore of all actions known to ardour. To be used for example by surface control editors to implement action bindings.
This commit is contained in:
parent
8cbbd3dd00
commit
b141d17274
3 changed files with 184 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ I18N_PACKAGE = 'gtkmm2ext3'
|
|||
|
||||
gtkmm2ext_sources = [
|
||||
'actions.cc',
|
||||
'action_model.cc',
|
||||
'application.cc',
|
||||
'bindings.cc',
|
||||
'cairo_packer.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue