Searched refs:lineShape (Results 1 - 8 of 8) 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 Ddoc.cpp255 wxLineShape* lineShape = (wxLineShape*) m_shapeOnCanvas; local
256 lineFrom = lineShape->GetFrom();
257 lineTo = lineShape->GetTo();
258 attachmentFrom = lineShape->GetAttachmentFrom();
259 attachmentTo = lineShape->GetAttachmentTo();
261 m_linePositionFrom = lineFrom->GetLinePosition(lineShape);
262 m_linePositionTo = lineTo->GetLinePosition(lineShape);
277 wxLineShape* lineShape = (wxLineShape*) m_savedState; local
278 lineShape->SetFrom(lineFrom);
279 lineShape
337 wxLineShape *lineShape = (wxLineShape *)m_savedState; local
440 wxLineShape *lineShape = (wxLineShape *)m_shapeOnCanvas; local
501 wxLineShape* lineShape = (wxLineShape*) m_shapeOnCanvas; local
538 wxLineShape* lineShape = (wxLineShape*) m_shapeOnCanvas; local
556 wxLineShape* lineShape = (wxLineShape*) m_shapeOnCanvas; local
[all...]
H A Dcsprint.cpp97 wxLineShape* lineShape = (wxLineShape*) shape; local
99 if ((diagramFrom == this) || (lineShape->GetTo()->Selected() && lineShape->GetFrom()->Selected()))
107 wxShape* fromShape = (wxShape*) mapping.Get((long) lineShape->GetFrom());
108 wxShape* toShape = (wxShape*) mapping.Get((long) lineShape->GetTo());
138 wxLineShape* lineShape = (wxLineShape*) lineNode->GetData(); local
139 if ((diagramFrom == this) || (lineShape->GetTo()->Selected() && lineShape->GetFrom()->Selected()))
141 wxLineShape* newLineShape = (wxLineShape*) mapping.Get((long) lineShape);
H A Dshapes.cpp235 wxLineShape *lineShape = (wxLineShape *)theShape; local
239 lineShape->MakeLineControlPoints(2);
242 lineShape->AddArrow(ARROW_ARROW, ARROW_POSITION_MIDDLE, 10.0, 0.0, _T("Normal arrowhead"));
244 lineShape->SetFrom(GetShape());
245 lineShape->SetTo(otherShape);
246 lineShape->SetAttachments(attachment, new_attachment);
250 new csCommandState(ID_CS_ADD_LINE, lineShape, NULL)));
419 wxLineShape* lineShape = (wxLineShape*) shape; local
421 if (lineShape->GetLineControlPoints()->GetCount() > 2)
423 wxLineShape* newLineShape = (wxLineShape*) lineShape
[all...]
H A Dview.h85 void ReflectArrowState(wxLineShape* lineShape);
H A Dview.cpp626 void csDiagramView::ReflectArrowState(wxLineShape* lineShape) argument
629 wxObjectList::compatibility_iterator node = lineShape->GetArrows().GetFirst();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dlines.cpp1742 wxLineShape *lineShape = (wxLineShape *)this; local
1744 const wxPen *old_pen = lineShape->GetPen();
1745 const wxBrush *old_brush = lineShape->GetBrush();
1748 lineShape->SetPen(& dottedPen);
1749 lineShape->SetBrush(wxTRANSPARENT_BRUSH);
1751 lineShape->GetEventHandler()->OnMoveLink(dc, false);
1753 lineShape->SetPen(old_pen);
1754 lineShape->SetBrush(old_brush);
1771 wxLineShape *lineShape = (wxLineShape *)this; local
1781 lineShape
1820 wxLineShape *lineShape = (wxLineShape *)this; local
[all...]
H A Dbasic.cpp3056 wxLineShape* lineShape = (wxLineShape*) node->GetData(); local
3057 if ((lineShape->GetFrom() == this) && (lineShape->GetAttachmentFrom() == attachment))
3059 else if ((lineShape->GetTo() == this) && (lineShape->GetAttachmentTo() == attachment))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.cpp213 wxLineShape *lineShape = (wxLineShape *)shape; local
214 fromShape = lineShape->GetFrom();
215 toShape = lineShape->GetTo();
269 wxLineShape *lineShape = (wxLineShape *)theShape; local
273 lineShape->MakeLineControlPoints(2);
274 lineShape->AddArrow(ARROW_ARROW, ARROW_POSITION_END, 10.0, 0.0, _T("Normal arrowhead"));
354 wxLineShape *lineShape = (wxLineShape *)shape; local
356 fromShape->AddLine(lineShape, toShape);

Completed in 99 milliseconds