X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/4ac79a1d1914c71cd3d15853f4b15f5646885412..d3ea2ff01c51df0df95cd23157267048e2c2fdcd:/Constructor/cisternptywnd.h diff --git a/Constructor/cisternptywnd.h b/Constructor/cisternptywnd.h index 2429af4..e910ac7 100644 --- a/Constructor/cisternptywnd.h +++ b/Constructor/cisternptywnd.h @@ -1,17 +1,17 @@ //cisternptywnd.h - #ifndef _CISTERNPTYWND_H_ #define _CISTERNPTYWND_H_ #include "propertywnd.h" -class CisternPtyWnd : public PropertyWnd{ +class CisternPtyWnd : public PropertyWnd { public: - CisternPtyWnd(); + CisternPtyWnd(BaseObjectType* cobject, const Glib::RefPtr& refGlade); virtual ~CisternPtyWnd(); - protected: - - + //protected: + Gtk::SpinButton *spin_caudal, *spin_fluido_max; + virtual void on_btn_accept_clicked(); }; + #endif