X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/4ac79a1d1914c71cd3d15853f4b15f5646885412..07b9abd79bb3f097d8bf67d217d077a7da4b1e46:/Constructor/cisternptywnd.h?ds=sidebyside diff --git a/Constructor/cisternptywnd.h b/Constructor/cisternptywnd.h index 2429af4..16e51ad 100644 --- a/Constructor/cisternptywnd.h +++ b/Constructor/cisternptywnd.h @@ -1,17 +1,19 @@ -//cisternptywnd.h - #ifndef _CISTERNPTYWND_H_ #define _CISTERNPTYWND_H_ #include "propertywnd.h" -class CisternPtyWnd : public PropertyWnd{ - public: - CisternPtyWnd(); +class Cistern; + +class CisternPtyWnd : public PropertyWnd { + public: + CisternPtyWnd(BaseObjectType* cobject, const Glib::RefPtr& refGlade); virtual ~CisternPtyWnd(); - protected: - - + 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