Searched refs:toShape (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.cpp141 toShape = ts;
158 toShape = NULL;
175 toShape = NULL;
215 toShape = lineShape->GetTo();
279 fromShape->AddLine((wxLineShape *)theShape, toShape);
289 toShape->Move(dc, toShape->GetX(), toShape->GetY());
356 fromShape->AddLine(lineShape, toShape);
H A Ddoc.h149 wxShape *toShape; member in class:DiagramCommand
177 inline wxShape *GetToShape(void) { return toShape; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dcsprint.cpp108 wxShape* toShape = (wxShape*) mapping.Get((long) lineShape->GetTo()); local
111 wxASSERT_MSG( (toShape != NULL), _T("Could not find 'to' shape"));
113 fromShape->AddLine(newShape, toShape, newShape->GetAttachmentFrom(),

Completed in 68 milliseconds