/////////////////////////////////////////////////////////////////////////////
// Name: bitmap.h
-// Purpose: documentation for wxBitmapHandler class
+// Purpose: interface of wxBitmapHandler
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@class wxBitmapHandler
@wxheader{bitmap.h}
- Overview
+ Overview()
This is the base class for implementing bitmap file loading/saving, and bitmap
creation from data.
@library{wxcore}
@category{FIXME}
- @seealso
- wxBitmap, wxIcon, wxCursor
+ @see wxBitmap, wxIcon, wxCursor
*/
class wxBitmapHandler : public wxObject
{
};
+
/**
@class wxBitmap
@wxheader{bitmap.h}
@category{gdi}
@stdobjects
- Objects:
- wxNullBitmap
+ ::Objects:, ::wxNullBitmap,
- @seealso
- @ref overview_wxbitmapoverview "wxBitmap overview", @ref
+ @see @ref overview_wxbitmapoverview "wxBitmap overview", @ref
overview_supportedbitmapformats "supported bitmap file formats", wxDC::Blit, wxIcon, wxCursor, wxBitmap, wxMemoryDC
*/
class wxBitmap : public wxGDIObject
};
+/**
+ FIXME
+*/
+wxBitmap Objects:
+;
+
+/**
+ FIXME
+*/
+wxBitmap wxNullBitmap;
+
+
+
+
/**
@class wxMask
@wxheader{bitmap.h}
@library{wxcore}
@category{gdi}
- @seealso
- wxBitmap, wxDC::Blit, wxMemoryDC
+ @see wxBitmap, wxDC::Blit, wxMemoryDC
*/
class wxMask : public wxObject
{
bool Create(const wxBitmap& bitmap, int index);
//@}
};
+