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

409             wxShape* newShape = theShape->CreateNewCopy();
410 newShape->SetBrush(theBrush);
412 csCommandState* state = new csCommandState(ID_CS_CHANGE_BACKGROUND_COLOUR, newShape, theShape);
478 wxShape *newShape = theShape->CreateNewCopy();
487 newShape->SetFont(newFont);
489 csCommandState* state = new csCommandState(ID_CS_FONT_CHANGE, newShape, theShape);
578 wxLineShape *newShape = NULL;
585 newShape = (wxLineShape*) theShape->CreateNewCopy();
586 newShape->AddArrow(ARROW_ARROW, ARROW_POSITION_MIDDLE, 10.0, 0.0, _T("Normal arrowhead"));
593 newShape = (wxLineShape*) theShape->CreateNewCopy();
594 newShape->ClearArrowsAtPosition();
599 if (newShape)
601 csCommandState* state = new csCommandState(ID_CS_ARROW_CHANGE, newShape, theShape);
682 wxShape* newShape = shape->CreateNewCopy();
689 newShape->SetX(x2);
695 newShape->SetX(x2);
701 newShape->SetY(y2);
707 newShape->SetY(y2);
712 newShape->SetX(x);
717 newShape->SetY(y);
722 newShape->SetSize(width, height);
726 csCommandState* state = new csCommandState(ID_CS_ALIGN, newShape, shape);
752 wxShape* newShape = shape->CreateNewCopy();
753 ((wxLineShape*)newShape)->InsertLineControlPoint(NULL);
754 csCommandState* state = new csCommandState(ID_CS_NEW_POINT, newShape, shape);
773 wxShape* newShape = shape->CreateNewCopy();
774 ((wxLineShape*)newShape)->DeleteLineControlPoint();
775 csCommandState* state = new csCommandState(ID_CS_CUT_POINT, newShape, shape);
794 wxShape* newShape = shape->CreateNewCopy();
795 ((wxLineShape*)newShape)->Straighten();
796 csCommandState* state = new csCommandState(ID_CS_STRAIGHTEN, newShape, shape);