Searched refs:dragger (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/ |
H A D | vanishing-point.cpp | 49 // absolute distance between gradient points for them to become a single dragger when the drag is created: 73 drag->updateBoxHandles (); // FIXME: Only update the handles of boxes on this dragger (not on all) 91 VPDragger *dragger = (VPDragger *) data; local 92 VPDrag *drag = dragger->parent; 103 if (!dragger->dragging_started && (state & GDK_SHIFT_MASK)) { 106 if (dragger->numberOfBoxes() > 1) { // FIXME: Don't do anything if *all* boxes of a VP are selected 107 std::set<VanishingPoint*, less_ptr> sel_vps = dragger->VPsOfSelectedBoxes(); 116 Persp3D *new_persp = persp3d_create_xml_element (dragger->parent->document, old_persp->perspective_impl); 130 // FIXME: Do we need to create a new dragger as well? 131 dragger 213 VPDragger *dragger = (VPDragger *) data; local 222 VPDragger *dragger = (VPDragger *) data; local 540 VPDragger *dragger = *i; local 648 VPDragger *dragger = *i; local 659 VPDragger *dragger = *i; local 755 VPDragger *dragger = *i; local [all...] |
H A D | gradient-drag.cpp | 77 // absolute distance between gradient points for them to become a single dragger when the drag is created: 134 * skip), and fill the \a style with the averaged color of all draggables of the selected dragger, if 156 for(std::vector<GrDraggable *>::const_iterator it2 = d->draggables.begin(); it2 != d->draggables.end(); ++it2 ) { //for all draggables of dragger 311 for(std::vector<GrDraggable *>::const_iterator it2 = d->draggables.begin(); it2 != d->draggables.end(); ++it2 ) { //for all draggables of dragger 334 for(std::vector<GrDraggable *>::const_iterator it2 = d->draggables.begin(); it2 != d->draggables.end(); ++it2 ) { //for all draggables of dragger 588 for(std::vector<GrDraggable *>::const_iterator j = d->draggables.begin(); j != d->draggables.end(); ++j) { //for all draggables of dragger 662 GrDragger *dragger = getDraggerFor(desktop->gr_item, desktop->gr_point_type, desktop->gr_point_i, desktop->gr_fill_or_stroke); local 663 if (dragger) { 664 setSelected(dragger); 738 GrDragger *dragger local 914 gr_midpoint_limits(GrDragger *dragger, SPObject *server, Geom::Point *begin, Geom::Point *end, Geom::Point *low_lim, Geom::Point *high_lim, std::vector<GrDragger *> &moving) argument 1001 GrDragger *dragger = (GrDragger *) data; local 1063 GrDragger *dragger = (GrDragger *) data; local 1073 GrDragger *dragger = (GrDragger *) data; local 1110 GrDragger *dragger = (GrDragger *) data; local 1180 GrDragger *dragger = (GrDragger *) data; local 1339 GrDragger *dragger = *it; local 1660 GrDragger *dragger = *i; local 1768 GrDragger *dragger = *l; local 1801 setSelected(GrDragger *dragger, bool add_to_selection, bool override) argument 1845 setDeselected(GrDragger *dragger) argument 1896 GrDragger *dragger = *l; local 2040 grabKnot(GrDragger *dragger, gint x, gint y, guint32 etime) argument 2053 GrDragger *dragger = getDraggerFor(item, point_type, point_i, fill_or_stroke); local 2370 GrDragger *dragger = *(selected.begin()); local 2464 GrDragger *dragger = *(selected.begin()); local [all...] |
H A D | gradient-drag.h | 153 void setSelected(GrDragger *dragger, bool add_to_selection = false, bool override = true); 154 void setDeselected(GrDragger *dragger); 173 void grabKnot(GrDragger *dragger, gint x, gint y, guint32 etime);
|
H A D | vanishing-point.h | 146 unsigned int numberOfBoxes(); // the number of boxes linked to all VPs of the dragger 196 bool allBoxesAreSelected (VPDragger *dragger);
|
/inkscape/src/ui/tools/ |
H A D | gradient-tool.cpp | 229 GrDragger *dragger = *i; local 230 // remember the coord of the dragger to reselect it later 231 coords.push_back(dragger->point); 232 // for all draggables of dragger 233 for (std::vector<GrDraggable *>::const_iterator j = dragger->draggables.begin(); j != dragger->draggables.end(); ++j) { 261 // find its dragger 263 // more than one dragger may correspond to a stop, so we must distinguish) 291 // remember the coords of the future dragger to select it 292 coords.push_back(0.5*(dragger 318 GrDragger *dragger = *(drag->selected.begin()); local [all...] |
H A D | mesh-tool.cpp | 184 // std::cout << "mesh_selection_changed: dragger: " << ++count << std::endl; 336 GrDragger *dragger = *i; local 337 // For all draggables of dragger 338 for (std::vector<GrDraggable *>::const_iterator j = dragger->draggables.begin(); j != dragger->draggables.end() ; ++j) {
|
/inkscape/src/widgets/ |
H A D | gradient-toolbar.cpp | 95 Applies gradient vector gr to the gradients attached to the selected dragger of drag, or if none, 108 // First try selected dragger 110 GrDragger *dragger = *(drag->selected.begin()); local 111 for(std::vector<GrDraggable *>::const_iterator i = dragger->draggables.begin(); i != dragger->draggables.end(); ++i) { //for all draggables of dragger 118 // If no drag or no dragger selected, act on selection 247 * Get the current selection and dragger status from the desktop 257 // GRADIENTFIXME: make this work for more than one selected dragger? 258 GrDragger *dragger local 662 GrDragger *dragger = *i; local [all...] |
Completed in 6738 milliseconds