Searched refs:new_attachment (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dcanvas.h57 wxShape *FindFirstSensitiveShape(double x, double y, int *new_attachment, int op);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dcanvas.cpp333 wxShape *wxShapeCanvas::FindFirstSensitiveShape(double x, double y, int *new_attachment, int op) argument
335 wxShape *image = FindShape(x, y, new_attachment);
343 actualImage->HitTest(x, y, new_attachment, &dist);
H A Dlines.cpp1945 int new_attachment;
1948 if (lineShape->GetFrom()->HitTest(x, y, &new_attachment, &distance))
1949 lineShape->SetAttachments(new_attachment, lineShape->GetAttachmentTo());
1966 int new_attachment;
1968 if (lineShape->GetTo()->HitTest(x, y, &new_attachment, &distance))
1969 lineShape->SetAttachments(lineShape->GetAttachmentFrom(), new_attachment);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.cpp535 int new_attachment; local
536 wxShape *otherShape = canvas->FindFirstSensitiveShape(x, y, &new_attachment, OP_DRAG_RIGHT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.cpp220 int new_attachment; local
221 wxShape *otherShape = canvas->FindFirstSensitiveShape(x, y, &new_attachment, OP_DRAG_RIGHT);
246 lineShape->SetAttachments(attachment, new_attachment);

Completed in 161 milliseconds