Searched defs:_drag_initiated (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/tool/
H A Dcontrol-point.h366 static bool _drag_initiated; member in class:Inkscape::UI::ControlPoint
H A Dcontrol-point.cpp54 bool ControlPoint::_drag_initiated = false; member in class:Inkscape::UI::ControlPoint
267 _drag_initiated = false;
289 if (!_drag_initiated) {
299 // _drag_initiated might change during the above virtual call
300 if (!_drag_initiated) {
303 _drag_initiated = true;
342 if (_drag_initiated) {
345 _drag_initiated = false;
371 if (_drag_initiated) {
377 _drag_initiated
[all...]

Completed in 15 milliseconds