6 #include "cisternptywnd.h"
8 class Cistern : public CItem {
12 virtual bool on_button_press_event(GdkEventButton *event);
13 virtual void on_menu_popup_rotar();
14 virtual void on_menu_popup_propiedades();
16 double caudal, fluido_max;
18 Glib::RefPtr<Gdk::Pixbuf> imageE; // 0
19 Glib::RefPtr<Gdk::Pixbuf> imageO; // 1
20 Glib::RefPtr<Gdk::Pixbuf> null;
22 CisternPtyWnd *cistern_pty_wnd;