Searched refs:GetTo (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Ddoc.cpp257 lineTo = lineShape->GetTo();
339 wxASSERT( (lineShape->GetTo() != NULL) );
346 lineShape->GetFrom()->AddLine(lineShape, lineShape->GetTo(),
357 lineShape->GetTo()->Move(dc, lineShape->GetTo()->GetX(), lineShape->GetTo()->GetY());
445 lineShape->GetTo()->MoveLinks(dc);
502 lineShape->GetFrom()->AddLine(lineShape, lineShape->GetTo(),
512 lineShape->GetTo()->MoveLinks(dc);
540 lineTo = lineShape->GetTo();
[all...]
H A Dcsprint.cpp99 if ((diagramFrom == this) || (lineShape->GetTo()->Selected() && lineShape->GetFrom()->Selected()))
108 wxShape* toShape = (wxShape*) mapping.Get((long) lineShape->GetTo());
139 if ((diagramFrom == this) || (lineShape->GetTo()->Selected() && lineShape->GetFrom()->Selected()))
H A Dshapes.cpp417 ((wxLineShape*)shape)->GetTo()->Selected() && ((wxLineShape*)shape)->GetFrom()->Selected())
507 if (lineShape->GetTo())
509 lineShape->GetTo()->MoveLineToNewAttachment(dc, lineShape, x, y);
582 if (line->GetTo() == GetShape())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dlines.h117 inline virtual wxShape *GetTo() { return m_to; } function in class:wxLineShape
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dlines.cpp1783 lineShape->GetTo()->OnDraw(dc);
1784 lineShape->GetTo()->OnDrawContents(dc);
1859 if (lineShape->GetTo())
1861 lineShape->GetTo()->MoveLineToNewAttachment(dc, lineShape, x, y);
1920 lineShape->GetTo()->GetEventHandler()->OnDraw(dc);
1921 lineShape->GetTo()->GetEventHandler()->OnDrawContents(dc);
1962 if (lineShape->GetTo())
1964 lineShape->GetTo()->EraseLinks(dc);
1968 if (lineShape->GetTo()->HitTest(x, y, &new_attachment, &distance))
1971 lineShape->GetTo()
[all...]
H A Dbasic.cpp997 if (attachment == -1 || ((line->GetTo() == this && line->GetAttachmentTo() == attachment) ||
1024 (line->GetTo() == this && line->GetAttachmentTo() == attachment) ||
1083 if (to_move->GetTo() == this)
1112 if ((line->GetTo() == this && oldAttachment == line->GetAttachmentTo()) ||
1118 if (line->GetTo() == this)
1154 if (line->GetTo() == this)
1222 if ((line->GetTo() == this && line->GetAttachmentTo() == attachment) ||
1679 line->GetTo()->m_lines.DeleteObject(line);
3059 else if ((lineShape->GetTo() == this) && (lineShape->GetAttachmentTo() == attachment))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.cpp215 toShape = lineShape->GetTo();

Completed in 135 milliseconds