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

/inkscape/src/
H A Dsnap.h46 * The SnapManager class handles most (if not all) of the interfacing of the snapping mechanisms
68 * a global flag in SnapManager, accessed via getSnapPostponedGlobally(), is set to true
73 class SnapManager class
85 * Construct a SnapManager for a SPNamedView.
89 SnapManager(SPNamedView const *v);
175 * 1) SnapManager::setup() must have been called before calling this method,
196 * PS: SnapManager::setup() must have been called before calling this method,
252 * 1) SnapManager::setup() must have been called before calling this method,
276 * PS: SnapManager::setup() must have been called before calling this method,
314 * PS: SnapManager
[all...]
H A Dsnap.cpp2 * SnapManager class.
42 SnapManager::SnapManager(SPNamedView const *v) : function in class:SnapManager
55 SnapManager::SnapperList SnapManager::getSnappers() const
57 SnapManager::SnapperList s;
61 SnapManager::SnapperList gs = getGridSnappers();
67 SnapManager::SnapperList SnapManager::getGridSnappers() const
80 bool SnapManager
[all...]

Completed in 350 milliseconds