|
Ardour
9.0-pre0-1952-gc5e0b21049
|
Public Member Functions | |
| Columns () | |
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< Gdk::Color > | gdkcolor |
| Gtk::TreeModelColumn< std::string > | text |
| Gtk::TreeModelColumn< bool > | is_visible |
| Gtk::TreeModelColumn< bool > | gain |
| Gtk::TreeModelColumn< bool > | gain_relative |
| Gtk::TreeModelColumn< bool > | mute |
| Gtk::TreeModelColumn< bool > | solo |
| Gtk::TreeModelColumn< bool > | record |
| Gtk::TreeModelColumn< bool > | monitoring |
| Gtk::TreeModelColumn< bool > | select |
| Gtk::TreeModelColumn< bool > | active_shared |
| Gtk::TreeModelColumn< bool > | active_state |
| Gtk::TreeModelColumn< ARDOUR::RouteGroup * > | routegroup |
Definition at line 50 of file editor_route_groups.h.
|
inline |
Definition at line 52 of file editor_route_groups.h.
| Gtk::TreeModelColumn<bool> EditorRouteGroups::Columns::active_shared |
Definition at line 78 of file editor_route_groups.h.
| Gtk::TreeModelColumn<bool> EditorRouteGroups::Columns::active_state |
Definition at line 79 of file editor_route_groups.h.
| Gtk::TreeModelColumn<bool> EditorRouteGroups::Columns::gain |
Definition at line 71 of file editor_route_groups.h.
| Gtk::TreeModelColumn<bool> EditorRouteGroups::Columns::gain_relative |
Definition at line 72 of file editor_route_groups.h.
| Gtk::TreeModelColumn<Gdk::Color> EditorRouteGroups::Columns::gdkcolor |
Definition at line 68 of file editor_route_groups.h.
| Gtk::TreeModelColumn<bool> EditorRouteGroups::Columns::is_visible |
Definition at line 70 of file editor_route_groups.h.
| Gtk::TreeModelColumn<bool> EditorRouteGroups::Columns::monitoring |
Definition at line 76 of file editor_route_groups.h.
| Gtk::TreeModelColumn<bool> EditorRouteGroups::Columns::mute |
Definition at line 73 of file editor_route_groups.h.
| Gtk::TreeModelColumn<bool> EditorRouteGroups::Columns::record |
Definition at line 75 of file editor_route_groups.h.
| Gtk::TreeModelColumn<ARDOUR::RouteGroup*> EditorRouteGroups::Columns::routegroup |
Definition at line 80 of file editor_route_groups.h.
| Gtk::TreeModelColumn<bool> EditorRouteGroups::Columns::select |
Definition at line 77 of file editor_route_groups.h.
| Gtk::TreeModelColumn<bool> EditorRouteGroups::Columns::solo |
Definition at line 74 of file editor_route_groups.h.
| Gtk::TreeModelColumn<std::string> EditorRouteGroups::Columns::text |
Definition at line 69 of file editor_route_groups.h.