workplace->delete_item(ID);
}
-void CItem::on_menu_popup_conectar()
-{
-}
-
int CItem::get_position_x()
{
return x;
Glib::ustring CItem::get_other_name(int _id)
{
std::list<CItem *>::iterator i = listaItems->begin();
+ std::cout << name << " " << _id << std::endl;
while ( i != listaItems->end() ) {
if ( (*i)->get_id() == _id )
return (*i)->get_name();
_b = y;
}
+bool CItem::get_out_logic_connect()
+{
+ return false;
+}
+
void CItem::update_logic_position()
{
}