Lines Matching refs:ConnectorTool

148 const std::string& ConnectorTool::getPrefsPath() {
149 return ConnectorTool::prefsPath;
152 const std::string ConnectorTool::prefsPath = "/tools/connector";
154 ConnectorTool::ConnectorTool()
189 ConnectorTool::~ConnectorTool() {
213 void ConnectorTool::setup() {
220 sigc::mem_fun(this, &ConnectorTool::_selectionChanged)
253 void ConnectorTool::set(const Inkscape::Preferences::Entry& val) {
265 void ConnectorTool::finish() {
285 void ConnectorTool::cc_clear_active_shape() {
318 void ConnectorTool::cc_clear_active_conn() {
341 bool ConnectorTool::_ptHandleTest(Geom::Point& p, gchar **href) {
372 bool ConnectorTool::item_handler(SPItem* item, GdkEvent* event) {
427 bool ConnectorTool::root_handler(GdkEvent* event) {
459 bool ConnectorTool::_handleButtonPress(GdkEventButton const &bevent) {
559 bool ConnectorTool::_handleMotionNotify(GdkEventMotion const &mevent) {
648 bool ConnectorTool::_handleButtonRelease(GdkEventButton const &revent) {
708 bool ConnectorTool::_handleKeyPress(guint const keyval) {
746 void ConnectorTool::_reroutingFinish(Geom::Point *const p) {
778 void ConnectorTool::_resetColors() {
787 void ConnectorTool::_setInitialPoint(Geom::Point const p) {
796 void ConnectorTool::_setSubsequentPoint(Geom::Point const p) {
830 void ConnectorTool::_concatColorsAndFlush() {
856 void ConnectorTool::_flushWhite(SPCurve *gc) {
930 void ConnectorTool::_finishSegment(Geom::Point const /*p*/) {
942 void ConnectorTool::_finish() {
966 ConnectorTool *cc = SP_CONNECTOR_CONTEXT(
1013 endpt_handler(SPKnot */*knot*/, GdkEvent *event, ConnectorTool *cc)
1061 void ConnectorTool::_activeShapeAddKnot(SPItem* item) {
1085 void ConnectorTool::_setActiveShape(SPItem *item) {
1133 void ConnectorTool::cc_set_active_conn(SPItem *item) {
1237 void cc_create_connection_point(ConnectorTool* cc)
1334 void ConnectorTool::_selectionChanged(Inkscape::Selection *selection) {
1357 ConnectorTool *cc = SP_CONNECTOR_CONTEXT(data);
1372 ConnectorTool *cc = SP_CONNECTOR_CONTEXT(data);