Searched refs:wxLineShape (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dlinesp.h16 class WXDLLIMPEXP_OGL wxLineShape; variable in typeref:class:WXDLLIMPEXP_OGL
20 friend class WXDLLIMPEXP_OGL wxLineShape;
57 wxLabelShape(wxLineShape *parent = NULL, wxShapeRegion *region = NULL, double w = 0.0, double h = 0.0);
70 wxLineShape* m_lineShape;
H A Ddivided.h62 int nth = 0, int no_arcs = 1, wxLineShape *line = NULL);
H A Dlines.h3 // Purpose: wxLineShape
89 class WXDLLIMPEXP_OGL wxLineShape: public wxShape class in inherits:wxShape
91 DECLARE_DYNAMIC_CLASS(wxLineShape)
94 wxLineShape();
95 ~wxLineShape();
143 virtual wxLabelShape* OnCreateLabelShape(wxLineShape *parent = NULL, wxShapeRegion *region = NULL, double w = 0.0, double h = 0.0);
H A Dogldiag.h106 wxLineShape* m_lineShape1;
107 wxLineShape* m_lineShape2;
H A Dbasic.h111 class wxLineShape;
181 virtual void OnChangeAttachment(int attachment, wxLineShape* line, wxList& ordering);
322 void AddLine(wxLineShape *line, wxShape *other,
328 int GetLinePosition(wxLineShape* line);
385 void RemoveLine(wxLineShape *line);
400 int nth = 0, int no_arcs = 1, wxLineShape *line = NULL);
409 int nth = 0, int no_arcs = 1, wxLineShape *line = NULL);
414 int nth, int noArcs, wxLineShape* line);
424 virtual bool MoveLineToNewAttachment(wxDC& dc, wxLineShape *to_move,
435 virtual void OnChangeAttachment(int attachment, wxLineShape* lin
[all...]
H A Dbasicp.h60 int nth = 0, int no_arcs = 1, wxLineShape *line = NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dcsprint.cpp72 if (((diagramFrom == this) || shape->Selected()) && !shape->IsKindOf(CLASSINFO(wxLineShape)))
95 if (((diagramFrom == this) || shape->Selected()) && shape->IsKindOf(CLASSINFO(wxLineShape)))
97 wxLineShape* lineShape = (wxLineShape*) shape;
101 wxLineShape* newShape = (wxLineShape*) shape->CreateNewCopy();
128 if (((diagramFrom == this) || shape->Selected()) && !shape->IsKindOf(CLASSINFO(wxLineShape)))
138 wxLineShape* lineShape = (wxLineShape*) lineNode->GetData();
141 wxLineShape* newLineShap
[all...]
H A Ddoc.cpp158 wxLineShape *line = (wxLineShape *)node1->GetData();
252 if (m_shapeOnCanvas->IsKindOf(CLASSINFO(wxLineShape)))
255 wxLineShape* lineShape = (wxLineShape*) m_shapeOnCanvas;
274 if (m_savedState->IsKindOf(CLASSINFO(wxLineShape)))
277 wxLineShape* lineShape = (wxLineShape*) m_savedState;
337 wxLineShape *lineShape = (wxLineShape *)m_savedStat
[all...]
H A Dshapes.cpp88 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))
[all...]
H A Dshapes.h164 int nth = 0, int no_arcs = 1, wxLineShape *line = NULL)
191 class csLineShape: public wxLineShape
198 wxLabelShape* OnCreateLabelShape(wxLineShape *parent = NULL, wxShapeRegion *region = NULL, double w = 0.0, double h = 0.0);
210 csLabelShape(wxLineShape *parent = NULL, wxShapeRegion *region = NULL, double w = 0.0, double h = 0.0);
237 void OnChangeAttachment(int attachment, wxLineShape* line, wxList& ordering);
H A Dview.cpp335 if (theShape->IsKindOf(CLASSINFO(wxLineShape)))
568 FindSelectedShapes(selections, CLASSINFO(wxLineShape));
577 wxLineShape *theShape = (wxLineShape*) node->GetData();
578 wxLineShape *newShape = NULL;
585 newShape = (wxLineShape*) theShape->CreateNewCopy();
593 newShape = (wxLineShape*) theShape->CreateNewCopy();
614 FindSelectedShapes(selections, CLASSINFO(wxLineShape));
626 void csDiagramView::ReflectArrowState(wxLineShape* lineShape)
650 if ((shape->GetParent() == NULL) && (!shape->IsKindOf(CLASSINFO(wxLineShape))))
[all...]
H A Dview.h85 void ReflectArrowState(wxLineShape* lineShape);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dlines.cpp3 // Purpose: wxLineShape
37 IMPLEMENT_DYNAMIC_CLASS(wxLineShape, wxShape)
39 wxLineShape::wxLineShape() function in class:wxLineShape
83 wxLineShape::~wxLineShape()
103 void wxLineShape::MakeLineControlPoints(int n)
119 wxNode *wxLineShape::InsertLineControlPoint(wxDC* dc)
138 bool wxLineShape::DeleteLineControlPoint()
153 void wxLineShape
[all...]
H A Dogldiag.cpp231 if (shape->IsKindOf(CLASSINFO(wxLineShape)))
387 wxLineShape *shape = (wxLineShape *)classInfo->CreateObject();
602 if (shape1->IsKindOf(CLASSINFO(wxLineShape)))
604 wxLineShape* lineShape1 = (wxLineShape*) shape1;
621 if (shape2->IsKindOf(CLASSINFO(wxLineShape)) && (shape1 != shape2))
623 wxLineShape* lineShape2 = (wxLineShape*) shape2;
H A Dbasic.cpp255 void wxShapeEvtHandler::OnChangeAttachment(int attachment, wxLineShape* line, wxList& ordering)
899 wxLineShape *line = (wxLineShape *)current->GetData();
957 wxLineShape *line = (wxLineShape *)current->GetData();
996 wxLineShape *line = (wxLineShape *)current->GetData();
1022 wxLineShape *line = (wxLineShape *)current->GetData();
1066 bool wxShape::MoveLineToNewAttachment(wxDC& dc, wxLineShape *to_mov
[all...]
H A Dcanvas.cpp405 object->IsKindOf(CLASSINFO(wxLineShape)) &&
441 if (!object->IsKindOf(CLASSINFO(wxLineShape)))
H A Dbasic2.cpp776 int nth, int no_arcs, wxLineShape *line)
980 int nth, int no_arcs, wxLineShape *line)
1116 int nth, int no_arcs, wxLineShape *line)
1278 int WXUNUSED(nth), int WXUNUSED(no_arcs), wxLineShape *WXUNUSED(line))
H A Ddivided.cpp178 wxLineShape *line)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.cpp211 if (shape->IsKindOf(CLASSINFO(wxLineShape)))
213 wxLineShape *lineShape = (wxLineShape *)shape;
269 wxLineShape *lineShape = (wxLineShape *)theShape;
279 fromShape->AddLine((wxLineShape *)theShape, toShape);
352 if (shape->IsKindOf(CLASSINFO(wxLineShape)))
354 wxLineShape *lineShape = (wxLineShape *)shape;
432 wxLineShape *lin
[all...]

Completed in 124 milliseconds