Searched defs:ThisSnapperMightSnap (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dguide-snapper.cpp42 if ( NULL == _snapmanager->getNamedView() || ThisSnapperMightSnap() == false) {
60 bool Inkscape::GuideSnapper::ThisSnapperMightSnap() const function in class:Inkscape::GuideSnapper
H A Dsnapper.h50 virtual bool ThisSnapperMightSnap() const {return _snap_enabled;} // will likely be overridden by derived classes function in class:Inkscape::Snapper
H A Dobject-snapper.cpp672 if (_snap_enabled == false || _snapmanager->snapprefs.isSourceSnappable(p.getSourceType()) == false || ThisSnapperMightSnap() == false) {
714 if (_snap_enabled == false || _snapmanager->snapprefs.isSourceSnappable(p.getSourceType()) == false || ThisSnapperMightSnap() == false) {
738 bool Inkscape::ObjectSnapper::ThisSnapperMightSnap() const function in class:Inkscape::ObjectSnapper
/inkscape/src/display/
H A Dcanvas-axonomgrid.cpp794 bool CanvasAxonomGridSnapper::ThisSnapperMightSnap() const function in class:Inkscape::CanvasAxonomGridSnapper
H A Dcanvas-grid.cpp1081 bool CanvasXYGridSnapper::ThisSnapperMightSnap() const function in class:Inkscape::CanvasXYGridSnapper

Completed in 1354 milliseconds