Home
last modified time | relevance | path

Searched refs:show_all_routes (Results 1 – 5 of 5) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/layer/
H A Dtransit.rs65 show_all_routes: bool, in new()
75 if show_all_routes { in new()
95 if show_all_routes { in new()
124 Checkbox::switch(ctx, "show all routes", None, show_all_routes), in new()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_routes.h108 void show_all_routes ();
H A Dmixer_ui.h286 void show_all_routes ();
H A Deditor_routes.cc560 items.push_back (MenuElem (_("Show All"), sigc::mem_fun (*this, &EditorRoutes::show_all_routes))); in build_menu()
1262 EditorRoutes::show_all_routes () in show_all_routes() function in EditorRoutes
H A Dmixer_ui.cc1505 Mixer_UI::show_all_routes () in show_all_routes() function in Mixer_UI
1959 items.push_back (MenuElem (_("Show All"), sigc::mem_fun(*this, &Mixer_UI::show_all_routes))); in build_track_menu()