projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
generate double click events in the native MSW version of wxCalendarCtrl
[wxWidgets.git]
/
include
/
wx
/
mgl
/
palette.h
diff --git
a/include/wx/mgl/palette.h
b/include/wx/mgl/palette.h
index f134955bc4d67f8d1ef9128c98a8100a431c164c..31fde89c0428f1d5c566891019f20c668753e8d7 100644
(file)
--- a/
include/wx/mgl/palette.h
+++ b/
include/wx/mgl/palette.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: palette.h
+// Name:
wx/mgl/
palette.h
// Purpose:
// Author: Vaclav Slavik
// Created: 2001/03/11
// Purpose:
// Author: Vaclav Slavik
// Created: 2001/03/11
@@
-8,14
+8,9
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
#ifndef __WX_PALETTE_H__
#define __WX_PALETTE_H__
#ifndef __WX_PALETTE_H__
#define __WX_PALETTE_H__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "palette.h"
-#endif
-
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/gdiobj.h"
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/gdiobj.h"
@@
-25,35
+20,30
@@
// classes
//-----------------------------------------------------------------------------
// classes
//-----------------------------------------------------------------------------
-class WXDLL
EXPORT
wxPalette;
+class WXDLL
IMPEXP_FWD_CORE
wxPalette;
struct palette_t;
//-----------------------------------------------------------------------------
// wxPalette
//-----------------------------------------------------------------------------
struct palette_t;
//-----------------------------------------------------------------------------
// wxPalette
//-----------------------------------------------------------------------------
-class WXDLL
EXPORT wxPalette
: public wxPaletteBase
+class WXDLL
IMPEXP_CORE wxPalette
: public wxPaletteBase
{
{
- DECLARE_DYNAMIC_CLASS(wxPalette)
-
public:
wxPalette();
wxPalette(int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue);
public:
wxPalette();
wxPalette(int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue);
- wxPalette(const wxPalette& palette);
- ~wxPalette();
- wxPalette& operator = (const wxPalette& palette);
- bool operator == (const wxPalette& palette) const;
- bool operator != (const wxPalette& palette) const;
- virtual bool Ok() const;
+ virtual ~wxPalette();
bool Create(int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue);
bool Create(int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue);
- int GetPixel(
const unsigned char red, const unsigned char green, const
unsigned char blue) const;
+ int GetPixel(
unsigned char red, unsigned char green,
unsigned char blue) const;
bool GetRGB(int pixel, unsigned char *red, unsigned char *green, unsigned char *blue) const;
// implementation
virtual int GetColoursCount() const;
palette_t *GetMGLpalette_t() const;
bool GetRGB(int pixel, unsigned char *red, unsigned char *green, unsigned char *blue) const;
// implementation
virtual int GetColoursCount() const;
palette_t *GetMGLpalette_t() const;
+
+ DECLARE_DYNAMIC_CLASS(wxPalette)
};
#endif // __WX_PALETTE_H__
};
#endif // __WX_PALETTE_H__