Searched refs:wxAutoBufferedPaintDC (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddcbuffer.h218 // wxAutoBufferedPaintDC is a wxPaintDC in toolkits which have double-
232 class wxAutoBufferedPaintDC : public wxAutoBufferedPaintDCBase class in inherits:wxAutoBufferedPaintDCBase
236 wxAutoBufferedPaintDC(wxWindow* win) function in class:wxAutoBufferedPaintDC
242 virtual ~wxAutoBufferedPaintDC() { }
254 DECLARE_NO_COPY_CLASS(wxAutoBufferedPaintDC)
260 typedef wxAutoBufferedPaintDCBase wxAutoBufferedPaintDC; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dbufferdc.tex36 \helpref{wxAutoBufferedPaintDC}{wxautobufferedpaintdc} to avoid needless double
54 \helpref{wxAutoBufferedPaintDC}{wxautobufferedpaintdc}
139 \helpref{wxAutoBufferedPaintDC}{wxautobufferedpaintdc}
167 \section{\class{wxAutoBufferedPaintDC}}\label{wxautobufferedpaintdc}
176 is the lightweigthness - on platforms which have native double-buffering, wxAutoBufferedPaintDC is simply
199 \membersection{wxAutoBufferedPaintDC::wxAutoBufferedPaintDC}\label{wxautobufferedpaintdcctor}
201 \func{}{wxAutoBufferedPaintDC}{\param{wxWindow *}{window}}
H A Dcategory.tex209 \twocolitem{\helpref{wxAutoBufferedPaintDC}{wxautobufferedpaintdc}}{A helper device context for double buffered drawing inside \textbf{OnPaint}.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcombog.cpp225 wxAutoBufferedPaintDC dc(this);
H A Dvlbox.cpp367 wxAutoBufferedPaintDC dc(this);
H A Ddatavgen.cpp713 wxAutoBufferedPaintDC dc( this );
1113 wxAutoBufferedPaintDC dc( this );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dcombo.cpp495 wxAutoBufferedPaintDC dc(this);

Completed in 56 milliseconds