Searched refs:fromShape (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.cpp140 fromShape = fs;
157 fromShape = NULL;
174 fromShape = NULL;
214 fromShape = lineShape->GetFrom();
279 fromShape->AddLine((wxLineShape *)theShape, toShape);
288 fromShape->Move(dc, fromShape->GetX(), fromShape->GetY());
356 fromShape->AddLine(lineShape, toShape);
H A Ddoc.h148 wxShape *fromShape; member in class:DiagramCommand
176 inline wxShape *GetFromShape(void) { return fromShape; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dcsprint.cpp107 wxShape* fromShape = (wxShape*) mapping.Get((long) lineShape->GetFrom()); local
110 wxASSERT_MSG( (fromShape != NULL), _T("Could not find 'from' shape"));
113 fromShape->AddLine(newShape, toShape, newShape->GetAttachmentFrom(),

Completed in 103 milliseconds