From: Nicolás Dimov Date: Tue, 28 Oct 2003 21:45:01 +0000 (+0000) Subject: - saco estos archivos porque no los uso y me molestan X-Git-Tag: svn_import~354 X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/commitdiff_plain/e963d0f06ef9f5002bd3083cea62e7590323623f - saco estos archivos porque no los uso y me molestan --- diff --git a/Constructor/cistern.cpp b/Constructor/cistern.cpp index c71b849..0cd46d8 100644 --- a/Constructor/cistern.cpp +++ b/Constructor/cistern.cpp @@ -47,10 +47,7 @@ bool Cistern::on_button_press_event(GdkEventButton *event) } if ((event->type == GDK_2BUTTON_PRESS) && (event->button ==1)){ - if( property_wnd->is_open() == false ){ - property_wnd->show(); - property_wnd->set_open (true); - } + property_wnd->show(); } return true; } diff --git a/Constructor/cistern.h b/Constructor/cistern.h index f4affb5..bad3ff1 100644 --- a/Constructor/cistern.h +++ b/Constructor/cistern.h @@ -3,7 +3,7 @@ #define _CISTERN_H_ #include "item.h" -#include "cisternptywnd.h" + class Cistern : public CItem { public: Cistern(); diff --git a/Constructor/cisternptywnd.cpp b/Constructor/cisternptywnd.cpp deleted file mode 100644 index 98acbd6..0000000 --- a/Constructor/cisternptywnd.cpp +++ /dev/null @@ -1,11 +0,0 @@ -//cisternptywnd.cpp - -#include "cisternptywnd.h" - -CisternPtyWnd::CisternPtyWnd():PropertyWnd() -{ -} - -CisternPtyWnd::~CisternPtyWnd() -{ -} diff --git a/Constructor/cisternptywnd.h b/Constructor/cisternptywnd.h deleted file mode 100644 index 2429af4..0000000 --- a/Constructor/cisternptywnd.h +++ /dev/null @@ -1,17 +0,0 @@ -//cisternptywnd.h - -#ifndef _CISTERNPTYWND_H_ -#define _CISTERNPTYWND_H_ - -#include "propertywnd.h" - -class CisternPtyWnd : public PropertyWnd{ - public: - CisternPtyWnd(); - virtual ~CisternPtyWnd(); - protected: - - -}; - -#endif diff --git a/Constructor/conduct.cpp b/Constructor/conduct.cpp index 4b7fa17..d10c0c5 100644 --- a/Constructor/conduct.cpp +++ b/Constructor/conduct.cpp @@ -49,10 +49,7 @@ bool Conduct::on_button_press_event(GdkEventButton *event) } if ((event->type == GDK_2BUTTON_PRESS) && (event->button ==1)){ - if( property_wnd->is_open() == false ){ property_wnd->show(); - property_wnd->set_open (true); - } } return true; } diff --git a/Constructor/conductptywnd.cpp b/Constructor/conductptywnd.cpp deleted file mode 100644 index f1650d3..0000000 --- a/Constructor/conductptywnd.cpp +++ /dev/null @@ -1,11 +0,0 @@ -//conductptywnd.cpp - -#include "conductptywnd.h" - -ConductPtyWnd::ConductPtyWnd():PropertyWnd() -{ -} - -ConductPtyWnd::~ConductPtyWnd() -{ -} diff --git a/Constructor/conductptywnd.h b/Constructor/conductptywnd.h deleted file mode 100644 index 3afb970..0000000 --- a/Constructor/conductptywnd.h +++ /dev/null @@ -1,17 +0,0 @@ -//conductptywnd.h - -#ifndef _CONDUCTPTYWND_H_ -#define _CONDUCTPTYWND_H_ - -#include "propertywnd.h" - -class ConductPtyWnd : public PropertyWnd{ - public: - ConductPtyWnd(); - virtual ~ConductPtyWnd(); - protected: - - -}; - -#endif diff --git a/Constructor/constructor.glade b/Constructor/constructor.glade index e1d757d..9e96c17 100644 --- a/Constructor/constructor.glade +++ b/Constructor/constructor.glade @@ -508,8 +508,8 @@ Empalme - 354 - 194 + 289 + 143 Propiedades del Tanque GTK_WINDOW_TOPLEVEL GTK_WIN_POS_CENTER @@ -574,13 +574,16 @@ Empalme - + True + 3 + 2 + True + 0 + 0 - - 46 - 25 + True True 1 @@ -592,15 +595,16 @@ Empalme 1 0 100 1 10 10 - 168 - 16 + 1 + 2 + 0 + 1 + - - 48 - 24 + True True 1 @@ -612,15 +616,16 @@ Empalme 1 0 100 1 10 10 - 168 - 56 + 1 + 2 + 1 + 2 + - - 48 - 24 + True True 1 @@ -632,37 +637,40 @@ Empalme 1 0 100 1 10 10 - 168 - 96 + 1 + 2 + 2 + 3 + - - 104 - 24 + True - Capacidad + Capacidad Máxima False False GTK_JUSTIFY_LEFT False False - 0.5 + 0 0.5 0 0 - 32 - 16 + 0 + 1 + 0 + 1 + fill + - - 120 - 24 + True Fluido Máximo False @@ -670,43 +678,50 @@ Empalme GTK_JUSTIFY_LEFT False False - 0.5 + 0 0.5 0 0 - 24 - 56 + 0 + 1 + 1 + 2 + fill + - - 96 - 24 + True - Otra propiedad + Otro False False GTK_JUSTIFY_LEFT False False - 0.5 + 0 0.5 0 0 - 32 - 96 + 0 + 1 + 2 + 3 + fill + 0 True - True + False + GTK_PACK_END @@ -716,7 +731,7 @@ Empalme Propiedades del Tubo GTK_WINDOW_TOPLEVEL - GTK_WIN_POS_NONE + GTK_WIN_POS_CENTER False False False diff --git a/Constructor/item.h b/Constructor/item.h index 5b28229..900e335 100644 --- a/Constructor/item.h +++ b/Constructor/item.h @@ -1,5 +1,3 @@ - - #ifndef GTKMM_EXAMPLE_DRAWINGAREALINES_H #define GTKMM_EXAMPLE_DRAWINGAREALINES_H diff --git a/Constructor/propertywnd.cpp b/Constructor/propertywnd.cpp index c929c5b..06b2cd6 100644 --- a/Constructor/propertywnd.cpp +++ b/Constructor/propertywnd.cpp @@ -4,7 +4,6 @@ PropertyWnd::PropertyWnd() { - open = false; } PropertyWnd::PropertyWnd(BaseObjectType* cobject, const Glib::RefPtr& refGlade): Gtk::Window(cobject) @@ -14,7 +13,6 @@ PropertyWnd::PropertyWnd(BaseObjectType* cobject, const Glib::RefPtrget_widget("btn_accept", btn_accept); btn_cancel->signal_clicked().connect(SigC::slot(*this, &PropertyWnd::on_btn_cancel_clicked)); - open = false; } PropertyWnd::~PropertyWnd() @@ -23,17 +21,6 @@ PropertyWnd::~PropertyWnd() void PropertyWnd::on_btn_cancel_clicked() { - open = false; hide(); //oculto la ventana, tengo que ver como hago para cerrarla del todo. } - -bool PropertyWnd::is_open() -{ - return open; -} - -void PropertyWnd::set_open(bool o) -{ - open = o; -} diff --git a/Constructor/propertywnd.h b/Constructor/propertywnd.h index bd5d40a..c978370 100644 --- a/Constructor/propertywnd.h +++ b/Constructor/propertywnd.h @@ -12,11 +12,7 @@ class PropertyWnd : public Gtk::Window{ PropertyWnd(BaseObjectType* cobject, const Glib::RefPtr& refGlade); virtual ~PropertyWnd(); - bool is_open(); - void set_open(bool); - protected: - bool open; Gtk::Button *btn_cancel, *btn_accept, *btn_apply; virtual void on_btn_cancel_clicked();