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:
Johannes Mueller 2019-04-20 12:37:07 +02:00
parent 8cbbd3dd00
commit b141d17274
3 changed files with 184 additions and 0 deletions

View file

@ -24,6 +24,7 @@ I18N_PACKAGE = 'gtkmm2ext3'
gtkmm2ext_sources = [
'actions.cc',
'action_model.cc',
'application.cc',
'bindings.cc',
'cairo_packer.cc',