Lines Matching defs:nt
82 NodeTool *nt = get_node_tool();
83 if (nt) {
84 nt->_multipath->insertNodes();
90 NodeTool *nt = get_node_tool();
91 if (nt) {
92 nt->_multipath->insertNodesAtExtrema(Inkscape::UI::PointManipulator::EXTR_MIN_X);
97 NodeTool *nt = get_node_tool();
98 if (nt) {
99 nt->_multipath->insertNodesAtExtrema(Inkscape::UI::PointManipulator::EXTR_MAX_X);
104 NodeTool *nt = get_node_tool();
105 if (nt) {
106 nt->_multipath->insertNodesAtExtrema(Inkscape::UI::PointManipulator::EXTR_MIN_Y);
111 NodeTool *nt = get_node_tool();
112 if (nt) {
113 nt->_multipath->insertNodesAtExtrema(Inkscape::UI::PointManipulator::EXTR_MAX_Y);
119 NodeTool *nt = get_node_tool();
120 if (nt) {
122 nt->_multipath->deleteNodes(prefs->getBool("/tools/nodes/delete_preserves_shape", true));
128 NodeTool *nt = get_node_tool();
129 if (nt) {
130 nt->_multipath->deleteSegments();
136 NodeTool *nt = get_node_tool();
137 if (nt) {
138 nt->_multipath->breakNodes();
144 NodeTool *nt = get_node_tool();
145 if (nt) {
146 nt->_multipath->joinNodes();
152 NodeTool *nt = get_node_tool();
153 if (nt) {
154 nt->_multipath->joinSegments();
160 NodeTool *nt = get_node_tool();
161 if (nt) {
162 nt->_multipath->setSegmentType(Inkscape::UI::SEGMENT_STRAIGHT);
168 NodeTool *nt = get_node_tool();
169 if (nt) {
170 nt->_multipath->setSegmentType(Inkscape::UI::SEGMENT_CUBIC_BEZIER);
176 NodeTool *nt = get_node_tool();
177 if (nt) {
178 nt->_multipath->setNodeType(Inkscape::UI::NODE_CUSP);
184 NodeTool *nt = get_node_tool();
185 if (nt) {
186 nt->_multipath->setNodeType(Inkscape::UI::NODE_SMOOTH);
192 NodeTool *nt = get_node_tool();
193 if (nt) {
194 nt->_multipath->setNodeType(Inkscape::UI::NODE_SYMMETRIC);
200 NodeTool *nt = get_node_tool();
201 if (nt) {
202 nt->_multipath->setNodeType(Inkscape::UI::NODE_AUTO);
233 NodeTool *nt = get_node_tool();
234 if (!nt || !(nt->_selected_nodes) ||nt->_selected_nodes->empty()) {
243 Geom::Point mid = nt->_selected_nodes->pointwiseBounds()->midpoint();
280 NodeTool *nt = get_node_tool();
281 if (nt && !nt->_selected_nodes->empty()) {
283 double oldval = nt->_selected_nodes->pointwiseBounds()->midpoint()[d];
286 nt->_multipath->move(delta);