]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blob - Constructor/pumpptywnd.h
agrege todos los items con sus respectivas ventanas pero falta arreglar el tema del...
[z.facultad/75.42/plaqui.git] / Constructor / pumpptywnd.h
1 #ifndef _PUMPPTYWND_H_
2 #define _PUMPPTYWND_H_
3
4 #include "itemptywnd.h"
5
6 class Pump;
7
8 class PumpPtyWnd : public ItemPtyWnd {
9         public: 
10                 PumpPtyWnd(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& refGlade);
11                 virtual ~PumpPtyWnd();
12                 Pump *pump;
13                 Gtk::Label *lbl_property;
14                 virtual void on_btn_accept_clicked();
15                 virtual void on_btn_apply_clicked();
16 };
17
18 #endif