Searched refs:wxRIRefData (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dregion.cpp385 class wxRIRefData: public wxObjectRefData class in inherits:wxObjectRefData
388 wxRIRefData() { Init(); } function in class:wxRIRefData
389 virtual ~wxRIRefData();
399 wxRIRefData::~wxRIRefData()
404 void wxRIRefData::CreateRects( const wxRegion& region )
436 m_refData = new wxRIRefData();
442 m_refData = new wxRIRefData();
449 ((wxRIRefData*)m_refData)->CreateRects(region);
455 return m_current < ((wxRIRefData*)m_refDat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dregion.cpp364 class wxRIRefData: public wxObjectRefData class in inherits:wxObjectRefData
368 wxRIRefData() : m_rects(0), m_numRects(0){} function in class:wxRIRefData
369 virtual ~wxRIRefData();
377 wxRIRefData::~wxRIRefData()
382 void wxRIRefData::CreateRects( const wxRegion& region )
425 m_refData = new wxRIRefData();
431 m_refData = new wxRIRefData();
438 ((wxRIRefData*)m_refData)->CreateRects(region);
444 return m_current < ((wxRIRefData*)m_refDat
[all...]

Completed in 113 milliseconds