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

3 // Purpose:     wxDrawnShape
45 IMPLEMENT_DYNAMIC_CLASS(wxDrawnShape, wxRectangleShape)
47 wxDrawnShape::wxDrawnShape():wxRectangleShape(100.0, 50.0)
53 wxDrawnShape::~wxDrawnShape()
57 void wxDrawnShape::OnDraw(wxDC& dc)
74 void wxDrawnShape::SetSize(double w, double h, bool WXUNUSED(recursive))
97 void wxDrawnShape::Scale(double sx, double sy)
110 void wxDrawnShape::Translate(double x, double y)
124 void wxDrawnShape::Rotate(double x, double y, double theta)
160 int wxDrawnShape::DetermineMetaFile(double rotation)
194 void wxDrawnShape::OnDrawOutline(wxDC& dc, double x, double y, double w, double h)
212 bool wxDrawnShape::GetPerimeterPoint(double x1, double y1,
231 void wxDrawnShape::WriteAttributes(wxExpr *clause)
247 void wxDrawnShape::ReadAttributes(wxExpr *clause)
267 void wxDrawnShape::Copy(wxShape& copy)
271 wxASSERT( copy.IsKindOf(CLASSINFO(wxDrawnShape)) ) ;
273 wxDrawnShape& drawnCopy = (wxDrawnShape&) copy;
283 bool wxDrawnShape::LoadFromMetaFile(const wxString& filename)
292 void wxDrawnShape::DrawLine(const wxPoint& pt1, const wxPoint& pt2)
297 void wxDrawnShape::DrawRectangle(const wxRect& rect)
302 void wxDrawnShape::DrawRoundedRectangle(const wxRect& rect, double radius)
307 void wxDrawnShape::DrawEllipse(const wxRect& rect)
312 void wxDrawnShape::DrawArc(const wxPoint& centrePt, const wxPoint& startPt, const wxPoint& endPt)
317 void wxDrawnShape::DrawEllipticArc(const wxRect& rect, double startAngle, double endAngle)
322 void wxDrawnShape::DrawPoint(const wxPoint& pt)
327 void wxDrawnShape::DrawText(const wxString& text, const wxPoint& pt)
332 void wxDrawnShape::DrawLines(int n, wxPoint pts[])
337 void wxDrawnShape::DrawPolygon(int n, wxPoint pts[], int flags)
349 void wxDrawnShape::DrawSpline(int n, wxPoint pts[])
354 void wxDrawnShape::SetClippingRect(const wxRect& rect)
359 void wxDrawnShape::DestroyClippingRect()
364 void wxDrawnShape::SetDrawnPen(const wxPen* pen, bool isOutline)
369 void wxDrawnShape::SetDrawnBrush(const wxBrush* brush, bool isFill)
374 void wxDrawnShape::SetDrawnFont(wxFont* font)
379 void wxDrawnShape::SetDrawnTextColour(const wxColour& colour)
384 void wxDrawnShape::SetDrawnBackgroundColour(const wxColour& colour)
389 void wxDrawnShape::SetDrawnBackgroundMode(int mode)
1829 // Convert from metafile records to wxDrawnShape records
2082 // image so when reading the wxDrawnShape from file,
2146 // Scale to a reasonable size (take the width of this wxDrawnShape
2266 void wxPseudoMetaFile::CalculateSize(wxDrawnShape* shape)