Searched refs:newShape (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dcsprint.cpp74 wxShape* newShape = shape->CreateNewCopy(); local
75 newShape->GetLines().Clear();
78 newShape->AssignNewIds();
80 mapping.Put((long) shape, (wxObject*) newShape);
82 newShape->SetX(newShape->GetX() + offsetX);
83 newShape->SetY(newShape->GetY() + offsetY);
85 OnAddShape(diagramTo, newShape, dc);
101 wxLineShape* newShape local
130 wxShape* newShape = (wxShape*) mapping.Get((long) shape); local
240 OnAddShape(wxDiagram* diagramTo, wxShape* newShape, wxDC* dc) argument
302 OnAddShape(wxDiagram* diagramTo, wxShape* newShape, wxDC* WXUNUSED(dc)) argument
[all...]
H A Dview.cpp409 wxShape* newShape = theShape->CreateNewCopy(); local
410 newShape->SetBrush(theBrush);
412 csCommandState* state = new csCommandState(ID_CS_CHANGE_BACKGROUND_COLOUR, newShape, theShape);
478 wxShape *newShape = theShape->CreateNewCopy(); local
487 newShape->SetFont(newFont);
489 csCommandState* state = new csCommandState(ID_CS_FONT_CHANGE, newShape, theShape);
578 wxLineShape *newShape = NULL; local
585 newShape = (wxLineShape*) theShape->CreateNewCopy();
586 newShape->AddArrow(ARROW_ARROW, ARROW_POSITION_MIDDLE, 10.0, 0.0, _T("Normal arrowhead"));
593 newShape
682 wxShape* newShape = shape->CreateNewCopy(); local
752 wxShape* newShape = shape->CreateNewCopy(); local
773 wxShape* newShape = shape->CreateNewCopy(); local
794 wxShape* newShape = shape->CreateNewCopy(); local
[all...]
H A Dshapes.cpp109 wxShape* newShape = GetShape()->CreateNewCopy();
111 csEvtHandler* handler = (csEvtHandler *)newShape->GetEventHandler();
115 new csCommandState(ID_CS_EDIT_PROPERTIES, newShape, GetShape())));
402 wxShape* newShape = GetShape()->CreateNewCopy(); local
404 newShape->SetX(xx);
405 newShape->SetY(yy);
408 new csCommandState(ID_CS_MOVE, newShape, GetShape()));
530 wxShape* newShape = shape->CreateNewCopy(); local
532 if (newShape->IsKindOf(CLASSINFO(wxPolygonShape)))
535 newShape
590 wxShape* newShape = GetShape()->CreateNewCopy(); local
695 wxShape* newShape = shape->CreateNewCopy(); local
1063 wxLineShape* newShape = (wxLineShape*) this->CreateNewCopy(); variable
1176 wxShape* newShape = shape->CreateNewCopy(); local
[all...]
H A Dshapes.h77 virtual bool OnAddShape(wxDiagram* diagramTo, wxShape* newShape, wxDC* dc);
98 virtual bool OnAddShape(wxDiagram* diagramTo, wxShape* newShape, wxDC* dc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dragimag/
H A Ddragimag.cpp395 DragShape* newShape = new DragShape(wxBitmap(image)); local
396 newShape->SetPosition(wxPoint(i*50, i*50));
399 newShape->SetDragMethod(SHAPE_DRAG_TEXT);
401 newShape->SetDragMethod(SHAPE_DRAG_ICON);
403 newShape->SetDragMethod(SHAPE_DRAG_BITMAP);
404 frame->GetCanvas()->GetDisplayList().Append(newShape);

Completed in 85 milliseconds