Inkscape
Vector Graphics Editor
|
TODO: insert short description here. More...
Go to the source code of this file.
Classes | |
class | SPConnEnd |
Functions | |
void | sp_conn_end_href_changed (SPObject *old_ref, SPObject *ref, SPConnEnd *connEnd, SPPath *path, unsigned const handle_ix) |
void | sp_conn_reroute_path (SPPath *const path) |
void | sp_conn_reroute_path_immediate (SPPath *const path) |
void | sp_conn_redraw_path (SPPath *const path) |
void | sp_conn_end_detach (SPObject *const owner, unsigned const handle_ix) |
TODO: insert short description here.
Definition in file sp-conn-end.h.
void sp_conn_end_detach | ( | SPObject *const | owner, |
unsigned const | handle_ix | ||
) |
Definition at line 217 of file sp-conn-end.cpp.
References sp_conn_end_deleted().
Referenced by Inkscape::ObjectSet::applyAffine(), Inkscape::UI::Tools::endpt_handler(), and SPConnEndPair::getAttachedItems().
void sp_conn_end_href_changed | ( | SPObject * | old_ref, |
SPObject * | ref, | ||
SPConnEnd * | connEnd, | ||
SPPath * | path, | ||
unsigned const | handle_ix | ||
) |
Definition at line 248 of file sp-conn-end.cpp.
References SPConnEnd::_delete_connection, SPConnEnd::_transformed_connection, SPUseReference::getObject(), SPConnEnd::href, SPConnEnd::ref, sp_conn_end_deleted(), and sp_conn_end_shape_modified().
Referenced by SPConnEndPair::SPConnEndPair().
void sp_conn_redraw_path | ( | SPPath *const | path | ) |
Definition at line 185 of file sp-conn-end.cpp.
References sp_conn_get_route_and_redraw().
Referenced by redrawConnectorCallback().
void sp_conn_reroute_path | ( | SPPath *const | path | ) |
Definition at line 166 of file sp-conn-end.cpp.
References SPPath::connEndPair, SPConnEndPair::isAutoRoutingConn(), and SPConnEndPair::tellLibavoidNewEndpoints().
Referenced by SPConnEndPair::setAttr().
void sp_conn_reroute_path_immediate | ( | SPPath *const | path | ) |
Definition at line 174 of file sp-conn-end.cpp.
References SPPath::connEndPair, SPConnEndPair::isAutoRoutingConn(), sp_conn_get_route_and_redraw(), and SPConnEndPair::tellLibavoidNewEndpoints().
Referenced by Inkscape::UI::Tools::ConnectorTool::_flushWhite(), Inkscape::UI::Tools::ConnectorTool::_handleMotionNotify(), Inkscape::UI::Tools::ConnectorTool::_reroutingFinish(), and SPConnEndPair::rerouteFromManipulation().