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

329             wxShape *theShape = (wxShape*) node->GetData();
330 csCommandState* state = new csCommandState(ID_CS_CUT, NULL, theShape);
335 if (theShape->IsKindOf(CLASSINFO(wxLineShape)))
362 wxShape *theShape = (wxShape*) node->GetData();
364 csCommandState* state = new csCommandState(cmd, theShape, oldShape);
408 wxShape *theShape = (wxShape*) node->GetData();
409 wxShape* newShape = theShape->CreateNewCopy();
412 csCommandState* state = new csCommandState(ID_CS_CHANGE_BACKGROUND_COLOUR, newShape, theShape);
423 wxShape *theShape = FindFirstSelectedShape();
424 if (theShape)
425 ((csEvtHandler *)theShape->GetEventHandler())->EditProperties();
477 wxShape *theShape = (wxShape*) node->GetData();
478 wxShape *newShape = theShape->CreateNewCopy();
481 theShape->GetFont()->GetFamily(),
482 theShape->GetFont()->GetStyle(),
483 theShape->GetFont()->GetWeight(),
484 theShape->GetFont()->GetUnderlined(),
485 theShape->GetFont()->GetFaceName());
489 csCommandState* state = new csCommandState(ID_CS_FONT_CHANGE, newShape, theShape);
529 wxShape *theShape = (wxShape*) node->GetData();
530 theShape->Select(false, &dc);
531 SelectShape(theShape, false);
577 wxLineShape *theShape = (wxLineShape*) node->GetData();
583 if (theShape->GetArrows().GetCount() == 0)
585 newShape = (wxLineShape*) theShape->CreateNewCopy();
591 if (theShape->GetArrows().GetCount() > 0)
593 newShape = (wxLineShape*) theShape->CreateNewCopy();
601 csCommandState* state = new csCommandState(ID_CS_ARROW_CHANGE, newShape, theShape);
926 wxShape* theShape = symbol->GetShape()->CreateNewCopy();
940 theShape->SetFont(newFont);
942 theShape->AssignNewIds();
943 theShape->SetX(x);
944 theShape->SetY(y);
948 new csCommandState(ID_CS_ADD_SHAPE, theShape, NULL));