]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/or.cpp
para que lo vean
[z.facultad/75.42/plaqui.git] / Constructor / or.cpp
index cd86e235c792a484b810b5bf6e200ce83523b0b3..0c0631b29ef780b885514e9c40f75b61566381b2 100644 (file)
@@ -11,6 +11,7 @@ Or::Or()
        image = imageE;
        set_size_request(image->get_width(), image->get_height());
        name = "or";
+       menulist.push_back( Gtk::Menu_Helpers::ImageMenuElem("Conectar", menu_image_linea,SigC::slot(*this, &CItem::on_menu_popup_conectar) ) ) ;
 }
 
 Or::~Or()
@@ -19,8 +20,10 @@ Or::~Or()
 
 bool Or::on_button_press_event(GdkEventButton *event)
 {
-       if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 1))
+       if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 1)) {
+               std::cout<<ID<<std::endl;
                combo_entry->set_text(name);
+       }
        
        if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 2)){
                image = null;   
@@ -49,6 +52,7 @@ bool Or::on_button_press_event(GdkEventButton *event)
        }
        return true;
 }
+
 void Or::on_menu_popup_rotar()
 {
        GdkEventButton event; 
@@ -57,13 +61,17 @@ void Or::on_menu_popup_rotar()
        Or::on_button_press_event(&event);
 }
 
+void Or::on_menu_popup_conectar()
+{
+       CItem::logic_connect = true;
+       CItem::quien = ID;      
+}
+
 void Or::save(FILE *archivo)
 {
 
 }
 
-
-// CAMBIAR TODO ESTO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 bool Or::check_connection()
 {
        return true;