git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12547
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
class WXDLLEXPORT wxBitmap: public wxBitmapBase
{
public:
class WXDLLEXPORT wxBitmap: public wxBitmapBase
{
public:
wxBitmap(int width, int height, int depth = -1);
wxBitmap(const char bits[], int width, int height, int depth = 1);
wxBitmap(const char **bits) { CreateFromXpm(bits); }
wxBitmap(int width, int height, int depth = -1);
wxBitmap(const char bits[], int width, int height, int depth = 1);
wxBitmap(const char **bits) { CreateFromXpm(bits); }
wxBitmap(const wxBitmap& bmp);
wxBitmap(const wxString &filename, wxBitmapType type = wxBITMAP_TYPE_RESOURCE);
wxBitmap(const wxImage& image, int depth = -1);
wxBitmap(const wxBitmap& bmp);
wxBitmap(const wxString &filename, wxBitmapType type = wxBITMAP_TYPE_RESOURCE);
wxBitmap(const wxImage& image, int depth = -1);
wxBitmap& operator = (const wxBitmap& bmp);
bool operator == (const wxBitmap& bmp) const;
bool operator != (const wxBitmap& bmp) const;
wxBitmap& operator = (const wxBitmap& bmp);
bool operator == (const wxBitmap& bmp) const;
bool operator != (const wxBitmap& bmp) const;
class WXDLLEXPORT wxBrush: public wxGDIObject
{
public:
class WXDLLEXPORT wxBrush: public wxGDIObject
{
public:
wxBrush(const wxColour &colour, int style);
wxBrush(const wxBitmap &stippleBitmap);
wxBrush(const wxBrush &brush);
wxBrush(const wxColour &colour, int style);
wxBrush(const wxBitmap &stippleBitmap);
wxBrush(const wxBrush &brush);
wxBrush& operator = (const wxBrush& brush);
bool operator == (const wxBrush& brush) const;
bool operator != (const wxBrush& brush) const;
wxBrush& operator = (const wxBrush& brush);
bool operator == (const wxBrush& brush) const;
bool operator != (const wxBrush& brush) const;
bool Create(const wxNativeFontInfo& fontinfo);
bool Create(const wxNativeFontInfo& fontinfo);
// assignment
wxFont& operator=(const wxFont& font);
// assignment
wxFont& operator=(const wxFont& font);
protected:
// common part of all ctors
protected:
// common part of all ctors
private:
DECLARE_DYNAMIC_CLASS(wxFont)
private:
DECLARE_DYNAMIC_CLASS(wxFont)
class WXDLLEXPORT wxPen: public wxGDIObject
{
public:
class WXDLLEXPORT wxPen: public wxGDIObject
{
public:
wxPen(const wxColour &colour, int width, int style);
wxPen(const wxBitmap& stipple, int width);
wxPen(const wxPen& pen);
wxPen(const wxColour &colour, int width, int style);
wxPen(const wxBitmap& stipple, int width);
wxPen(const wxPen& pen);
wxPen& operator = (const wxPen& pen);
bool operator == (const wxPen& pen) const;
bool operator != (const wxPen& pen) const;
wxPen& operator = (const wxPen& pen);
bool operator == (const wxPen& pen) const;
bool operator != (const wxPen& pen) const;