X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/cabbbca66d9966213bb6e207046a605b5d0b7332..a8803d96a8a33195ae9234b5e6ea84d7eefa0fd9:/Model/include/plantitem.h diff --git a/Model/include/plantitem.h b/Model/include/plantitem.h index 8c083dd..5c3e762 100644 --- a/Model/include/plantitem.h +++ b/Model/include/plantitem.h @@ -47,9 +47,9 @@ public: virtual void simulate() = 0; /// Setea el nuevo color del fluido - void setColor(const RGB &c) { fluid_color = c; } + void set_color(const RGB &c) { fluid_color = c; } /// Retorna el actual color del fluido - const RGB &getColor() { return fluid_color; } + const RGB &get_color() { return fluid_color; } /** Recive un mensage y lo procesa * @@ -70,6 +70,7 @@ public: /// Retorna el flujo actual que maneja el objeto. float get_actual_flow() { return actual_flow; } + virtual void get_state_as_xml(std::stringstream &out) { } protected: RGB fluid_color; // es de solo lectura