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

62 wxShapeEvtHandler::wxShapeEvtHandler(wxShapeEvtHandler *prev, wxShape *shape)
261 IMPLEMENT_ABSTRACT_CLASS(wxShape, wxShapeEvtHandler)
263 wxShape::wxShape(wxShapeCanvas *can)
314 wxShape::~wxShape()
329 void wxShape::SetHighlight(bool hi, bool recurse)
337 wxShape *child = (wxShape *)node->GetData();
344 void wxShape::SetSensitivityFilter(int sens, bool recursive)
357 wxShape *obj = (wxShape *)node->GetData();
364 void wxShape::SetDraggable(bool drag, bool recursive)
378 wxShape *obj = (wxShape *)node->GetData();
385 void wxShape::SetDrawHandles(bool drawH)
391 wxShape *obj = (wxShape *)node->GetData();
397 void wxShape::SetShadowMode(int mode, bool redraw)
415 void wxShape::SetCanvas(wxShapeCanvas *theCanvas)
421 wxShape *child = (wxShape *)node->GetData();
427 void wxShape::AddToCanvas(wxShapeCanvas *theCanvas, wxShape *addAfter)
431 wxShape *lastImage = this;
434 wxShape *object = (wxShape *)node->GetData();
443 void wxShape::InsertInCanvas(wxShapeCanvas *theCanvas)
447 wxShape *lastImage = this;
450 wxShape *object = (wxShape *)node->GetData();
458 void wxShape::RemoveFromCanvas(wxShapeCanvas *theCanvas)
466 wxShape *object = (wxShape *)node->GetData();
473 void wxShape::ClearAttachments()
485 void wxShape::ClearText(int regionId)
500 void wxShape::ClearRegions()
513 void wxShape::AddRegion(wxShapeRegion *region)
518 void wxShape::SetDefaultRegionSize()
528 bool wxShape::HitTest(double x, double y, int *attachment, double *distance)
584 void wxShape::FormatText(wxDC& dc, const wxString& s, int i)
625 wxShape *topAncestor = GetTopAncestor();
663 void wxShape::Recentre(wxDC& dc)
680 bool wxShape::GetPerimeterPoint(double WXUNUSED(x1), double WXUNUSED(y1),
687 void wxShape::SetPen(const wxPen *the_pen)
692 void wxShape::SetBrush(const wxBrush *the_brush)
698 wxShape *wxShape::GetTopAncestor()
712 void wxShape::SetFont(wxFont *the_font, int regionId)
722 wxFont *wxShape::GetFont(int n) const
731 void wxShape::SetFormatMode(int mode, int regionId)
740 int wxShape::GetFormatMode(int regionId) const
749 void wxShape::SetTextColour(const wxString& the_colour, int regionId)
761 wxString wxShape::GetTextColour(int regionId) const
770 void wxShape::SetRegionName(const wxString& name, int regionId)
779 wxString wxShape::GetRegionName(int regionId)
788 int wxShape::GetRegionId(const wxString& name)
804 void wxShape::NameRegions(const wxString& parentName)
821 wxShape *child = (wxShape *)node->GetData();
833 wxShape *wxShape::FindRegion(const wxString& name, int *regionId)
845 wxShape *child = (wxShape *)node->GetData();
846 wxShape *actualImage = child->FindRegion(name, regionId);
856 void wxShape::FindRegionNames(wxStringList& list)
868 wxShape *child = (wxShape *)node->GetData();
874 void wxShape::AssignNewIds()
881 wxShape *child = (wxShape *)node->GetData();
887 void wxShape::OnDraw(wxDC& WXUNUSED(dc))
891 void wxShape::OnMoveLinks(wxDC& dc)
906 void wxShape::OnDrawContents(wxDC& dc)
930 void wxShape::DrawContents(wxDC& dc)
935 void wxShape::OnSize(double WXUNUSED(x), double WXUNUSED(y))
939 bool wxShape::OnMovePre(wxDC& WXUNUSED(dc), double WXUNUSED(x), double WXUNUSED(y), double WXUNUSED(old_x), double WXUNUSED(old_y), bool WXUNUSED(display))
944 void wxShape::OnMovePost(wxDC& WXUNUSED(dc), double WXUNUSED(x), double WXUNUSED(y), double WXUNUSED(old_x), double WXUNUSED(old_y), bool WXUNUSED(display))
948 void wxShape::OnErase(wxDC& dc)
964 void wxShape::OnEraseContents(wxDC& dc)
988 void wxShape::EraseLinks(wxDC& dc, int attachment, bool recurse)
1007 wxShape *child = (wxShape *)node->GetData();
1014 void wxShape::DrawLinks(wxDC& dc, int attachment, bool recurse)
1034 wxShape *child = (wxShape *)node->GetData();
1046 bool wxShape::AttachmentSortTest(int attachmentPoint, const wxRealPoint& pt1, const wxRealPoint& pt2)
1066 bool wxShape::MoveLineToNewAttachment(wxDC& dc, wxLineShape *to_move,
1152 void wxShape::OnChangeAttachment(int attachment, wxLineShape* line, wxList& ordering)
1170 void wxShape::ApplyAttachmentOrdering(wxList& linesToSort)
1211 void wxShape::SortLines(int attachment, wxList& linesToSort)
1255 void wxShape::OnHighlight(wxDC& WXUNUSED(dc))
1259 void wxShape::OnLeftClick(double x, double y, int keys, int attachment)
1274 void wxShape::OnRightClick(double x, double y, int keys, int attachment)
1292 void wxShape::OnDragLeft(bool draw, double x, double y, int keys, int attachment)
1326 void wxShape::OnBeginDragLeft(double x, double y, int keys, int attachment)
1366 void wxShape::OnEndDragLeft(double x, double y, int keys, int attachment)
1400 void wxShape::OnDragRight(bool draw, double x, double y, int keys, int attachment)
1415 void wxShape::OnBeginDragRight(double x, double y, int keys, int attachment)
1430 void wxShape::OnEndDragRight(double x, double y, int keys, int attachment)
1445 void wxShape::OnDrawOutline(wxDC& dc, double x, double y, double w, double h)
1466 void wxShape::Attach(wxShapeCanvas *can)
1471 void wxShape::Detach()
1476 void wxShape::Move(wxDC& dc, double x, double y, bool display)
1500 void wxShape::MoveLinks(wxDC& dc)
1506 void wxShape::Draw(wxDC& dc)
1517 void wxShape::Flash()
1531 void wxShape::Show(bool show)
1537 wxShape *image = (wxShape *)node->GetData();
1543 void wxShape::Erase(wxDC& dc)
1550 void wxShape::EraseContents(wxDC& dc)
1555 void wxShape::AddText(const wxString& string)
1569 void wxShape::SetSize(double x, double y, bool WXUNUSED(recursive))
1575 void wxShape::SetAttachmentSize(double w, double h)
1599 void wxShape::AddLine(wxLineShape *line, wxShape *other,
1676 void wxShape::RemoveLine(wxLineShape *line)
1687 void wxShape::WriteAttributes(wxExpr *clause)
1738 wxShape *line = (wxShape *)node->GetData();
1801 void wxShape::WriteRegions(wxExpr *clause)
1869 void wxShape::ReadAttributes(wxExpr *clause)
2053 void wxShape::ReadRegions(wxExpr *clause)
2256 void wxShape::Copy(wxShape& copy)
2327 wxShape *wxShape::CreateNewCopy(bool resetMapping, bool recompute)
2332 wxShape* newObject = (wxShape*) GetClassInfo()->CreateObject();
2335 wxASSERT( (newObject->IsKindOf(CLASSINFO(wxShape))) );
2355 void wxShape::CopyWithHandler(wxShape& copy)
2370 void wxShape::MakeControlPoints()
2428 void wxShape::MakeMandatoryControlPoints()
2433 wxShape *child = (wxShape *)node->GetData();
2439 void wxShape::ResetMandatoryControlPoints()
2444 wxShape *child = (wxShape *)node->GetData();
2450 void wxShape::ResetControlPoints()
2497 void wxShape::DeleteControlPoints(wxDC *dc)
2517 wxShape *child = (wxShape *)node->GetData();
2524 void wxShape::OnDrawControlPoints(wxDC& dc)
2548 wxShape *child = (wxShape *)node->GetData();
2555 void wxShape::OnEraseControlPoints(wxDC& dc)
2569 wxShape *child = (wxShape *)node->GetData();
2576 void wxShape::Select(bool select, wxDC* dc)
2589 wxShape *child = (wxShape *)node->GetData();
2605 wxShape *child = (wxShape *)node->GetData();
2613 bool wxShape::Selected() const
2618 bool wxShape::AncestorSelected() const
2627 int wxShape::GetNumberOfAttachments() const
2649 bool wxShape::AttachmentIsValid(int attachment) const
2667 bool wxShape::GetAttachmentPosition(int attachment, double *x, double *y,
2764 void wxShape::GetBoundingBoxMax(double *w, double *h)
2778 bool wxShape::HasDescendant(wxShape *image)
2785 wxShape *child = (wxShape *)node->GetData();
2795 void wxShape::ClearPointList(wxList& list)
2810 wxRealPoint wxShape::CalcSimpleAttachment(const wxRealPoint& pt1, const wxRealPoint& pt2,
2895 int wxShape::GetLinePosition(wxLineShape* line)
2914 bool wxShape::GetBranchingAttachmentInfo(int attachment, wxRealPoint& root, wxRealPoint& neck,
2993 bool wxShape::GetBranchingAttachmentPoint(int attachment, int n, wxRealPoint& pt, wxRealPoint& stemPt)
3050 int wxShape::GetAttachmentLineCount(int attachment) const
3068 wxRealPoint wxShape::GetBranchingAttachmentRoot(int attachment)
3114 void wxShape::OnDrawBranches(wxDC& dc, int attachment, bool erase)
3160 void wxShape::OnDrawBranches(wxDC& dc, bool erase)
3174 bool wxShape::GetAttachmentPositionEdge(int attachment, double *x, double *y,
3190 int wxShape::PhysicalToLogicalAttachment(int physicalAttachment) const
3222 int wxShape::LogicalToPhysicalAttachment(int logicalAttachment) const
3252 void wxShape::Rotate(double WXUNUSED(x), double WXUNUSED(y), double theta)
3267 wxPen wxShape::GetBackgroundPen()
3278 wxBrush wxShape::GetBackgroundBrush()