/////////////////////////////////////////////////////////////////////////////
-// Name: include/wx/cocoa/bitmap.h
+// Name: wx/cocoa/bitmap.h
// Purpose: wxBitmap class
// Author: David Elliott
// Modified by:
// Created: 2003/07/19
// RCS-ID: $Id$
// Copyright: (c) 2003 David Elliott
-// Licence: wxWindows licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __WX_COCOA_BITMAP_H__
// destructor
virtual ~wxBitmap();
-
+
// ------------------------------------------------------------------------
// Implementation
// ------------------------------------------------------------------------
void SetMask(wxMask *mask) ;
int GetBitmapType() const;
-
- inline bool operator == (const wxBitmap& bitmap) const
- { return m_refData == bitmap.m_refData; }
- inline bool operator != (const wxBitmap& bitmap) const
- { return m_refData != bitmap.m_refData; }
// wxObjectRefData
wxObjectRefData *CreateRefData() const;
DECLARE_ABSTRACT_CLASS(wxBitmapHandler)
};
-#endif // __WX_COCOA_BITMAP_H__
+#endif
+ // __WX_COCOA_BITMAP_H__