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

88   if (GetShape()->IsKindOf(CLASSINFO(wxLineShape)))
89 view->ReflectArrowState((wxLineShape*) GetShape());
177 wxGetApp().GetShapeEditMenu()->Enable(ID_CS_ROTATE_CLOCKWISE, !GetShape()->IsKindOf(CLASSINFO(wxLineShape)));
178 wxGetApp().GetShapeEditMenu()->Enable(ID_CS_ROTATE_ANTICLOCKWISE, !GetShape()->IsKindOf(CLASSINFO(wxLineShape)));
223 if (otherShape && !otherShape->IsKindOf(CLASSINFO(wxLineShape)))
225 wxLineShape* theShape = new csLineShape;
235 wxLineShape *lineShape = (wxLineShape *)theShape;
301 if (shape->Selected() && !shape->IsKindOf(CLASSINFO(wxLineShape)) && (shape != GetShape()))
360 if (shape->Selected() && !shape->IsKindOf(CLASSINFO(wxLineShape)) && (shape != GetShape()))
416 if (shape->IsKindOf(CLASSINFO(wxLineShape)) &&
417 ((wxLineShape*)shape)->GetTo()->Selected() && ((wxLineShape*)shape)->GetFrom()->Selected())
419 wxLineShape* lineShape = (wxLineShape*) shape;
423 wxLineShape* newLineShape = (wxLineShape*) lineShape->CreateNewCopy();
445 if (shape->Selected() && !shape->IsKindOf(CLASSINFO(wxLineShape)) && (shape != GetShape()))
463 if (shape->IsKindOf(CLASSINFO(wxLineShape)))
466 ((wxLineShape*)shape)->wxLineShape::OnSizingEndDragLeft(pt, x, y, keys, attachment);
468 wxLineShape* lineShape = (wxLineShape*) shape;
570 void csEvtHandler::OnChangeAttachment(int attachment, wxLineShape* line, wxList& ordering)
581 wxLineShape* newLine = (wxLineShape*) line->CreateNewCopy();
609 if (shape->IsKindOf(CLASSINFO(wxLineShape)))
1049 IMPLEMENT_DYNAMIC_CLASS(csLineShape, wxLineShape)
1063 wxLineShape* newShape = (wxLineShape*) this->CreateNewCopy();
1075 wxLabelShape* csLineShape::OnCreateLabelShape(wxLineShape *parent, wxShapeRegion *region, double w, double h)
1085 wxLineShape* newShape = (wxLineShape*) this->CreateNewCopy();
1087 wxLineShape::OnLabelMovePre(dc, labelShape, x, y, old_x, old_y, display);
1097 csLabelShape::csLabelShape(wxLineShape *parent, wxShapeRegion *region, double w, double h):
1155 if (shape->IsKindOf(CLASSINFO(wxLineShape)))