Searched refs:GetFrom (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.cpp256 lineFrom = lineShape->GetFrom();
338 wxASSERT( (lineShape->GetFrom() != NULL) );
346 lineShape->GetFrom()->AddLine(lineShape, lineShape->GetTo(),
356 lineShape->GetFrom()->Move(dc, lineShape->GetFrom()->GetX(), lineShape->GetFrom()->GetY());
444 lineShape->GetFrom()->MoveLinks(dc);
502 lineShape->GetFrom()->AddLine(lineShape, lineShape->GetTo(),
506 wxShapeCanvas* canvas = lineShape->GetFrom()->GetCanvas();
511 lineShape->GetFrom()
[all...]
H A Dcsprint.cpp99 if ((diagramFrom == this) || (lineShape->GetTo()->Selected() && lineShape->GetFrom()->Selected()))
107 wxShape* fromShape = (wxShape*) mapping.Get((long) lineShape->GetFrom());
139 if ((diagramFrom == this) || (lineShape->GetTo()->Selected() && lineShape->GetFrom()->Selected()))
H A Dshapes.cpp417 ((wxLineShape*)shape)->GetTo()->Selected() && ((wxLineShape*)shape)->GetFrom()->Selected())
495 if (lineShape->GetFrom())
497 lineShape->GetFrom()->MoveLineToNewAttachment(dc, lineShape, x, y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dlines.h116 inline virtual wxShape *GetFrom() { return m_from; } 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.cpp1781 lineShape->GetFrom()->OnDraw(dc);
1782 lineShape->GetFrom()->OnDrawContents(dc);
1847 if (lineShape->GetFrom())
1849 lineShape->GetFrom()->MoveLineToNewAttachment(dc, lineShape, x, y);
1915 lineShape->GetFrom()->GetEventHandler()->OnDraw(dc);
1916 lineShape->GetFrom()->GetEventHandler()->OnDrawContents(dc);
1941 if (lineShape->GetFrom())
1943 lineShape->GetFrom()->EraseLinks(dc);
1948 if (lineShape->GetFrom()->HitTest(x, y, &new_attachment, &distance))
1951 lineShape->GetFrom()
[all...]
H A Dbasic.cpp998 (line->GetFrom() == this && line->GetAttachmentFrom() == attachment)))
1025 (line->GetFrom() == this && line->GetAttachmentFrom() == attachment))
1113 (line->GetFrom() == this && oldAttachment == line->GetAttachmentFrom()))
1223 (line->GetFrom() == this && line->GetAttachmentFrom() == attachment))
1678 if (line->GetFrom() == this)
1681 line->GetFrom()->m_lines.DeleteObject(line);
3057 if ((lineShape->GetFrom() == this) && (lineShape->GetAttachmentFrom() == attachment))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.cpp214 fromShape = lineShape->GetFrom();

Completed in 96 milliseconds