X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/1b3ce862233afeab55b686b6f5033d62fc792365..8e0b92d947f09e5e4c00f49218aa1ba9ebc4dcb3:/Constructor/include/workplace.h diff --git a/Constructor/include/workplace.h b/Constructor/include/workplace.h index d01789e..004938b 100644 --- a/Constructor/include/workplace.h +++ b/Constructor/include/workplace.h @@ -56,6 +56,11 @@ class WorkPlace:public Gtk::Fixed { *conectarlo mediante una linea a un item de transporte */ static int pointed; + + ///Estado de diseño + bool *logica; + protected: + void draw_line(int x1, int y1, int x2, int y2); }; #endif