|
Ingen
0.5.1
|
'New Subgraph' window. More...
#include <NewSubgraphWindow.hpp>
Inheritance diagram for Ingen::GUI::NewSubgraphWindow:
Collaboration diagram for Ingen::GUI::NewSubgraphWindow:Public Member Functions | |
| NewSubgraphWindow (BaseObjectType *cobject, const Glib::RefPtr< Gtk::Builder > &xml) | |
| void | set_graph (SPtr< const Client::GraphModel > graph) |
| Sets the graph controller for this window and initializes everything. More... | |
| void | present (SPtr< const Client::GraphModel > graph, Node::Properties data) |
Public Member Functions inherited from Ingen::GUI::Window | |
| Window (BaseObjectType *cobject) | |
| virtual void | init_window (App &app) |
| bool | on_key_press_event (GdkEventKey *event) |
Additional Inherited Members | |
Static Public Member Functions inherited from Ingen::GUI::Window | |
| static bool | key_press_handler (Gtk::Window *win, GdkEventKey *event) |
Public Attributes inherited from Ingen::GUI::Window | |
| App * | _app |
'New Subgraph' window.
Loaded from XML as a derived object.
| void Ingen::GUI::NewSubgraphWindow::set_graph | ( | SPtr< const Client::GraphModel > | graph | ) |
Sets the graph controller for this window and initializes everything.
This function MUST be called before using the window in any way!
1.8.12