Ingen
0.5.1
|
Collection of breadcrumb buttons forming a path. More...
#include <BreadCrumbs.hpp>
Public Member Functions | |
BreadCrumbs (App &app) | |
SPtr< GraphView > | view (const Raul::Path &path) |
void | build (Raul::Path path, SPtr< GraphView > view) |
Sets up the crumbs to display path . More... | |
Public Attributes | |
sigc::signal< void, const Raul::Path &, SPtr< GraphView > > | signal_graph_selected |
Collection of breadcrumb buttons forming a path.
This doubles as a cache for GraphViews.
void Ingen::GUI::BreadCrumbs::build | ( | Raul::Path | path, |
SPtr< GraphView > | view | ||
) |
Sets up the crumbs to display path
.
If path
is already part of the shown path, it will be selected and the children preserved.