X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/663eccb7e27110aba6c79648c38254a7a5737bca..ffc9f02ea0544d4b1aa86e29afe12a2b4bace953:/Constructor/include/constructor.h diff --git a/Constructor/include/constructor.h b/Constructor/include/constructor.h index 702e796..0746191 100644 --- a/Constructor/include/constructor.h +++ b/Constructor/include/constructor.h @@ -103,6 +103,8 @@ class Constructor : public Gtk::Window { virtual void on_item_drop_drag_received(const Glib::RefPtr& context, int x, int y, GtkSelectionData* selection_data, guint info, guint time); // Carga desde un XML + void create_lines(xmlNodePtr nodo); + void create_line(xmlNodePtr nodo, int logic_id); Pump *loadBomba(xmlNodePtr nodo); Conduct *loadConduct(xmlNodePtr nodo); Exclusa *loadExclusa(xmlNodePtr nodo); @@ -110,5 +112,8 @@ class Constructor : public Gtk::Window { Union *loadUnion(xmlNodePtr nodo); Drain *loadDrain(xmlNodePtr nodo); Splitter *loadCodo(xmlNodePtr nodo); + And *loadAnd(xmlNodePtr nodo); + Not *loadNot(xmlNodePtr nodo); + Or *loadOr(xmlNodePtr nodo); }; #endif