Glib::RefPtr<Gnome::Glade::Xml> ref;
ref = Gnome::Glade::Xml::create(PACKAGE_DATA_DIR"/plaqui-constructor/dialogs/constructor.glade", "item_pty_wnd");
ref->get_widget_derived("item_pty_wnd",property_wnd);
- caudal_max = 0.0;
+ caudal_max = 10.0;
is_union = true;
is_connected = false;
is_logic =false;
// XXX Esto no deberia ser necesario! en todo caso devolves false en
// vez de true para que siga llamando a los otros handlers :)
//Gtk::DrawingArea::on_expose_event(event);
- if (logic_connect) {
+ if (CItem::logic_connect) {
draw_connectors();
}
return true;
name = _name;
}
+void CItem::set_out_connected(bool _o)
+{
+}
+
+void CItem::set_in_connected(bool _o)
+{
+}
+
bool CItem::is_occupied_area(int _a, int _b)
{
if ( ( _a >= x ) && ( _a < x+image->get_width()) && (_b >= y) && (_b < y+image->get_height()) )
_b = y;
}
+bool CItem::get_out_logic_connect()
+{
+ return false;
+}
+
void CItem::update_logic_position()
{
}
queue_draw();
}
}
-