Searched refs:_path_data (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/ui/tools/
H A Dnode-tool.h74 Inkscape::UI::PathSharedData* _path_data; member in class:Inkscape::UI::Tools::NodeTool
H A Dnode-tool.cpp133 , _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 Dcurve-drag-point.cpp29 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 Dmulti-path-manipulator.h115 PathSharedData const &_path_data; member in class:Inkscape::UI::MultiPathManipulator
H A Dpath-manipulator.cpp113 : 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 Dmulti-path-manipulator.cpp120 , _path_data(data)

Completed in 1287 milliseconds