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

Lines Matching defs:wxRegionGeneric

240 // wxRegionGeneric
242 //IMPLEMENT_DYNAMIC_CLASS(wxRegionGeneric, wxGDIObject)
248 // wxRegionGeneric construction
251 wxRegionGeneric::wxRegionGeneric()
255 wxRegionGeneric::~wxRegionGeneric()
259 wxRegionGeneric::wxRegionGeneric(wxCoord x, wxCoord y, wxCoord w, wxCoord h)
264 wxRegionGeneric::wxRegionGeneric(const wxRect& rect)
269 wxRegionGeneric::wxRegionGeneric(const wxPoint& topLeft, const wxPoint& bottomRight)
274 void wxRegionGeneric::Clear()
279 wxObjectRefData *wxRegionGeneric::CreateRefData() const
284 wxObjectRefData *wxRegionGeneric::CloneRefData(const wxObjectRefData *data) const
289 bool wxRegionGeneric::DoIsEqual(const wxRegion& region) const
294 bool wxRegionGeneric::DoGetBox(wxCoord& x, wxCoord& y, wxCoord&w, wxCoord &h) const
309 // wxRegionGeneric operations
312 bool wxRegionGeneric::DoUnionWithRect(const wxRect& rect)
325 bool wxRegionGeneric::DoUnionWithRegion(const wxRegion& region)
331 bool wxRegionGeneric::DoIntersect(const wxRegion& region)
337 bool wxRegionGeneric::DoSubtract(const wxRegion& region)
348 bool wxRegionGeneric::DoXor(const wxRegion& region)
354 bool wxRegionGeneric::DoOffset(wxCoord x, wxCoord y)
361 // wxRegionGeneric comparison
364 bool wxRegionGeneric::IsEmpty() const
371 wxRegionContain wxRegionGeneric::DoContainsPoint(wxCoord x, wxCoord y) const
378 wxRegionContain wxRegionGeneric::DoContainsRect(const wxRect& rect) const
394 wxRegionIteratorGeneric::wxRegionIteratorGeneric(const wxRegionGeneric& region)
406 void wxRegionIteratorGeneric::Reset(const wxRegionGeneric& region)