]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blob - Client/include/item_not.h
Mas msg lindos
[z.facultad/75.42/plaqui.git] / Client / include / item_not.h
1 #ifndef _ITEM_NOT_H_
2 #define _ITEM_NOT_H_
3
4 #include "item.h" 
5
6 class ViewNot:public ViewItem{
7 public:
8         ViewNot(Glib::ustring _name, int orientacion);
9         virtual ~ViewNot();
10         
11         virtual bool on_image_expose_event(GdkEventExpose *e);
12         virtual std::string get_actual_flow() { return ""; }
13         virtual std::string get_cap_flow() { return ""; }
14 };
15
16 #endif
17