Searched defs:_pm (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ui/tool/ | ||
H A D | curve-drag-point.h | 53 PathManipulator &_pm; member in class:Inkscape::UI::CurveDragPoint |
H A D | node.h | 136 inline PathManipulator &_pm(); 137 inline PathManipulator &_pm() const; 270 inline PathManipulator &_pm(); 271 inline PathManipulator &_pm() const; 500 inline PathManipulator &Handle::_pm() { function in class:Inkscape::UI::Handle 501 return _parent->_pm(); 503 inline PathManipulator &Handle::_pm() const { function in class:Inkscape::UI::Handle 504 return _parent->_pm(); 506 inline PathManipulator &Node::_pm() { function in class:Inkscape::UI::Node 510 inline PathManipulator &Node::_pm() cons function in class:Inkscape::UI::Node [all...] |
H A D | path-manipulator.cpp | 71 : _pm(p) 92 GQuark lpe_quark = _pm->_lpe_key.empty() ? 0 : g_quark_from_string(_pm->_lpe_key.data()); 96 _pm->_externalChange(PATH_CHANGE_D); 98 _pm->_externalChange(PATH_CHANGE_TRANSFORM); 105 PathManipulator *_pm; member in class:Inkscape::UI::PathManipulatorObserver |
Completed in 16 milliseconds