X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/e752c10ce2c082a8654b2abd68b2cf442275cdcd..07b9abd79bb3f097d8bf67d217d077a7da4b1e46:/Constructor/workplace.h diff --git a/Constructor/workplace.h b/Constructor/workplace.h index 6d81e4f..0677da3 100644 --- a/Constructor/workplace.h +++ b/Constructor/workplace.h @@ -8,22 +8,16 @@ #include "activezone.h" #include "item.h" -typedef struct { - int x,y,w,z; -}t_line; - class CItem; +class ActiveZone; class WorkPlace:public Gtk::Fixed { public: WorkPlace(BaseObjectType* cobject, const Glib::RefPtr &refGlade); virtual ~WorkPlace(); virtual bool on_expose_event(GdkEventExpose *event); - virtual bool on_button_press_event(GdkEventButton *event); - virtual bool on_button_release_event(GdkEventButton *event); + virtual bool on_button_press_event (GdkEventButton *event); void delete_item(int _id); - std::list lista_lineas; - t_line temp; std::list *listaItems; ActiveZone *viewport; };