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