• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/

Lines Matching defs:wxLineShape

3 // Purpose:     wxLineShape
37 IMPLEMENT_DYNAMIC_CLASS(wxLineShape, wxShape)
39 wxLineShape::wxLineShape()
83 wxLineShape::~wxLineShape()
103 void wxLineShape::MakeLineControlPoints(int n)
119 wxNode *wxLineShape::InsertLineControlPoint(wxDC* dc)
138 bool wxLineShape::DeleteLineControlPoint()
153 void wxLineShape::Initialise()
194 void wxLineShape::FormatText(wxDC& dc, const wxString& s, int i)
257 void wxLineShape::DrawRegion(wxDC& dc, wxShapeRegion *region, double x, double y)
294 void wxLineShape::EraseRegion(wxDC& dc, wxShapeRegion *region, double x, double y)
321 void wxLineShape::GetLabelPosition(int position, double *x, double *y)
381 void wxLineShape::Straighten(wxDC *dc)
413 void wxLineShape::Unlink()
423 void wxLineShape::SetEnds(double x1, double y1, double x2, double y2)
441 void wxLineShape::GetEnds(double *x1, double *y1, double *x2, double *y2)
452 void wxLineShape::SetAttachments(int from_attach, int to_attach)
458 bool wxLineShape::HitTest(double x, double y, int *attachment, double *distance)
525 void wxLineShape::DrawArrows(wxDC& dc)
578 void wxLineShape::DrawArrow(wxDC& dc, wxArrowHead *arrow, double xOffset, bool proportionalOffset)
837 void wxLineShape::OnErase(wxDC& dc)
886 void wxLineShape::GetBoundingBoxMin(double *w, double *h)
914 void wxLineShape::FindNth(wxShape *image, int *nth, int *no_arcs, bool incoming)
928 wxLineShape *line = (wxLineShape *)node->GetData();
958 void wxLineShape::OnDrawOutline(wxDC& dc, double WXUNUSED(x), double WXUNUSED(y), double WXUNUSED(w), double WXUNUSED(h))
975 bool wxLineShape::OnMovePre(wxDC& dc, double x, double y, double old_x, double old_y, bool WXUNUSED(display))
1018 void wxLineShape::OnMoveLink(wxDC& dc, bool moveControlPoints)
1080 void wxLineShape::FindLineEndPoints(double *fromX, double *fromY, double *toX, double *toY)
1166 void wxLineShape::OnDraw(wxDC& dc)
1211 void wxLineShape::OnDrawControlPoints(wxDC& dc)
1225 void wxLineShape::OnEraseControlPoints(wxDC& dc)
1236 void wxLineShape::OnDragLeft(bool WXUNUSED(draw), double WXUNUSED(x), double WXUNUSED(y), int WXUNUSED(keys), int WXUNUSED(attachment))
1240 void wxLineShape::OnBeginDragLeft(double WXUNUSED(x), double WXUNUSED(y), int WXUNUSED(keys), int WXUNUSED(attachment))
1244 void wxLineShape::OnEndDragLeft(double WXUNUSED(x), double WXUNUSED(y), int WXUNUSED(keys), int WXUNUSED(attachment))
1249 void wxLineShape::SetArrowSize(double length, double width)
1255 void wxLineShape::SetStartArrow(int style)
1260 void wxLineShape::SetMiddleArrow(int style)
1265 void wxLineShape::SetEndArrow(int style)
1271 void wxLineShape::OnDrawContents(wxDC& dc)
1289 void wxLineShape::SetTo(wxShape *object)
1294 void wxLineShape::SetFrom(wxShape *object)
1299 void wxLineShape::MakeControlPoints()
1342 void wxLineShape::ResetControlPoints()
1362 void wxLineShape::WriteAttributes(wxExpr *clause)
1432 void wxLineShape::ReadAttributes(wxExpr *clause)
1576 void wxLineShape::Copy(wxShape& copy)
1580 wxASSERT( copy.IsKindOf(CLASSINFO(wxLineShape)) );
1582 wxLineShape& lineCopy = (wxLineShape&) copy;
1630 void wxLineShape::Select(bool select, wxDC* dc)
1722 void wxLineShape::OnSizingDragLeft(wxControlPoint* pt, bool WXUNUSED(draw), double x, double y, int WXUNUSED(keys), int WXUNUSED(attachment))
1742 wxLineShape *lineShape = (wxLineShape *)this;
1764 void wxLineShape::OnSizingBeginDragLeft(wxControlPoint* pt, double x, double y, int WXUNUSED(keys), int WXUNUSED(attachment))
1771 wxLineShape *lineShape = (wxLineShape *)this;
1812 void wxLineShape::OnSizingEndDragLeft(wxControlPoint* pt, double x, double y, int WXUNUSED(keys), int WXUNUSED(attachment))
1820 wxLineShape *lineShape = (wxLineShape *)this;
1881 bool wxLineShape::OnMoveMiddleControlPoint(wxDC& dc, wxLineControlPoint* lpt, const wxRealPoint& pt)
1908 wxLineShape *lineShape = (wxLineShape *)m_shape;
1933 wxLineShape *lineShape = (wxLineShape *)m_shape;
2004 wxArrowHead *wxLineShape::AddArrow(WXTYPE type, int end, double size, double xOffset,
2015 bool wxLineShape::AddArrowOrdered(wxArrowHead *arrow, wxList& referenceList, int end)
2062 void wxLineShape::ClearArrowsAtPosition(int end)
2109 bool wxLineShape::ClearArrow(const wxString& name)
2131 wxArrowHead *wxLineShape::FindArrowHead(int position, const wxString& name)
2145 wxArrowHead *wxLineShape::FindArrowHead(long arrowId)
2163 bool wxLineShape::DeleteArrowHead(int position, const wxString& name)
2182 bool wxLineShape::DeleteArrowHead(long id)
2205 double wxLineShape::FindMinimumWidth()
2234 int wxLineShape::FindLinePosition(double x, double y)
2253 void wxLineShape::SetAlignmentOrientation(bool isEnd, bool isHoriz)
2271 void wxLineShape::SetAlignmentType(bool isEnd, int alignType)
2295 bool wxLineShape::GetAlignmentOrientation(bool isEnd)
2303 int wxLineShape::GetAlignmentType(bool isEnd)
2311 wxRealPoint *wxLineShape::GetNextControlPoint(wxShape *nodeObject)
2389 wxLabelShape* wxLineShape::OnCreateLabelShape(wxLineShape *parent, wxShapeRegion *region, double w, double h)
2401 wxLabelShape::wxLabelShape(wxLineShape *parent, wxShapeRegion *region, double w, double h):wxRectangleShape(w, h)
2459 bool wxLineShape::OnLabelMovePre(wxDC& dc, wxLabelShape* labelShape, double x, double y, double WXUNUSED(old_x), double WXUNUSED(old_y), bool WXUNUSED(display))