.\" This is a wxWidgets manpage page generated from the XML docs .TH wxBitmapDataObject 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxBitmapDataObject \- Bitmap data object class .SH DESCRIPTION wxBitmapDataObject is a specialization of wxDataObject for bitmap data. It can be used without change to paste data into the wxClipboard or a wxDropSource . A user may wish to derive a new class from this class for providing a bitmap on-demand in order to minimize memory consumption when offering data in several formats, such as a bitmap and GIF. .SH "PARENTS" wxDataObjectSimple wxDataObject .SH "INCLUDE FILES" wx/dataobj.h .SH MEMBERS .SS virtual wxBitmap GetBitmap () Returns the bitmap associated with the data object. You may wish to override this method when offering data on-demand, but this is not required by wxWidgets' internals. Use this method to get data in bitmap form from the wxClipboard . .SS virtual void SetBitmap (const wxBitmap& bitmap) Sets the bitmap associated with the data object. This method is called when the data object receives data. Usually there will be no reason to override this function. .SH "SEE ALSO" wxDataObjectSimple wxDataObject .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.