Searched refs:wxPaintDC (Results 1 - 25 of 157) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddcclient.cpp63 IMPLEMENT_DYNAMIC_CLASS(wxPaintDC, wxClientDC)
64 IMPLEMENT_CLASS(wxPaintDCEx, wxPaintDC)
123 // wxPaintDC
126 wxArrayDCInfo wxPaintDC::ms_cache;
128 wxPaintDC::wxPaintDC() function in class:wxPaintDC
132 wxPaintDC::wxPaintDC(wxWindow *canvas) function in class:wxPaintDC
136 wxPaintDC::~wxPaintDC()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Ddcclient.h3 // Purpose: wxClientDC, wxPaintDC and wxWindowDC classes
21 class WXDLLEXPORT wxPaintDC; variable in typeref:class:WXDLLEXPORT
66 class WXDLLEXPORT wxPaintDC: public wxWindowDC class in inherits:wxWindowDC
68 DECLARE_DYNAMIC_CLASS(wxPaintDC)
71 wxPaintDC(void);
74 wxPaintDC(wxWindow *win);
76 virtual ~wxPaintDC(void);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Ddcclient.h3 // Purpose: wxClientDC, wxPaintDC and wxWindowDC classes
21 class WXDLLEXPORT wxPaintDC; variable in typeref:class:WXDLLEXPORT
55 class WXDLLEXPORT wxPaintDC: public wxWindowDC class in inherits:wxWindowDC
57 DECLARE_DYNAMIC_CLASS(wxPaintDC)
60 wxPaintDC(void);
63 wxPaintDC(wxWindow *win);
65 virtual ~wxPaintDC(void);
H A Ddcmemory.h17 class WXDLLEXPORT wxMemoryDC: public wxPaintDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Ddcclient.h3 // Purpose: wxClientDC, wxPaintDC and wxWindowDC classes
55 class wxPaintDC: public wxWindowDC class in inherits:wxWindowDC
57 DECLARE_DYNAMIC_CLASS(wxPaintDC)
59 wxPaintDC(void);
61 wxPaintDC(wxWindow *win);
62 virtual ~wxPaintDC(void);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Ddcclient.h3 // Purpose: wxWindowDC, wxClientDC and wxPaintDC
64 // wxPaintDC
67 class WXDLLIMPEXP_CORE wxPaintDC : public wxClientDC class in inherits:wxClientDC
70 wxPaintDC() {} function in class:wxPaintDC
71 wxPaintDC(wxWindow *win) : wxClientDC(win) {} function in class:wxPaintDC
73 DECLARE_DYNAMIC_CLASS(wxPaintDC)
74 DECLARE_NO_COPY_CLASS(wxPaintDC)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Ddcclient.h20 class WXDLLEXPORT wxPaintDC; variable in typeref:class:WXDLLEXPORT
58 // wxPaintDC
61 class WXDLLEXPORT wxPaintDC : public wxClientDC class in inherits:wxClientDC
64 wxPaintDC() : wxClientDC() {} function in class:wxPaintDC
65 wxPaintDC(wxWindow *win) : wxClientDC(win) {} function in class:wxPaintDC
68 DECLARE_DYNAMIC_CLASS(wxPaintDC)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Ddcclient.h26 // this one if used by wxPaintDC only
82 class WXDLLEXPORT wxPaintDC : public wxClientDC class in inherits:wxClientDC
85 wxPaintDC();
88 wxPaintDC(wxWindow* pWin);
90 virtual ~wxPaintDC();
101 DECLARE_DYNAMIC_CLASS(wxPaintDC)
102 }; // end of wxPaintDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddcclient.h26 // this one if used by wxPaintDC only
76 class WXDLLEXPORT wxPaintDC : public wxClientDC class in inherits:wxClientDC
79 wxPaintDC();
82 wxPaintDC(wxWindow *win);
84 virtual ~wxPaintDC();
96 DECLARE_DYNAMIC_CLASS_NO_COPY(wxPaintDC)
105 class WXDLLEXPORT wxPaintDCEx : public wxPaintDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Ddcclient.h26 // this one if used by wxPaintDC only
76 class WXDLLEXPORT wxPaintDC : public wxClientDC class in inherits:wxClientDC
79 wxPaintDC();
82 wxPaintDC(wxWindow *win);
84 virtual ~wxPaintDC();
96 DECLARE_DYNAMIC_CLASS_NO_COPY(wxPaintDC)
105 class WXDLLEXPORT wxPaintDCEx : public wxPaintDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpaintdc.tex1 \section{\class{wxPaintDC}}\label{wxpaintdc}
3 A wxPaintDC must be constructed if an application wishes to paint on the
6 a wxPaintDC object. If you have an OnPaint handler, you {\it must} create a wxPaintDC
9 Using wxPaintDC within OnPaint is important because it automatically
29 \helpref{wxDC}{wxdc}, \helpref{wxMemoryDC}{wxmemorydc}, \helpref{wxPaintDC}{wxpaintdc},\rtfsp
34 \membersection{wxPaintDC::wxPaintDC}\label{wxpaintdcctor}
36 \func{}{wxPaintDC}{\param{wxWindow*}{ window}}
H A Dclientdc.tex8 To draw on a window from within {\bf OnPaint}, construct a \helpref{wxPaintDC}{wxpaintdc} object.
25 \helpref{wxDC}{wxdc}, \helpref{wxMemoryDC}{wxmemorydc}, \helpref{wxPaintDC}{wxpaintdc},\rtfsp
H A Dwindowdc.tex8 To draw on a window from inside {\bf OnPaint}, construct a \helpref{wxPaintDC}{wxpaintdc} object.
25 \helpref{wxDC}{wxdc}, \helpref{wxMemoryDC}{wxmemorydc}, \helpref{wxPaintDC}{wxpaintdc},\rtfsp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddcclient.cpp65 IMPLEMENT_DYNAMIC_CLASS(wxPaintDC, wxClientDC)
66 IMPLEMENT_CLASS(wxPaintDCEx, wxPaintDC)
75 // a global variable which we check to verify that wxPaintDC are only
186 // wxPaintDC
189 // VZ: initial implementation (by JACS) only remembered the last wxPaintDC
202 // "wxPaintDC *" parameter to wxPaintEvent which should be used if it's
205 wxArrayDCInfo wxPaintDC::ms_cache;
207 wxPaintDC::wxPaintDC() function in class:wxPaintDC
212 wxPaintDC function in class:wxPaintDC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Ddcscreen.h21 class WXDLLIMPEXP_CORE wxScreenDC : public wxPaintDC
H A Dcolour.h26 class WXDLLIMPEXP_CORE wxPaintDC; variable in typeref:class:WXDLLIMPEXP_CORE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddcclient.cpp33 // wxPaintDC
38 IMPLEMENT_DYNAMIC_CLASS(wxPaintDC, wxWindowDC)
130 * wxPaintDC
133 wxPaintDC::wxPaintDC() function in class:wxPaintDC
138 wxPaintDC::wxPaintDC(wxWindow *window) function in class:wxPaintDC
164 wxPaintDC::~wxPaintDC()
168 void wxPaintDC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddcscreen.h25 class WXDLLIMPEXP_CORE wxScreenDC : public wxPaintDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Ddcscreen.h25 class WXDLLIMPEXP_CORE wxScreenDC : public wxPaintDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddcclient.cpp64 IMPLEMENT_DYNAMIC_CLASS(wxPaintDC, wxWindowDC)
73 // a global variable which we check to verify that wxPaintDC are only
288 // wxPaintDC
291 wxArrayDCInfo wxPaintDC::ms_cache;
293 wxPaintDC::wxPaintDC() function in class:wxPaintDC
299 wxPaintDC::wxPaintDC( function in class:wxPaintDC
303 wxCHECK_RET(pCanvas, wxT("NULL canvas in wxPaintDC ctor"));
308 wxFAIL_MSG( wxT("wxPaintDC ma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Ddcmemory.h35 friend class wxPaintDC;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddcclient.cpp35 // wxPaintDC
40 IMPLEMENT_DYNAMIC_CLASS(wxPaintDC, wxWindowDC)
305 * wxPaintDC
308 wxPaintDC::wxPaintDC() function in class:wxPaintDC
314 wxPaintDC::wxPaintDC(wxWindow *window) : function in class:wxPaintDC
323 wxPaintDC::wxPaintDC(wxWindow *window) function in class:wxPaintDC
348 wxLogDebug(wxT("You cannot create a wxPaintDC outsid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddcclient.cpp27 IMPLEMENT_DYNAMIC_CLASS(wxPaintDC, wxClientDC)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcscreen.cpp35 IMPLEMENT_DYNAMIC_CLASS(wxScreenDC,wxPaintDC)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcscreen.cpp35 IMPLEMENT_DYNAMIC_CLASS(wxScreenDC,wxPaintDC)

Completed in 110 milliseconds

1234567