projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix wrong tab order in wxAuiNotebook after dragging.
[wxWidgets.git]
/
include
/
wx
/
generic
/
region.h
diff --git
a/include/wx/generic/region.h
b/include/wx/generic/region.h
index e82714abcd3f03029bf1df9bf9d557d4c77e081e..665f8f8b15fc1ac55493ee383333367a95f0ec38 100644
(file)
--- a/
include/wx/generic/region.h
+++ b/
include/wx/generic/region.h
@@
-12,12
+12,15
@@
#ifndef _WX_GENERIC_REGION_H__
#define _WX_GENERIC_REGION_H__
#ifndef _WX_GENERIC_REGION_H__
#define _WX_GENERIC_REGION_H__
-class WXDLL
EXPORT
wxRegionGeneric : public wxRegionBase
+class WXDLL
IMPEXP_CORE
wxRegionGeneric : public wxRegionBase
{
public:
wxRegionGeneric(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
wxRegionGeneric(const wxPoint& topLeft, const wxPoint& bottomRight);
wxRegionGeneric(const wxRect& rect);
{
public:
wxRegionGeneric(wxCoord x, wxCoord y, wxCoord w, wxCoord h);
wxRegionGeneric(const wxPoint& topLeft, const wxPoint& bottomRight);
wxRegionGeneric(const wxRect& rect);
+ wxRegionGeneric(size_t n, const wxPoint *points, wxPolygonFillMode fillStyle = wxODDEVEN_RULE);
+ wxRegionGeneric(const wxBitmap& bmp);
+ wxRegionGeneric(const wxBitmap& bmp, const wxColour& transp, int tolerance = 0);
wxRegionGeneric();
virtual ~wxRegionGeneric();
wxRegionGeneric();
virtual ~wxRegionGeneric();
@@
-26,8
+29,8
@@
public:
virtual bool IsEmpty() const;
protected:
virtual bool IsEmpty() const;
protected:
- virtual wx
ObjectRefData *Create
RefData() const;
- virtual wx
ObjectRefData *CloneRefData(const wxObject
RefData *data) const;
+ virtual wx
GDIRefData *CreateGDI
RefData() const;
+ virtual wx
GDIRefData *CloneGDIRefData(const wxGDI
RefData *data) const;
// wxRegionBase pure virtuals
virtual bool DoIsEqual(const wxRegion& region) const;
// wxRegionBase pure virtuals
virtual bool DoIsEqual(const wxRegion& region) const;
@@
-45,7
+48,7
@@
protected:
friend class WXDLLIMPEXP_FWD_CORE wxRegionIteratorGeneric;
};
friend class WXDLLIMPEXP_FWD_CORE wxRegionIteratorGeneric;
};
-class WXDLL
EXPORT
wxRegionIteratorGeneric : public wxObject
+class WXDLL
IMPEXP_CORE
wxRegionIteratorGeneric : public wxObject
{
public:
wxRegionIteratorGeneric();
{
public:
wxRegionIteratorGeneric();