int get_position_y();
int get_id();
int get_img_actual();
- Glib::ustring get_name();
double get_caudal();
+ Glib::ustring get_name();
+ Glib::ustring get_other_name(int _id);
void set_position(int _x, int _y);
void set_id(int _id);
void set_caudal(double _caudal);
void set_name(Glib::ustring _name);
bool is_occupied_area(int _a, int _b);
- ConnectorType is_other_connection_area(int _a, int _b);
+ ConnectorType is_other_connection_area(int _a, int _b, CItem ** _item);
virtual void save(FILE *archivo) = 0;
virtual bool check_connection()=0;
virtual void set_default_connector();