Lines Matching defs:GrDraggable
156 for(std::vector<GrDraggable *>::const_iterator it2 = d->draggables.begin(); it2 != d->draggables.end(); ++it2 ) { //for all draggables of dragger
157 GrDraggable *draggable = *it2;
311 for(std::vector<GrDraggable *>::const_iterator it2 = d->draggables.begin(); it2 != d->draggables.end(); ++it2 ) { //for all draggables of dragger
312 GrDraggable *draggable = *it2;
334 for(std::vector<GrDraggable *>::const_iterator it2 = d->draggables.begin(); it2 != d->draggables.end(); ++it2 ) { //for all draggables of dragger
335 GrDraggable *draggable = *it2;
588 for(std::vector<GrDraggable *>::const_iterator j = d->draggables.begin(); j != d->draggables.end(); ++j) { //for all draggables of dragger
589 GrDraggable *draggable = *j;
677 GrDraggable *draggable = (*(this->selected.begin()))->draggables[0];
702 GrDraggable::GrDraggable(SPItem *item, GrPointType point_type, guint point_i, Inkscape::PaintTarget fill_or_stroke) :
712 GrDraggable::~GrDraggable()
719 SPObject *GrDraggable::getServer()
754 std::vector<GrDraggable *>::const_iterator i = dragger->draggables.begin();
756 GrDraggable *draggable = *i;
761 GrDraggable *tmp = dragger->draggables[0];
775 for (std::vector<GrDraggable *>::const_iterator i = dragger->draggables.begin(); i != dragger->draggables.end(); ++i) {
776 GrDraggable *draggable = *i;
778 GrDraggable *da_new = new GrDraggable (draggable->item, draggable->point_type, draggable->point_i, draggable->fill_or_stroke);
819 for (std::vector<GrDraggable *>::const_iterator i = dragger->draggables.begin(); i != dragger->draggables.end(); ++i) {
820 GrDraggable *draggable = *i;
918 // a midpoint dragger can (logically) only contain one GrDraggable
919 GrDraggable *draggable = dragger->draggables[0];
1003 // a midpoint dragger can (logically) only contain one GrDraggable
1004 GrDraggable *draggable = dragger->draggables[0];
1111 GrDraggable *draggable = dragger->draggables[0];
1190 //GrDraggable *draggable = (GrDraggable *) dragger->draggables->data;
1199 for (std::vector<GrDraggable *>::const_iterator i = this->draggables.begin(); i != this->draggables.end(); ++i) {
1200 GrDraggable *draggable = *i;
1220 for (std::vector<GrDraggable *>::const_iterator i = this->draggables.begin(); i != this->draggables.end(); ++i) {
1221 GrDraggable *draggable = *i;
1234 for (std::vector<GrDraggable *>::const_iterator i = this->draggables.begin(); i != this->draggables.end(); ++i) {
1235 GrDraggable *draggable = *i;
1248 for (std::vector<GrDraggable *>::const_iterator i = this->draggables.begin(); i != this->draggables.end(); ++i) {
1249 GrDraggable *draggable = *i;
1257 bool GrDraggable::mayMerge(GrDraggable *da2)
1281 for (std::vector<GrDraggable *>::const_iterator i = this->draggables.begin(); i != this->draggables.end(); ++i) {
1282 GrDraggable *da1 = *i;
1283 for (std::vector<GrDraggable *>::const_iterator j = other->draggables.begin(); j != other->draggables.end(); ++j) {
1284 GrDraggable *da2 = *j;
1292 bool GrDragger::mayMerge(GrDraggable *da2)
1294 for (std::vector<GrDraggable *>::const_iterator i = this->draggables.begin(); i != this->draggables.end(); ++i) {
1295 GrDraggable *da1 = *i;
1340 for (std::vector<GrDraggable *>::const_iterator it2 = dragger->draggables.begin(); it2 != dragger->draggables.end(); ++it2 ) {
1341 GrDraggable *draggable = *it2;
1359 for (std::vector<GrDraggable *>::const_iterator j = draggables.begin(); j != draggables.end(); ++j ) {
1360 GrDraggable *draggable = *j;
1417 GrDraggable *draggable = this->draggables[0];
1456 GrDraggable *last = draggables.back();
1463 void GrDragger::addDraggable(GrDraggable *draggable)
1479 GrDraggable *dr_first = draggables[0];
1486 for (std::vector<GrDraggable *>::const_iterator j = draggables.begin(); j != draggables.end(); ++j ) {
1487 GrDraggable *da = *j;
1504 void GrDragger::updateMidstopDependencies(GrDraggable *draggable, bool write_repr)
1530 for (std::vector<GrDraggable *>::const_iterator j = draggables.begin(); j != draggables.end(); ++j ) {
1531 GrDraggable *draggable = *j;
1585 GrDragger::GrDragger(GrDrag *parent, Geom::Point p, GrDraggable *draggable)
1648 for (std::vector<GrDraggable *>::const_iterator j = this->draggables.begin(); j != this->draggables.end(); ++j ) {
1661 for (std::vector<GrDraggable *>::const_iterator j = dragger->draggables.begin(); j != dragger->draggables.end(); ++j ) {
1662 GrDraggable *da2 = *j;
1693 // GrDraggable *draggable = (GrDraggable*) drgble->data;
1769 for (std::vector<GrDraggable *>::const_iterator j = dragger->draggables.begin(); j != dragger->draggables.end(); ++j) {
1771 GrDraggable *d = *j;
1891 void GrDrag::addDragger(GrDraggable *draggable)
1916 addDragger (new GrDraggable (item, POINT_RG_CENTER, 0, fill_or_stroke));
1920 addDragger (new GrDraggable (item, POINT_RG_MID1, i, fill_or_stroke));
1923 addDragger (new GrDraggable (item, POINT_RG_R1, num-1, fill_or_stroke));
1926 addDragger (new GrDraggable (item, POINT_RG_MID2, i, fill_or_stroke));
1929 addDragger (new GrDraggable (item, POINT_RG_R2, num - 1, fill_or_stroke));
1930 addDragger (new GrDraggable (item, POINT_RG_FOCUS, 0, fill_or_stroke));
1939 addDragger(new GrDraggable (item, POINT_LG_BEGIN, 0, fill_or_stroke));
1943 addDragger(new GrDraggable (item, POINT_LG_MID, i, fill_or_stroke));
1946 addDragger(new GrDraggable (item, POINT_LG_END, num - 1, fill_or_stroke));
1994 GrDraggable *corner = new GrDraggable (item, POINT_MG_CORNER, icorner, fill_or_stroke);
2005 GrDraggable *handle = new GrDraggable (item, POINT_MG_HANDLE, ihandle, fill_or_stroke);
2017 GrDraggable *tensor = new GrDraggable (item, POINT_MG_TENSOR, itensor, fill_or_stroke);
2306 for(std::vector<GrDraggable *>::const_iterator it = (*(selected.begin()))->draggables.begin(); it != (*(selected.begin()))->draggables.end(); ++it) {
2371 // a midpoint dragger can (logically) only contain one GrDraggable
2372 GrDraggable *draggable = dragger->draggables[0];
2456 GrDraggable * draggable;
2465 for(std::vector<GrDraggable *>::const_iterator drgble = dragger->draggables.begin(); drgble != dragger->draggables.end(); ++drgble) {
2466 GrDraggable *draggable = *drgble;