8 class Drain : public CItem {
10 Drain(int orientacion=0);
12 virtual bool on_button_press_event(GdkEventButton *event);
13 virtual void on_menu_popup_rotar();
14 virtual void on_menu_popup_propiedades();
15 double get_contenido_inicial();
16 double get_capacidad();
17 virtual void save(FILE *archivo);
18 virtual bool check_connection();
19 virtual void set_default_connector();
20 virtual ConnectorType get_connector_type(int _a, int _b);
22 Glib::RefPtr<Gdk::Pixbuf> imageE; // 0
23 Glib::RefPtr<Gdk::Pixbuf> imageO; // 1
24 Glib::RefPtr<Gdk::Pixbuf> imageN; // 1
25 Glib::RefPtr<Gdk::Pixbuf> imageS; // 1
26 Glib::RefPtr<Gdk::Pixbuf> null;