Ingen
0.5.1
|
#include <LoadGraphWindow.hpp>
Public Member Functions | |
LoadGraphWindow (BaseObjectType *cobject, const Glib::RefPtr< Gtk::Builder > &xml) | |
void | init (App &app) |
void | set_graph (SPtr< const Client::GraphModel > graph) |
Sets the graph model for this window and initializes everything. More... | |
void | present (SPtr< const Client::GraphModel > graph, bool import, Node::Properties data) |
Protected Member Functions | |
void | on_show () |
'Load Graph' Window.
Loaded from XML as a derived object.
void Ingen::GUI::LoadGraphWindow::set_graph | ( | SPtr< const Client::GraphModel > | graph | ) |
Sets the graph model for this window and initializes everything.
This function MUST be called before using the window in any way!