• 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:newShape

109         wxShape* newShape = GetShape()->CreateNewCopy();
111 csEvtHandler* handler = (csEvtHandler *)newShape->GetEventHandler();
115 new csCommandState(ID_CS_EDIT_PROPERTIES, newShape, GetShape())));
402 wxShape* newShape = GetShape()->CreateNewCopy();
404 newShape->SetX(xx);
405 newShape->SetY(yy);
408 new csCommandState(ID_CS_MOVE, newShape, GetShape()));
530 wxShape* newShape = shape->CreateNewCopy();
532 if (newShape->IsKindOf(CLASSINFO(wxPolygonShape)))
535 newShape->SetSize(ppt->GetNewSize().x, ppt->GetNewSize().y);
537 ((wxPolygonShape *)newShape)->CalculateBoundingBox();
538 ((wxPolygonShape *)newShape)->CalculatePolygonCentre();
539 newShape->ResetControlPoints();
543 newShape->SetSize(pt->sm_controlPointDragEndWidth, pt->sm_controlPointDragEndHeight);
550 newShape->SetX(pt->sm_controlPointDragPosX);
551 newShape->SetY(pt->sm_controlPointDragPosY);
556 new csCommandState(ID_CS_SIZE, newShape, shape));
590 wxShape* newShape = GetShape()->CreateNewCopy();
591 newShape->ApplyAttachmentOrdering(ordering);
593 cmd->AddState(new csCommandState(ID_CS_CHANGE_LINE_ORDERING, newShape, GetShape()));
695 wxShape* newShape = shape->CreateNewCopy();
697 csEvtHandler* handler2 = (csEvtHandler *)newShape->GetEventHandler();
701 new csCommandState(ID_CS_EDIT_PROPERTIES, newShape, shape)));
1063 wxLineShape* newShape = (wxLineShape*) this->CreateNewCopy();
1070 new csCommandState(ID_CS_MOVE_LINE_POINT, newShape, this)));
1085 wxLineShape* newShape = (wxLineShape*) this->CreateNewCopy();
1090 new csCommandState(ID_CS_MOVE_LABEL, newShape, this)));
1135 wxShape* newShape = shape->CreateNewCopy();
1137 csEvtHandler* handler2 = (csEvtHandler *)newShape->GetEventHandler();
1141 new csCommandState(ID_CS_EDIT_LABEL, newShape, shape)));
1176 wxShape* newShape = shape->CreateNewCopy();
1177 newShape->Rotate(0.0, 0.0, theta);
1180 newShapes.Append(newShape);