Searched refs:_path_data (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | node-tool.h | 74 Inkscape::UI::PathSharedData* _path_data; member in class:Inkscape::UI::Tools::NodeTool
|
H A D | node-tool.cpp | 133 , _path_data(NULL) 181 Inkscape::UI::PathSharedData &data = *this->_path_data; 193 this->_path_data = new Inkscape::UI::PathSharedData(); 195 Inkscape::UI::PathSharedData &data = *this->_path_data;
|
/inkscape/src/ui/tool/ |
H A D | curve-drag-point.cpp | 29 ControlPoint(pm._multi_path_manipulator._path_data.node_data.desktop, Geom::Point(), SP_ANCHOR_CENTER, 31 invisible_cset, pm._multi_path_manipulator._path_data.dragpoint_group),
|
H A D | multi-path-manipulator.h | 115 PathSharedData const &_path_data; member in class:Inkscape::UI::MultiPathManipulator
|
H A D | path-manipulator.cpp | 113 : PointManipulator(mpm._path_data.node_data.desktop, *mpm._path_data.node_data.selection) 140 _outline = sp_canvas_bpath_new(_multi_path_manipulator._path_data.outline_group, NULL); 371 Node *n = new Node(_multi_path_manipulator._path_data.node_data, *j); 571 Node *n = new Node(_multi_path_manipulator._path_data.node_data, cur->position()); 1014 Node *n = new Node(_multi_path_manipulator._path_data.node_data, 1026 Node *n = new Node(_multi_path_manipulator._path_data.node_data, seg2[0]); 1173 Node *previous_node = new Node(_multi_path_manipulator._path_data.node_data, pit->initialPoint()); 1189 current_node = new Node(_multi_path_manipulator._path_data.node_data, pos);
|
H A D | multi-path-manipulator.cpp | 120 , _path_data(data)
|
Completed in 1287 milliseconds