]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Client/include/item_tank.h
* Dialogo About en el Constructor agregado y conectado
[z.facultad/75.42/plaqui.git] / Client / include / item_tank.h
index 1cb080601153e8e6aff9195b2a79b3c5c970d476..2cf4ac61439719702806476a9a181ad4dbf90111 100644 (file)
@@ -12,6 +12,16 @@ public:
        virtual std::string get_cap_flow() { return "Capacidad :"; }
        virtual std::string get_cap_extra() { return "Liquido :"; }
        virtual std::string get_extra(); 
        virtual std::string get_cap_flow() { return "Capacidad :"; }
        virtual std::string get_cap_extra() { return "Liquido :"; }
        virtual std::string get_extra(); 
+       bool on_image_expose_event(GdkEventExpose *e);
+
+       void set_out_sup(bool b) { out_sup = b; }
+       bool get_out_sup() { return out_sup; }
+       void set_out_inf(bool b) { out_inf = b; }
+       bool get_out_inf() { return out_inf; }
+
+protected:
+       /* Salida logica superior e inferior respectivamente */
+       bool out_sup, out_inf;
 };
 
 #endif
 };
 
 #endif