]> 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 b4801881aedf08cc48a82a9ab4bd358cec548ff9..0c0631b29ef780b885514e9c40f75b61566381b2 100644 (file)
@@ -20,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;   
@@ -50,6 +52,7 @@ bool Or::on_button_press_event(GdkEventButton *event)
        }
        return true;
 }
+
 void Or::on_menu_popup_rotar()
 {
        GdkEventButton event; 
@@ -58,7 +61,11 @@ 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)
 {