Searched refs:handle_ix (Results 1 - 3 of 3) sorted by relevance
| /inkscape/src/ |
| H A D | sp-conn-end-pair.cpp | 38 for (unsigned handle_ix = 0; handle_ix <= 1; ++handle_ix) { 39 this->_connEnd[handle_ix] = new SPConnEnd(SP_OBJECT(owner)); 40 this->_connEnd[handle_ix]->_changed_connection 41 = this->_connEnd[handle_ix]->ref.changedSignal() 43 this->_connEnd[handle_ix], owner, handle_ix)); 49 for (unsigned handle_ix = 0; handle_ix < [all...] |
| H A D | sp-conn-end.h | 41 SPConnEnd *connEnd, SPPath *path, unsigned const handle_ix); 45 void sp_conn_end_detach(SPObject *const owner, unsigned const handle_ix);
|
| H A D | sp-conn-end.cpp | 229 sp_conn_end_deleted(SPObject *, SPObject *const owner, unsigned const handle_ix) argument 233 owner->getRepr()->setAttribute(attrs[handle_ix], NULL); 238 sp_conn_end_detach(SPObject *const owner, unsigned const handle_ix) argument 240 sp_conn_end_deleted(NULL, owner, handle_ix); 285 SPConnEnd *connEndPtr, SPPath *const path, unsigned const handle_ix) 298 path, handle_ix)); 284 sp_conn_end_href_changed(SPObject * , SPObject * , SPConnEnd *connEndPtr, SPPath *const path, unsigned const handle_ix) argument
|
Completed in 34 milliseconds