X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/07f4e929e15451f6af8ec4d941bcee6742917d0d..796708eefb056b936274da15c7af2c7d709c9249:/Constructor/activezone.h diff --git a/Constructor/activezone.h b/Constructor/activezone.h index b2a2413..d4f468f 100644 --- a/Constructor/activezone.h +++ b/Constructor/activezone.h @@ -4,22 +4,20 @@ #include #include #include -#include "workplace.h" + +class WorkPlace; typedef struct { int x,y,w,z; }t_line; -class WorkPlace; - class ActiveZone:public Gtk::Viewport { public: ActiveZone(BaseObjectType* cobject, const Glib::RefPtr &refGlade); virtual ~ActiveZone(); virtual bool on_button_press_event(GdkEventButton *e); - virtual bool on_button_release_event(GdkEventButton *e); t_line temp; - std::list lista_lineas; + int cant_click; WorkPlace *workplace; }; #endif