Searched refs:new_obj (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/live_effects/parameter/ |
H A D | originalpatharray.cpp | 363 void OriginalPathArrayParam::linked_changed(SPObject */*old_obj*/, SPObject *new_obj, PathAndDirection* to) argument 369 if (new_obj && SP_IS_ITEM(new_obj)) { 370 to->linked_delete_connection = new_obj->connectDelete(sigc::bind<PathAndDirection*>(sigc::mem_fun(*this, &OriginalPathArrayParam::linked_delete), to)); 371 to->linked_modified_connection = new_obj->connectModified(sigc::bind<PathAndDirection*>(sigc::mem_fun(*this, &OriginalPathArrayParam::linked_modified), to)); 372 to->linked_transformed_connection = SP_ITEM(new_obj)->connectTransformed(sigc::bind<PathAndDirection*>(sigc::mem_fun(*this, &OriginalPathArrayParam::linked_transformed), to)); 374 linked_modified(new_obj, SP_OBJECT_MODIFIED_FLAG, to);
|
H A D | originalpatharray.h | 83 void linked_changed(SPObject *old_obj, SPObject *new_obj, PathAndDirection* to);
|
/inkscape/src/ |
H A D | file.cpp | 1222 SPObject *new_obj = NULL; local 1234 else new_obj = place_to_insert->appendChildRepr(newitem); 1245 if (newgroup) new_obj = place_to_insert->appendChildRepr(newgroup); 1252 if (new_obj && SP_IS_ITEM(new_obj)) { 1254 selection->set(SP_ITEM(new_obj)); 1276 return new_obj;
|
H A D | selection-chemistry.cpp | 490 SPObject *new_obj = doc->getObjectByRepr(copy); local 492 add_ids_recursive(new_ids, new_obj); 496 SPObject *new_obj = doc->getObjectByRepr(copy); local 497 SPLPEItem *newLPEObj = dynamic_cast<SPLPEItem *>(new_obj);
|
/inkscape/src/ui/tools/ |
H A D | spray-tool.cpp | 983 SPObject *new_obj = doc->getObjectByRepr(copy); local 984 item_copied = dynamic_cast<SPItem *>(new_obj); // Conversion object->item 1035 SPObject *new_obj = doc->getObjectByRepr(copy); local 1036 item_copied = dynamic_cast<SPItem *>(new_obj);
|
H A D | tweak-tool.cpp | 495 SPObject *new_obj = doc->getObjectByRepr(copy); local 497 selection->add(new_obj);
|
/inkscape/src/extension/dbus/ |
H A D | document-interface.cpp | 964 SPObject *new_obj = NULL; local 965 new_obj = file_import(doc, file, NULL); 966 return strdup(new_obj->getRepr()->attribute("id"));
|
/inkscape/src/ui/ |
H A D | interface.cpp | 1241 SPObject *new_obj = NULL; local 1242 new_obj = desktop->currentLayer()->appendChildRepr(newgroup); 1245 selection->set(SP_ITEM(new_obj));
|
Completed in 46 milliseconds