Searched refs:wxRegion (Results 1 - 25 of 119) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dregion.cpp3 // Purpose: wxRegion implementation
33 IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)
41 // wxRegion implementation
48 wxRegion::wxRegion() function in class:wxRegion
52 wxRegion::wxRegion(WXHRGN hRegion) function in class:wxRegion
56 wxRegion::wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h) function in class:wxRegion
60 wxRegion function in class:wxRegion
64 wxRegion::wxRegion(const wxRect& rect) function in class:wxRegion
68 wxRegion::wxRegion(size_t n, const wxPoint *points, int fillStyle) function in class:wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dregion.h3 // Purpose: wxRegion class
23 class WXDLLEXPORT wxRegion : public wxRegionGeneric class in inherits:wxRegionGeneric
26 wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h) function in class:wxRegion
29 wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight) function in class:wxRegion
32 wxRegion(const wxRect& rect) function in class:wxRegion
35 wxRegion() {} function in class:wxRegion
36 wxRegion(const wxBitmap& bmp) function in class:wxRegion
39 wxRegion(const wxBitmap& bmp, function in class:wxRegion
43 virtual ~wxRegion() {}
44 wxRegion(cons function in class:wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dregion.h3 // Purpose: wxRegion class
17 class WXDLLEXPORT wxRegion : public wxRegionWithCombine class in inherits:wxRegionWithCombine
20 wxRegion(long x, long y, long w, long h);
21 wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
22 wxRegion(const wxRect& rect);
23 wxRegion( WXHRGN hRegion );
24 wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
25 wxRegion();
26 wxRegion(const wxBitmap& bmp) function in class:wxRegion
30 wxRegion(cons function in class:wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dregion.cpp20 IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)
45 // wxRegion
48 wxObjectRefData *wxRegion::CreateRefData() const
53 wxObjectRefData *wxRegion::CloneRefData(const wxObjectRefData *data) const
58 wxRegion::wxRegion() function in class:wxRegion
63 wxRegion::wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h) function in class:wxRegion
68 wxRegion::wxRegion(cons function in class:wxRegion
73 wxRegion::wxRegion(const wxRect& r) function in class:wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dregion.h16 // wxRegion
19 class WXDLLIMPEXP_CORE wxRegion : public wxRegionBase class in inherits:wxRegionBase
22 wxRegion() { } function in class:wxRegion
24 wxRegion( wxCoord x, wxCoord y, wxCoord w, wxCoord h ) function in class:wxRegion
29 wxRegion( const wxPoint& topLeft, const wxPoint& bottomRight ) function in class:wxRegion
35 wxRegion( const wxRect& rect ) function in class:wxRegion
40 wxRegion( size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
42 wxRegion( const wxBitmap& bmp) function in class:wxRegion
46 wxRegion( const wxBitmap& bmp, function in class:wxRegion
52 virtual ~wxRegion();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dregion.h3 // Purpose: wxRegion class
18 // wxRegion
21 class WXDLLIMPEXP_CORE wxRegion : public wxRegionBase class in inherits:wxRegionBase
24 wxRegion() { } function in class:wxRegion
26 wxRegion( wxCoord x, wxCoord y, wxCoord w, wxCoord h ) function in class:wxRegion
31 wxRegion( const wxPoint& topLeft, const wxPoint& bottomRight ) function in class:wxRegion
37 wxRegion( const wxRect& rect ) function in class:wxRegion
42 wxRegion( size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
44 wxRegion( const wxBitmap& bmp) function in class:wxRegion
48 wxRegion( cons function in class:wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dregion.h3 // Purpose: wxRegion class
18 class WXDLLEXPORT wxRegion : public wxRegionBase class in inherits:wxRegionBase
21 wxRegion();
22 wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
23 wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
24 wxRegion(const wxRect& rect);
25 wxRegion(const MGLRegion& region);
26 wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
27 wxRegion(const wxBitmap& bmp) function in class:wxRegion
31 wxRegion(cons function in class:wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dregion.cpp31 IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)
57 // wxRegion
60 wxObjectRefData *wxRegion::CreateRefData() const
65 wxObjectRefData *wxRegion::CloneRefData(const wxObjectRefData *data) const
73 wxRegion::wxRegion() function in class:wxRegion
78 wxRegion::wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h) function in class:wxRegion
85 wxRegion::wxRegion(cons function in class:wxRegion
92 wxRegion::wxRegion(const wxRect& r) function in class:wxRegion
99 wxRegion::wxRegion(const MGLRegion& region) function in class:wxRegion
105 wxRegion::wxRegion(size_t n, const wxPoint *points, int WXUNUSED(fillStyle)) function in class:wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dregion.h3 // Purpose: wxRegion class
14 class WXDLLIMPEXP_CORE wxRegion : public wxRegionBase class in inherits:wxRegionBase
17 wxRegion();
18 wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
19 wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
20 wxRegion(const wxRect& rect);
21 wxRegion(const wxBitmap& bmp) function in class:wxRegion
25 wxRegion(const wxBitmap& bmp, function in class:wxRegion
31 virtual ~wxRegion();
48 virtual bool DoIsEqual(const wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dregion.h3 // Purpose: wxRegion class
15 class WXDLLEXPORT wxRegion : public wxRegionWithCombine class in inherits:wxRegionWithCombine
18 wxRegion();
19 wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
20 wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
21 wxRegion(const wxRect& rect);
22 wxRegion(WXHRGN hRegion); // Hangs on to this region
23 wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
25 wxRegion( const wxBitmap& bmp) function in class:wxRegion
29 wxRegion( cons function in class:wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dregion.h3 // Purpose: wxRegion class
18 class WXDLLEXPORT wxRegion : public wxRegionWithCombine class in inherits:wxRegionWithCombine
21 wxRegion( wxCoord x
26 wxRegion( const wxPoint& rTopLeft
29 wxRegion(const wxRect& rRect);
30 wxRegion(WXHRGN hRegion, WXHDC hPS); // Hangs on to this region
31 wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
32 wxRegion( const wxBitmap& bmp) function in class:wxRegion
36 wxRegion( const wxBitmap& bmp, function in class:wxRegion
42 wxRegion();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dregion.h3 // Purpose: wxRegion class
15 class WXDLLEXPORT wxRegion : public wxRegionWithCombine class in inherits:wxRegionWithCombine
18 wxRegion();
19 wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
20 wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
21 wxRegion(const wxRect& rect);
22 wxRegion(WXHRGN hRegion); // Hangs on to this region
23 wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
26 wxRegion( const wxBitmap& bmp) function in class:wxRegion
30 wxRegion( cons function in class:wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dregion.h14 // wxRegion
17 class WXDLLIMPEXP_CORE wxRegion : public wxRegionBase class in inherits:wxRegionBase
20 wxRegion() { } function in class:wxRegion
22 wxRegion( wxCoord x, wxCoord y, wxCoord w, wxCoord h ) function in class:wxRegion
27 wxRegion( const wxPoint& topLeft, const wxPoint& bottomRight ) function in class:wxRegion
33 wxRegion( const wxRect& rect ) function in class:wxRegion
38 wxRegion( size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
40 wxRegion( const wxBitmap& bmp) function in class:wxRegion
44 wxRegion( const wxBitmap& bmp, function in class:wxRegion
50 virtual ~wxRegion();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dregion.h3 // Purpose: Base header for wxRegion
20 class WXDLLIMPEXP_FWD_CORE wxRegion; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
26 // result of wxRegion::Contains() call
34 // these constants are used with wxRegion::Combine() in the ports which have
55 // wxRegionBase defines wxRegion API
66 wxRegion();
67 wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
68 wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
69 wxRegion(const wxRect& rect);
70 wxRegion(size_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dregion.h3 // Purpose: wxRegion class
31 class WXDLLEXPORT wxRegion : public wxGDIObject { class in inherits:wxGDIObject
32 DECLARE_DYNAMIC_CLASS(wxRegion);
35 wxRegion(long x, long y, long w, long h);
36 wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
37 wxRegion(const wxRect& rect);
38 wxRegion( WXHRGN hRegion );
39 wxRegion();
40 wxRegion( const wxBitmap& bmp) function in class:wxRegion
44 wxRegion( cons function in class:wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dregion.cpp82 IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)
86 // wxRegion construction
91 void wxRegion::InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h)
104 wxRegion::wxRegion( GdkRegion *region ) function in class:wxRegion
110 wxRegion::wxRegion( size_t n, const wxPoint *points, int fillStyle ) function in class:wxRegion
134 wxRegion::~wxRegion()
139 wxObjectRefData *wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dregion.cpp65 IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)
69 // wxRegion construction
74 void wxRegion::InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h)
87 wxRegion::wxRegion( GdkRegion *region ) function in class:wxRegion
93 wxRegion::wxRegion( size_t n, const wxPoint *points, int fillStyle ) function in class:wxRegion
117 wxRegion::~wxRegion()
122 wxObjectRefData *wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregion.cpp3 // Purpose: wxRegion implementation using Win32 API
35 IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)
86 // wxRegion implementation
93 wxRegion::wxRegion() function in class:wxRegion
98 wxRegion::wxRegion(WXHRGN hRegion) function in class:wxRegion
104 wxRegion::wxRegion(wxCoord x, wxCoord y, wxCoord w, wxCoord h) function in class:wxRegion
110 wxRegion function in class:wxRegion
116 wxRegion::wxRegion(const wxRect& rect) function in class:wxRegion
122 wxRegion::wxRegion(size_t n, const wxPoint *points, int fillStyle) function in class:wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dregion.cpp64 IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)
68 // wxRegion construction
73 void wxRegion::InitRect(wxCoord x, wxCoord y, wxCoord w, wxCoord h)
87 wxRegion::wxRegion( size_t WXUNUSED(n), const wxPoint *WXUNUSED(points), int WXUNUSED(fillStyle) )
113 wxRegion::~wxRegion()
118 wxObjectRefData *wxRegion::CreateRefData() const
123 wxObjectRefData *wxRegion::CloneRefData(const wxObjectRefData *data) const
129 // wxRegion compariso
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dregion.cpp21 IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)
51 // wxRegion
57 wxRegion::wxRegion() function in class:wxRegion
62 wxRegion::wxRegion(WXHRGN hRegion ) function in class:wxRegion
68 wxRegion::wxRegion(long x, long y, long w, long h) function in class:wxRegion
74 wxRegion::wxRegion(cons function in class:wxRegion
80 wxRegion::wxRegion(const wxRect& rect) function in class:wxRegion
86 wxRegion::wxRegion(size_t n, const wxPoint *points, int WXUNUSED(fillStyle)) function in class:wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dregion.cpp21 IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)
53 // wxRegion
59 wxRegion::wxRegion() function in class:wxRegion
64 wxRegion::wxRegion(WXHRGN hRegion ) function in class:wxRegion
70 wxRegion::wxRegion(long x, long y, long w, long h) function in class:wxRegion
76 wxRegion::wxRegion(cons function in class:wxRegion
82 wxRegion::wxRegion(const wxRect& rect) function in class:wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dregion.cpp25 IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)
86 // wxRegion
90 // wxRegion is always basically stored in wx coordinates. However, since
99 wxRegion::wxRegion() function in class:wxRegion
102 } // end of wxRegion::wxRegion
104 wxRegion::wxRegion( function in class:wxRegion
112 } // end of wxRegion
114 wxRegion::wxRegion( function in class:wxRegion
154 wxRegion::wxRegion(const wxPoint& rTopLeft, function in class:wxRegion
189 wxRegion::wxRegion(const wxRect& rRect) function in class:wxRegion
224 wxRegion::wxRegion(size_t n, const wxPoint *points, int WXUNUSED(fillStyle)) function in class:wxRegion
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dregion.h3 // Purpose: generic wxRegion class
33 virtual bool DoIsEqual(const wxRegion& region) const;
40 virtual bool DoUnionWithRegion(const wxRegion& region);
41 virtual bool DoIntersect(const wxRegion& region);
42 virtual bool DoSubtract(const wxRegion& region);
43 virtual bool DoXor(const wxRegion& region);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Drgncmn.cpp3 // Purpose: Methods of wxRegion that have a generic implementation
39 bool wxRegionBase::IsEqual(const wxRegion& region) const
68 dc.SetClippingRegion(*wx_static_cast(const wxRegion *, this));
172 bool wxRegionWithCombine::DoUnionWithRegion(const wxRegion& region)
177 bool wxRegionWithCombine::DoIntersect(const wxRegion& region)
182 bool wxRegionWithCombine::DoSubtract(const wxRegion& region)
187 bool wxRegionWithCombine::DoXor(const wxRegion& region)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dregion.tex3 %% Purpose: wxRegion documentation
11 \section{\class{wxRegion}}\label{wxregion}
13 A wxRegion represents a simple or complex region on a device context or window.
38 \membersection{wxRegion::wxRegion}\label{wxregionctor}
40 \func{}{wxRegion}{\void}
44 \func{}{wxRegion}{\param{wxCoord}{ x}, \param{wxCoord}{ y}, \param{wxCoord}{ width}, \param{wxCoord}{ height}}
48 \func{}{wxRegion}{\param{const wxPoint\&}{ topLeft}, \param{const wxPoint\&}{ bottomRight}}
52 \func{}{wxRegion}{\param{const wxRect\&}{ rect}}
56 \func{}{wxRegion}{\para
[all...]

Completed in 224 milliseconds

12345