Glib::ustring get_name();
void set_position(int _x, int _y);
void set_name(Glib::ustring _name);
+ void set_actual_flow(float f) { actual_flow = f; }
+ std::string get_actual_flow();
protected:
Glib::ustring name;
Gtk::Image image;
int x, y;
+ float actual_flow;
};
#endif