Home
last modified time | relevance | path

Searched refs:wxWindowDC (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Doverlay.h32 class WXDLLIMPEXP_FWD_CORE wxWindowDC; variable
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;
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Doverlay.h32 class WXDLLIMPEXP_FWD_CORE wxWindowDC; variable
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;
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Doverlay.h32 class WXDLLIMPEXP_FWD_CORE wxWindowDC; variable
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;
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Doverlay.h32 class WXDLLIMPEXP_FWD_CORE wxWindowDC; variable
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;
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Doverlaycmn.cpp56 void wxOverlay::Init( wxWindowDC* dc, int x , int y , int width , int height ) in Init()
61 void wxOverlay::BeginDrawing( wxWindowDC* dc) in BeginDrawing()
67 void wxOverlay::EndDrawing( wxWindowDC* dc) in EndDrawing()
73 void wxOverlay::Clear( wxWindowDC* dc) in Clear()
89 wxDCOverlay::wxDCOverlay(wxOverlay &overlay, wxWindowDC *dc, int x , int y , int width , int height… in wxDCOverlay()
95 wxDCOverlay::wxDCOverlay(wxOverlay &overlay, wxWindowDC *dc) : in wxDCOverlay()
109 void wxDCOverlay::Init(wxWindowDC *dc, int x , int y , int width , int height ) in Init()
147 void wxOverlayImpl::Init( wxWindowDC* dc, int x , int y , int width , int height ) in Init()
174 void wxOverlayImpl::Clear(wxWindowDC* dc) in Clear()
187 void wxOverlayImpl::BeginDrawing(wxWindowDC* WXUNUSED(dc)) in BeginDrawing()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Doverlaycmn.cpp56 void wxOverlay::Init( wxWindowDC* dc, int x , int y , int width , int height ) in Init()
61 void wxOverlay::BeginDrawing( wxWindowDC* dc) in BeginDrawing()
67 void wxOverlay::EndDrawing( wxWindowDC* dc) in EndDrawing()
73 void wxOverlay::Clear( wxWindowDC* dc) in Clear()
89 wxDCOverlay::wxDCOverlay(wxOverlay &overlay, wxWindowDC *dc, int x , int y , int width , int height… in wxDCOverlay()
95 wxDCOverlay::wxDCOverlay(wxOverlay &overlay, wxWindowDC *dc) : in wxDCOverlay()
109 void wxDCOverlay::Init(wxWindowDC *dc, int x , int y , int width , int height ) in Init()
147 void wxOverlayImpl::Init( wxWindowDC* dc, int x , int y , int width , int height ) in Init()
174 void wxOverlayImpl::Clear(wxWindowDC* dc) in Clear()
187 void wxOverlayImpl::BeginDrawing(wxWindowDC* WXUNUSED(dc)) in BeginDrawing()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Doverlaycmn.cpp56 void wxOverlay::Init( wxWindowDC* dc, int x , int y , int width , int height ) in Init()
61 void wxOverlay::BeginDrawing( wxWindowDC* dc) in BeginDrawing()
67 void wxOverlay::EndDrawing( wxWindowDC* dc) in EndDrawing()
73 void wxOverlay::Clear( wxWindowDC* dc) in Clear()
89 wxDCOverlay::wxDCOverlay(wxOverlay &overlay, wxWindowDC *dc, int x , int y , int width , int height… in wxDCOverlay()
95 wxDCOverlay::wxDCOverlay(wxOverlay &overlay, wxWindowDC *dc) : in wxDCOverlay()
109 void wxDCOverlay::Init(wxWindowDC *dc, int x , int y , int width , int height ) in Init()
147 void wxOverlayImpl::Init( wxWindowDC* dc, int x , int y , int width , int height ) in Init()
174 void wxOverlayImpl::Clear(wxWindowDC* dc) in Clear()
187 void wxOverlayImpl::BeginDrawing(wxWindowDC* WXUNUSED(dc)) in BeginDrawing()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Doverlaycmn.cpp56 void wxOverlay::Init( wxWindowDC* dc, int x , int y , int width , int height ) in Init()
61 void wxOverlay::BeginDrawing( wxWindowDC* dc) in BeginDrawing()
67 void wxOverlay::EndDrawing( wxWindowDC* dc) in EndDrawing()
73 void wxOverlay::Clear( wxWindowDC* dc) in Clear()
89 wxDCOverlay::wxDCOverlay(wxOverlay &overlay, wxWindowDC *dc, int x , int y , int width , int height… in wxDCOverlay()
95 wxDCOverlay::wxDCOverlay(wxOverlay &overlay, wxWindowDC *dc) : in wxDCOverlay()
109 void wxDCOverlay::Init(wxWindowDC *dc, int x , int y , int width , int height ) in Init()
147 void wxOverlayImpl::Init( wxWindowDC* dc, int x , int y , int width , int height ) in Init()
174 void wxOverlayImpl::Clear(wxWindowDC* dc) in Clear()
187 void wxOverlayImpl::BeginDrawing(wxWindowDC* WXUNUSED(dc)) in BeginDrawing()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk1/
H A Ddcmemory.cpp22 IMPLEMENT_DYNAMIC_CLASS(wxMemoryDC,wxWindowDC) in IMPLEMENT_DYNAMIC_CLASS() argument
32 : wxWindowDC() in wxMemoryDC()
78 wxWindowDC::SetPen( pen ); in SetPen()
91 wxWindowDC::SetBrush( brush ); in SetBrush()
105 wxWindowDC::SetBackground( brush ); in SetBackground()
112 wxWindowDC::SetTextForeground( col == *wxWHITE ? *wxBLACK : *wxWHITE); in SetTextForeground()
116 wxWindowDC::SetTextForeground( col ); in SetTextForeground()
124 wxWindowDC::SetTextBackground( col == *wxWHITE ? *wxBLACK : *wxWHITE ); in SetTextBackground()
128 wxWindowDC::SetTextBackground( col ); in SetTextBackground()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk1/
H A Ddcmemory.cpp22 IMPLEMENT_DYNAMIC_CLASS(wxMemoryDC,wxWindowDC) in IMPLEMENT_DYNAMIC_CLASS() argument
32 : wxWindowDC() in wxMemoryDC()
78 wxWindowDC::SetPen( pen ); in SetPen()
91 wxWindowDC::SetBrush( brush ); in SetBrush()
105 wxWindowDC::SetBackground( brush ); in SetBackground()
112 wxWindowDC::SetTextForeground( col == *wxWHITE ? *wxBLACK : *wxWHITE); in SetTextForeground()
116 wxWindowDC::SetTextForeground( col ); in SetTextForeground()
124 wxWindowDC::SetTextBackground( col == *wxWHITE ? *wxBLACK : *wxWHITE ); in SetTextBackground()
128 wxWindowDC::SetTextBackground( col ); in SetTextBackground()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk1/
H A Ddcmemory.cpp22 IMPLEMENT_DYNAMIC_CLASS(wxMemoryDC,wxWindowDC) in IMPLEMENT_DYNAMIC_CLASS() argument
32 : wxWindowDC() in wxMemoryDC()
78 wxWindowDC::SetPen( pen ); in SetPen()
91 wxWindowDC::SetBrush( brush ); in SetBrush()
105 wxWindowDC::SetBackground( brush ); in SetBackground()
112 wxWindowDC::SetTextForeground( col == *wxWHITE ? *wxBLACK : *wxWHITE); in SetTextForeground()
116 wxWindowDC::SetTextForeground( col ); in SetTextForeground()
124 wxWindowDC::SetTextBackground( col == *wxWHITE ? *wxBLACK : *wxWHITE ); in SetTextBackground()
128 wxWindowDC::SetTextBackground( col ); in SetTextBackground()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk1/
H A Ddcmemory.cpp22 IMPLEMENT_DYNAMIC_CLASS(wxMemoryDC,wxWindowDC) in IMPLEMENT_DYNAMIC_CLASS() argument
32 : wxWindowDC() in wxMemoryDC()
78 wxWindowDC::SetPen( pen ); in SetPen()
91 wxWindowDC::SetBrush( brush ); in SetBrush()
105 wxWindowDC::SetBackground( brush ); in SetBackground()
112 wxWindowDC::SetTextForeground( col == *wxWHITE ? *wxBLACK : *wxWHITE); in SetTextForeground()
116 wxWindowDC::SetTextForeground( col ); in SetTextForeground()
124 wxWindowDC::SetTextBackground( col == *wxWHITE ? *wxBLACK : *wxWHITE ); in SetTextBackground()
128 wxWindowDC::SetTextBackground( col ); in SetTextBackground()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk/
H A Ddcmemory.cpp22 IMPLEMENT_DYNAMIC_CLASS(wxMemoryDC,wxWindowDC) in IMPLEMENT_DYNAMIC_CLASS() argument
39 : wxWindowDC() in wxMemoryDC()
81 wxWindowDC::SetPen( pen ); in SetPen()
94 wxWindowDC::SetBrush( brush ); in SetBrush()
108 wxWindowDC::SetBackground( brush ); in SetBackground()
115 wxWindowDC::SetTextForeground( col == *wxWHITE ? *wxBLACK : *wxWHITE); in SetTextForeground()
119 wxWindowDC::SetTextForeground( col ); in SetTextForeground()
127 wxWindowDC::SetTextBackground( col == *wxWHITE ? *wxBLACK : *wxWHITE ); in SetTextBackground()
131 wxWindowDC::SetTextBackground( col ); in SetTextBackground()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk/
H A Ddcmemory.cpp22 IMPLEMENT_DYNAMIC_CLASS(wxMemoryDC,wxWindowDC) in IMPLEMENT_DYNAMIC_CLASS() argument
39 : wxWindowDC() in wxMemoryDC()
81 wxWindowDC::SetPen( pen ); in SetPen()
94 wxWindowDC::SetBrush( brush ); in SetBrush()
108 wxWindowDC::SetBackground( brush ); in SetBackground()
115 wxWindowDC::SetTextForeground( col == *wxWHITE ? *wxBLACK : *wxWHITE); in SetTextForeground()
119 wxWindowDC::SetTextForeground( col ); in SetTextForeground()
127 wxWindowDC::SetTextBackground( col == *wxWHITE ? *wxBLACK : *wxWHITE ); in SetTextBackground()
131 wxWindowDC::SetTextBackground( col ); in SetTextBackground()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk/
H A Ddcmemory.cpp22 IMPLEMENT_DYNAMIC_CLASS(wxMemoryDC,wxWindowDC) in IMPLEMENT_DYNAMIC_CLASS() argument
39 : wxWindowDC() in wxMemoryDC()
81 wxWindowDC::SetPen( pen ); in SetPen()
94 wxWindowDC::SetBrush( brush ); in SetBrush()
108 wxWindowDC::SetBackground( brush ); in SetBackground()
115 wxWindowDC::SetTextForeground( col == *wxWHITE ? *wxBLACK : *wxWHITE); in SetTextForeground()
119 wxWindowDC::SetTextForeground( col ); in SetTextForeground()
127 wxWindowDC::SetTextBackground( col == *wxWHITE ? *wxBLACK : *wxWHITE ); in SetTextBackground()
131 wxWindowDC::SetTextBackground( col ); in SetTextBackground()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk/
H A Ddcmemory.cpp22 IMPLEMENT_DYNAMIC_CLASS(wxMemoryDC,wxWindowDC) in IMPLEMENT_DYNAMIC_CLASS() argument
39 : wxWindowDC() in wxMemoryDC()
81 wxWindowDC::SetPen( pen ); in SetPen()
94 wxWindowDC::SetBrush( brush ); in SetBrush()
108 wxWindowDC::SetBackground( brush ); in SetBackground()
115 wxWindowDC::SetTextForeground( col == *wxWHITE ? *wxBLACK : *wxWHITE); in SetTextForeground()
119 wxWindowDC::SetTextForeground( col ); in SetTextForeground()
127 wxWindowDC::SetTextBackground( col == *wxWHITE ? *wxBLACK : *wxWHITE ); in SetTextBackground()
131 wxWindowDC::SetTextBackground( col ); in SetTextBackground()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Ddcclient.h18 class WXDLLIMPEXP_CORE wxWindowDC : public wxDC
21 wxWindowDC(wxWindow *win);
24 wxWindowDC(wxDCImpl *impl) : wxDC(impl) { } in wxWindowDC() function
27 DECLARE_ABSTRACT_CLASS(wxWindowDC)
34 class WXDLLIMPEXP_CORE wxClientDC : public wxWindowDC
40 wxClientDC(wxDCImpl *impl) : wxWindowDC(impl) { } in wxClientDC()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Ddcclient.h18 class WXDLLIMPEXP_CORE wxWindowDC : public wxDC
21 wxWindowDC(wxWindow *win);
24 wxWindowDC(wxDCImpl *impl) : wxDC(impl) { } in wxWindowDC() function
27 wxDECLARE_ABSTRACT_CLASS(wxWindowDC);
34 class WXDLLIMPEXP_CORE wxClientDC : public wxWindowDC
40 wxClientDC(wxDCImpl *impl) : wxWindowDC(impl) { } in wxClientDC()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Ddcclient.h18 class WXDLLIMPEXP_CORE wxWindowDC : public wxDC
21 wxWindowDC(wxWindow *win);
24 wxWindowDC(wxDCImpl *impl) : wxDC(impl) { } in wxWindowDC() function
27 DECLARE_ABSTRACT_CLASS(wxWindowDC)
34 class WXDLLIMPEXP_CORE wxClientDC : public wxWindowDC
40 wxClientDC(wxDCImpl *impl) : wxWindowDC(impl) { } in wxClientDC()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Ddcclient.sip13 class wxWindowDC : wxDC
18 A wxWindowDC must be constructed if an application wishes to paint on
26 wxWindowDC(
34 wxWindowDC(const wxWindowDC&);
37 }; // end of class wxWindowDC
40 class wxClientDC : wxWindowDC
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Ddcclient.cpp63 IMPLEMENT_DYNAMIC_CLASS(wxWindowDC, wxDC)
64 IMPLEMENT_DYNAMIC_CLASS(wxClientDC, wxWindowDC)
90 wxWindowDC::wxWindowDC() in wxWindowDC() function in wxWindowDC
95 wxWindowDC::wxWindowDC(wxWindow *canvas) in wxWindowDC() function in wxWindowDC
107 void wxWindowDC::InitDC() in InitDC()
122 void wxWindowDC::DoGetSize(int *width, int *height) const in DoGetSize()
153 wxWindowDC::InitDC(); in InitDC()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Ddcclient.cpp63 IMPLEMENT_DYNAMIC_CLASS(wxWindowDC, wxDC)
64 IMPLEMENT_DYNAMIC_CLASS(wxClientDC, wxWindowDC)
90 wxWindowDC::wxWindowDC() in wxWindowDC() function in wxWindowDC
95 wxWindowDC::wxWindowDC(wxWindow *canvas) in wxWindowDC() function in wxWindowDC
107 void wxWindowDC::InitDC() in InitDC()
122 void wxWindowDC::DoGetSize(int *width, int *height) const in DoGetSize()
153 wxWindowDC::InitDC(); in InitDC()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Ddcclient.cpp63 IMPLEMENT_DYNAMIC_CLASS(wxWindowDC, wxDC)
64 IMPLEMENT_DYNAMIC_CLASS(wxClientDC, wxWindowDC)
90 wxWindowDC::wxWindowDC() in wxWindowDC() function in wxWindowDC
95 wxWindowDC::wxWindowDC(wxWindow *canvas) in wxWindowDC() function in wxWindowDC
107 void wxWindowDC::InitDC() in InitDC()
122 void wxWindowDC::DoGetSize(int *width, int *height) const in DoGetSize()
153 wxWindowDC::InitDC(); in InitDC()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Ddcclient.cpp63 IMPLEMENT_DYNAMIC_CLASS(wxWindowDC, wxDC)
64 IMPLEMENT_DYNAMIC_CLASS(wxClientDC, wxWindowDC)
90 wxWindowDC::wxWindowDC() in wxWindowDC() function in wxWindowDC
95 wxWindowDC::wxWindowDC(wxWindow *canvas) in wxWindowDC() function in wxWindowDC
107 void wxWindowDC::InitDC() in InitDC()
122 void wxWindowDC::DoGetSize(int *width, int *height) const in DoGetSize()
153 wxWindowDC::InitDC(); in InitDC()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/src/gen/
H A DwxDCOverlay.erl40 Overlay::wxOverlay:wxOverlay(), Dc::wxWindowDC:wxWindowDC().
43 ?CLASS(DcT,wxWindowDC),
49 …Overlay::wxOverlay:wxOverlay(), Dc::wxWindowDC:wxWindowDC(), X::integer(), Y::integer(), Width::in…
53 ?CLASS(DcT,wxWindowDC),

12345678910>>...16