Searched refs:wxWindowDC (Results 1 - 25 of 89) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Ddcclient.h19 class WXDLLEXPORT wxWindowDC; variable in typeref:class:WXDLLEXPORT
25 // wxWindowDC
28 class WXDLLEXPORT wxWindowDC : public wxDC class in inherits:wxDC
31 wxWindowDC() {} function in class:wxWindowDC
32 virtual ~wxWindowDC();
33 wxWindowDC(wxWindow *win);
40 DECLARE_DYNAMIC_CLASS(wxWindowDC)
47 class WXDLLEXPORT wxClientDC : public wxWindowDC
50 wxClientDC() : wxWindowDC() {}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddcclient.cpp25 IMPLEMENT_DYNAMIC_CLASS(wxWindowDC, wxDC)
26 IMPLEMENT_DYNAMIC_CLASS(wxClientDC,wxWindowDC)
29 wxWindowDC::wxWindowDC(wxWindow *win) : m_wnd(win) function in class:wxWindowDC
56 wxWindowDC::~wxWindowDC()
65 wxClientDC::wxClientDC(wxWindow *win) : wxWindowDC(win)
/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
21 class wxWindowDC: public wxDC class in inherits:wxDC
23 DECLARE_DYNAMIC_CLASS(wxWindowDC)
25 wxWindowDC(void);
27 wxWindowDC(wxWindow *win);
28 virtual ~wxWindowDC(void);
41 class wxClientDC: public wxWindowDC
55 class wxPaintDC: public wxWindowDC
/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
19 // wxWindowDC
22 class WXDLLIMPEXP_CORE wxWindowDC : public wxDC class in inherits:wxDC
25 wxWindowDC() : m_shouldFlip(false) {} function in class:wxWindowDC
26 wxWindowDC(wxWindow *win);
27 virtual ~wxWindowDC();
44 DECLARE_DYNAMIC_CLASS(wxWindowDC)
45 DECLARE_NO_COPY_CLASS(wxWindowDC)
52 class WXDLLIMPEXP_CORE wxClientDC : public wxWindowDC
/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
24 class WXDLLEXPORT wxWindowDC: public wxDC class in inherits:wxDC
26 DECLARE_DYNAMIC_CLASS(wxWindowDC)
29 wxWindowDC(void);
32 wxWindowDC(wxWindow *win);
34 virtual ~wxWindowDC(void);
48 class WXDLLEXPORT wxClientDC: public wxWindowDC
66 class WXDLLEXPORT wxPaintDC: public wxWindowDC
H A Ddcscreen.h17 class WXDLLEXPORT wxScreenDC: public wxWindowDC
/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
24 class WXDLLEXPORT wxWindowDC: public wxDC class in inherits:wxDC
26 DECLARE_DYNAMIC_CLASS(wxWindowDC)
29 wxWindowDC(void);
32 wxWindowDC(wxWindow *win);
34 virtual ~wxWindowDC(void);
41 class WXDLLEXPORT wxClientDC: public wxWindowDC
55 class WXDLLEXPORT wxPaintDC: public wxWindowDC
H A Ddcscreen.h17 class WXDLLEXPORT wxScreenDC: public wxWindowDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddcscreen.cpp26 IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxWindowDC)
H A Ddcclient.cpp61 IMPLEMENT_DYNAMIC_CLASS(wxWindowDC, wxDC)
62 IMPLEMENT_DYNAMIC_CLASS(wxClientDC, wxWindowDC)
79 // wxWindowDC
82 wxWindowDC::wxWindowDC() function in class:wxWindowDC
86 wxWindowDC::wxWindowDC(wxWindow *canvas) function in class:wxWindowDC
90 void wxWindowDC::InitDC()
94 void wxWindowDC::DoGetSize(int *width, int *height) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/private/
H A Doverlay.h30 void Init(wxWindowDC* dc, int x , int y , int width , int height);
31 void BeginDrawing(wxWindowDC* dc);
32 void EndDrawing(wxWindowDC* dc);
33 void Clear(wxWindowDC* dc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/private/
H A Doverlay.h33 void Init( wxWindowDC* dc, int x , int y , int width , int height );
35 void BeginDrawing( wxWindowDC* dc);
37 void EndDrawing( wxWindowDC* dc);
39 void Clear( wxWindowDC* dc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Doverlay.h32 class WXDLLIMPEXP_FWD_CORE wxWindowDC; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
53 void Init(wxWindowDC* dc, int x , int y , int width , int height);
55 void BeginDrawing(wxWindowDC* dc);
57 void EndDrawing(wxWindowDC* dc);
59 void Clear(wxWindowDC* dc);
75 wxDCOverlay(wxOverlay &overlay, wxWindowDC *dc, int x , int y , int width , int height);
78 wxDCOverlay(wxOverlay &overlay, wxWindowDC *dc);
87 void Init(wxWindowDC *dc, int x , int y , int width , int height);
91 wxWindowDC* m_dc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/private/
H A Doverlay.h48 void Init(wxWindowDC* dc, int x , int y , int width , int height);
50 void BeginDrawing(wxWindowDC* dc);
52 void EndDrawing(wxWindowDC* dc);
54 void Clear(wxWindowDC* dc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Ddcclient.h35 class WXDLLEXPORT wxWindowDC : public wxDC class in inherits:wxDC
38 wxWindowDC();
43 wxWindowDC(wxWindow* pWin);
57 DECLARE_DYNAMIC_CLASS(wxWindowDC)
58 }; // end of CLASS wxWindowDC
60 class WXDLLEXPORT wxClientDC : public wxWindowDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcmemory.cpp22 IMPLEMENT_DYNAMIC_CLASS(wxMemoryDC,wxWindowDC)
32 : wxWindowDC()
78 wxWindowDC::SetPen( pen );
91 wxWindowDC::SetBrush( brush );
105 wxWindowDC::SetBackground( brush );
112 wxWindowDC::SetTextForeground( col == *wxWHITE ? *wxBLACK : *wxWHITE);
116 wxWindowDC::SetTextForeground( col );
124 wxWindowDC::SetTextBackground( col == *wxWHITE ? *wxBLACK : *wxWHITE );
128 wxWindowDC::SetTextBackground( col );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwindowdc.tex1 \section{\class{wxWindowDC}}\label{wxwindowdc}
3 A wxWindowDC must be constructed if an application wishes to paint on the
6 a wxWindowDC object.
12 To draw on the whole window including decorations, construct a \helpref{wxWindowDC}{wxwindowdc} object
30 \membersection{wxWindowDC::wxWindowDC}\label{wxwindowdcwxwindowdc}
32 \func{}{wxWindowDC}{\param{wxWindow*}{ window}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcmemory.cpp22 IMPLEMENT_DYNAMIC_CLASS(wxMemoryDC,wxWindowDC)
39 : wxWindowDC()
81 wxWindowDC::SetPen( pen );
94 wxWindowDC::SetBrush( brush );
108 wxWindowDC::SetBackground( brush );
115 wxWindowDC::SetTextForeground( col == *wxWHITE ? *wxBLACK : *wxWHITE);
119 wxWindowDC::SetTextForeground( col );
127 wxWindowDC::SetTextBackground( col == *wxWHITE ? *wxBLACK : *wxWHITE );
131 wxWindowDC::SetTextBackground( col );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddcclient.h35 class WXDLLEXPORT wxWindowDC : public wxDC class in inherits:wxDC
39 wxWindowDC();
42 wxWindowDC(wxWindow *win);
52 DECLARE_DYNAMIC_CLASS_NO_COPY(wxWindowDC)
55 class WXDLLEXPORT wxClientDC : public wxWindowDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Ddcclient.h35 class WXDLLEXPORT wxWindowDC : public wxDC class in inherits:wxDC
39 wxWindowDC();
42 wxWindowDC(wxWindow *win);
52 DECLARE_DYNAMIC_CLASS_NO_COPY(wxWindowDC)
55 class WXDLLEXPORT wxClientDC : public wxWindowDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddcmemory.h19 class WXDLLIMPEXP_CORE wxMemoryDC : public wxWindowDC, public wxMemoryDCBase
22 wxMemoryDC() : wxWindowDC() { Init(); }
23 wxMemoryDC(wxBitmap& bitmap) : wxWindowDC() { Init(); SelectObject(bitmap); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Doverlaycmn.cpp56 void wxOverlay::Init( wxWindowDC* dc, int x , int y , int width , int height )
61 void wxOverlay::BeginDrawing( wxWindowDC* dc)
67 void wxOverlay::EndDrawing( wxWindowDC* dc)
73 void wxOverlay::Clear( wxWindowDC* dc)
89 wxDCOverlay::wxDCOverlay(wxOverlay &overlay, wxWindowDC *dc, int x , int y , int width , int height) :
95 wxDCOverlay::wxDCOverlay(wxOverlay &overlay, wxWindowDC *dc) :
109 void wxDCOverlay::Init(wxWindowDC *dc, int x , int y , int width , int height )
147 void wxOverlayImpl::Init( wxWindowDC* dc, int x , int y , int width , int height )
174 void wxOverlayImpl::Clear(wxWindowDC* dc)
187 void wxOverlayImpl::BeginDrawing(wxWindowDC* WXUNUSE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddcscreen.cpp29 IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxWindowDC)
43 // Skip wxWindowDC version because it doesn't work without a valid m_canvas
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Doverlay.cpp55 void wxOverlayImpl::Init(wxWindowDC *dc, int x, int y, int width, int height)
76 void wxOverlayImpl::BeginDrawing(wxWindowDC *dc)
82 // drawing on overlay "hijacks" existing wxWindowDC rather then using
85 // in ~wxWindowDC (we do it EndDrawing).
93 void wxOverlayImpl::EndDrawing(wxWindowDC *dc)
98 void wxOverlayImpl::Clear(wxWindowDC *dc)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Ddcscreen.h17 class WXDLLEXPORT wxScreenDC: public wxWindowDC

Completed in 273 milliseconds

1234