.\" This is a wxWidgets manpage page generated from the XML docs .TH wxDataObjectComposite 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxDataObjectComposite \- .SH DESCRIPTION wxDataObjectComposite is the simplest wxDataObject derivation which may be used to support multiple formats. It contains several wxDataObjectSimple objects and supports any format supported by at least one of them. Only one of these data objects is preferred (the first one if not explicitly changed by using the second parameter of Add ) and its format determines the preferred format of the composite data object as well. See wxDataObject documentation for the reasons why you might prefer to use wxDataObject directly instead of wxDataObjectComposite for efficiency reasons. .SH "PARENTS" wxDataObject .SH "INCLUDE FILES" wx/dataobj.h .SH MEMBERS .SS wxDataObjectComposite () The default constructor. .SS void Add (wxDataObjectSimple *dataObjectbool preferred = false) Adds the dataObject to the list of supported objects and it becomes the preferred object if preferred is true. .SH "SEE ALSO" wxDataObject Clipboard and drag and drop overview wxDataObject wxDataObjectSimple wxFileDataObject wxTextDataObject wxBitmapDataObject .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.