Searched refs:wxOverlayImpl (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Doverlay.cpp39 wxOverlayImpl::wxOverlayImpl() function in class:wxOverlayImpl
45 wxOverlayImpl::~wxOverlayImpl()
50 bool wxOverlayImpl::IsOk()
55 void wxOverlayImpl::Init(wxWindowDC *dc, int x, int y, int width, int height)
76 void wxOverlayImpl::BeginDrawing(wxWindowDC *dc)
93 void wxOverlayImpl::EndDrawing(wxWindowDC *dc)
98 void wxOverlayImpl::Clear(wxWindowDC *dc)
106 void wxOverlayImpl
[all...]
H A Dwindow.cpp63 WX_DEFINE_ARRAY_PTR(wxOverlayImpl*, wxDfbOverlaysList);
802 const wxOverlayImpl * const
803 overlay = wx_static_cast(const wxOverlayImpl *, *i);
825 void wxWindowDFB::AddOverlay(wxOverlayImpl *overlay)
833 void wxWindowDFB::RemoveOverlay(wxOverlayImpl *overlay)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/private/
H A Doverlay.h3 // Purpose: wxOverlayImpl declaration
22 class wxOverlayImpl class
25 wxOverlayImpl();
26 ~wxOverlayImpl();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/private/
H A Doverlay.h3 // Purpose: wxOverlayImpl declaration
19 class wxOverlayImpl class
22 wxOverlayImpl() ;
23 ~wxOverlayImpl() ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/private/
H A Doverlay.h3 // Purpose: wxOverlayImpl declaration
34 class wxOverlayImpl class
37 wxOverlayImpl();
38 ~wxOverlayImpl();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Doverlay.cpp41 wxOverlayImpl::wxOverlayImpl() function in class:wxOverlayImpl
48 wxOverlayImpl::~wxOverlayImpl()
53 bool wxOverlayImpl::IsOk()
58 void wxOverlayImpl::MacGetBounds( Rect *bounds )
74 OSStatus wxOverlayImpl::CreateOverlayWindow()
108 void wxOverlayImpl::Init( wxWindowDC* dc, int x , int y , int width , int height )
135 void wxOverlayImpl::BeginDrawing( wxWindowDC* dc)
142 void wxOverlayImpl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Doverlaycmn.cpp42 m_impl = new wxOverlayImpl();
125 // generic implementation of wxOverlayImpl
130 wxOverlayImpl::wxOverlayImpl() function in class:wxOverlayImpl
138 wxOverlayImpl::~wxOverlayImpl()
142 bool wxOverlayImpl::IsOk()
147 void wxOverlayImpl::Init( wxWindowDC* dc, int x , int y , int width , int height )
174 void wxOverlayImpl::Clear(wxWindowDC* dc)
182 void wxOverlayImpl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Doverlay.h31 class WXDLLIMPEXP_FWD_CORE wxOverlayImpl; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
45 wxOverlayImpl *GetImpl() { return m_impl; }
61 wxOverlayImpl* m_impl;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Ddcclient.h42 friend class wxOverlayImpl; // for m_shouldFlip;
H A Dwindow.h26 class wxOverlayImpl;
163 void AddOverlay(wxOverlayImpl *overlay);
164 void RemoveOverlay(wxOverlayImpl *overlay);
194 friend class wxOverlayImpl; // for Add/RemoveOverlay
H A Ddc.h193 friend class WXDLLIMPEXP_CORE wxOverlayImpl; // for Init

Completed in 111 milliseconds