Searched refs:group_on (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsnap-preferences.cpp44 void Inkscape::SnapPreferences::_mapTargetToArrayIndex(Inkscape::SnapTargetType &target, bool &always_on, bool &group_on) const
53 group_on = true;
58 group_on = isTargetSnappable(SNAPTARGET_BBOX_CATEGORY); // Only if the group with bbox sources/targets has been enabled, then we might snap to any of the bbox targets
63 group_on = isTargetSnappable(SNAPTARGET_NODE_CATEGORY); // Only if the group with path/node sources/targets has been enabled, then we might snap to any of the nodes/paths
86 group_on = true; // These snap targets cannot be disabled as part of a disabled group;
124 group_on = isTargetSnappable(SNAPTARGET_OTHERS_CATEGORY);
165 bool group_on = false; // Only needed as a dummy local
168 _mapTargetToArrayIndex(index, always_on, group_on);
185 bool group_on = false; local
188 _mapTargetToArrayIndex(index, always_on, group_on);
226 bool group_on = false; // Only needed as a dummy local
[all...]
H A Dsnap-preferences.h76 * @param group_on If true, then this snap target is in a snap group that has been enabled (e.g. bbox group, nodes/paths group, or "others" group.
78 void _mapTargetToArrayIndex(Inkscape::SnapTargetType &target, bool &always_on, bool &group_on) const;

Completed in 14 milliseconds