• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/

Lines Matching refs:lineShape

255             wxLineShape* lineShape = (wxLineShape*) m_shapeOnCanvas;
256 lineFrom = lineShape->GetFrom();
257 lineTo = lineShape->GetTo();
258 attachmentFrom = lineShape->GetAttachmentFrom();
259 attachmentTo = lineShape->GetAttachmentTo();
261 m_linePositionFrom = lineFrom->GetLinePosition(lineShape);
262 m_linePositionTo = lineTo->GetLinePosition(lineShape);
277 wxLineShape* lineShape = (wxLineShape*) m_savedState;
278 lineShape->SetFrom(lineFrom);
279 lineShape->SetTo(lineTo);
280 lineShape->SetAttachments(attachmentFrom, attachmentTo);
337 wxLineShape *lineShape = (wxLineShape *)m_savedState;
338 wxASSERT( (lineShape->GetFrom() != NULL) );
339 wxASSERT( (lineShape->GetTo() != NULL) );
344 m_doc->GetDiagram()->AddShape(lineShape);
346 lineShape->GetFrom()->AddLine(lineShape, lineShape->GetTo(),
347 lineShape->GetAttachmentFrom(), lineShape->GetAttachmentTo());
349 lineShape->Show(true);
351 wxClientDC dc(lineShape->GetCanvas());
352 lineShape->GetCanvas()->PrepareDC(dc);
356 lineShape->GetFrom()->Move(dc, lineShape->GetFrom()->GetX(), lineShape->GetFrom()->GetY());
357 lineShape->GetTo()->Move(dc, lineShape->GetTo()->GetX(), lineShape->GetTo()->GetY());
361 lineShape->Select(true, &dc);
440 wxLineShape *lineShape = (wxLineShape *)m_shapeOnCanvas;
444 lineShape->GetFrom()->MoveLinks(dc);
445 lineShape->GetTo()->MoveLinks(dc);
501 wxLineShape* lineShape = (wxLineShape*) m_shapeOnCanvas;
502 lineShape->GetFrom()->AddLine(lineShape, lineShape->GetTo(),
503 lineShape->GetAttachmentFrom(), lineShape->GetAttachmentTo(),
506 wxShapeCanvas* canvas = lineShape->GetFrom()->GetCanvas();
511 lineShape->GetFrom()->MoveLinks(dc);
512 lineShape->GetTo()->MoveLinks(dc);
538 wxLineShape* lineShape = (wxLineShape*) m_shapeOnCanvas;
539 lineFrom = lineShape->GetFrom();
540 lineTo = lineShape->GetTo();
541 attachmentFrom = lineShape->GetAttachmentFrom();
542 attachmentTo = lineShape->GetAttachmentTo();
556 wxLineShape* lineShape = (wxLineShape*) m_shapeOnCanvas;
557 lineShape->SetFrom(lineFrom);
558 lineShape->SetTo(lineTo);
559 lineShape->SetAttachments(attachmentFrom, attachmentTo);