Lines Matching refs:setup
49 * it provides methods to setup the snapping environment (e.g. keeps a list of the items to ignore
113 void setup(SPDesktop const *desktop,
123 * There are two overloaded setup() methods, of which the other one only allows for a single item to be ignored
134 void setup(SPDesktop const *desktop,
153 // NOTE: Must be called after calling setup(), not before!
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::setup() must have been called before calling this method,
329 * PS: SnapManager::setup() must have been called before calling this method,
422 std::vector<SPItem const *> _items_to_ignore; ///< Items that should not be snapped to, for example the items that are currently being dragged. Set using the setup() method