]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/cisternptywnd.h
El cliente ya se conecta, muestra en un campo de texto el log de lo que se esta
[z.facultad/75.42/plaqui.git] / Constructor / cisternptywnd.h
index e910ac7c5d54fe2d2fa2657a86cfb2cec2a99ee4..16e51adb967a157d2e99b63d68b498301e998063 100644 (file)
@@ -1,17 +1,19 @@
-//cisternptywnd.h
 #ifndef _CISTERNPTYWND_H_
 #define _CISTERNPTYWND_H_
 
 #include "propertywnd.h"
 
+class Cistern;
+
 class CisternPtyWnd : public PropertyWnd {
-       public:
+       public: 
                CisternPtyWnd(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& refGlade);
                virtual ~CisternPtyWnd();
-       //protected:
-               Gtk::SpinButton *spin_caudal, *spin_fluido_max;
+               Cistern *cistern;
+               Gtk::SpinButton *spin_inicial, *spin_capacidad;
+               Gtk::Entry *txt_cistern_name;
                virtual void on_btn_accept_clicked();
+               virtual void on_btn_apply_clicked();
 };
-       
 
 #endif