Searched refs:held_shift (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/ui/tool/
H A Dcurve-drag-point.cpp110 if(held_shift(*event)){
116 if(held_shift(*event)){
149 if (held_shift(*event)) {
H A Devent-utils.h54 inline bool held_shift(E const &event) { function in namespace:Inkscape::UI
H A Dselectable-control-point.cpp78 if (held_shift(*event)) {
H A Dtransform-handle-set.cpp251 Geom::Point scc = held_shift(*event) ? _sc_center : _sc_opposite;
339 Geom::Point scc = held_shift(*event) ? _sc_center : _sc_opposite;
420 Geom::Point rotc = held_shift(*event) ? _rot_opposite : _rot_center;
505 Geom::Point scc = held_shift(*event) ? _skew_center : _skew_opposite;
650 bool snap = !held_shift(*event) && sm.someSnapperMightSnap();
658 SNAPSOURCE_ROTATION_CENTER), constraints, held_shift(*event)).getPoint();
H A Dnode.cpp341 bool snap = held_shift(*event) ? false : sm.someSnapperMightSnap();
417 if (held_shift(*event)) {
427 if(_pm()._isBSpline() && !held_shift(*event) && !held_control(*event)){
1168 if (!held_shift(*event)) {
1219 bool snap = !held_shift(*event) && sm.someSnapperMightSnap();
1321 sp = sm.multipleConstrainedSnaps(Inkscape::SnapCandidatePoint(new_pos, _snapSourceType()), constraints, held_shift(*event));
1326 sp = sm.multipleConstrainedSnaps(Inkscape::SnapCandidatePoint(new_pos, _snapSourceType()), constraints, held_shift(*event));
H A Dcontrol-point-selection.cpp501 if (held_shift(event)) delta *= 10;
700 if (held_shift(event->key)) {
H A Dmulti-path-manipulator.cpp670 if (held_shift(event->key)) break;
/inkscape/src/ui/tools/
H A Dnode-tool.cpp733 if (!held_shift(*event)) {
769 if (held_shift(*event)) {

Completed in 32 milliseconds