mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
store some/most of the TreeViewColumn pointers for EditorRoutes in the parent object
This commit is contained in:
parent
4b9d6ff498
commit
659683c686
2 changed files with 24 additions and 7 deletions
|
|
@ -163,6 +163,14 @@ private:
|
|||
Gtk::TreeModelColumn<bool> active;
|
||||
};
|
||||
|
||||
Gtk::TreeViewColumn* rec_state_column;
|
||||
Gtk::TreeViewColumn* rec_safe_column;
|
||||
Gtk::TreeViewColumn* input_active_column;
|
||||
Gtk::TreeViewColumn* mute_state_column;
|
||||
Gtk::TreeViewColumn* solo_state_column;
|
||||
Gtk::TreeViewColumn* solo_safe_state_column;
|
||||
Gtk::TreeViewColumn* solo_isolate_state_column;
|
||||
|
||||
Gtk::ScrolledWindow _scroller;
|
||||
Gtk::TreeView _display;
|
||||
Glib::RefPtr<Gtk::ListStore> _model;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue