- wxDataObject
Constructor.
- GetAllFormats
Copies all formats supported in the given direction dir to the array pointed to by formats.
- GetDataHere
The method will write the data of the format format to the buffer buf.
- GetDataSize
Returns the data size of the given format format.
- GetFormatCount
Returns the number of available formats for rendering or setting the data.
- GetPreferredFormat
Returns the preferred format for either rendering the data (if dir is Get, its default value) or for setting it.
- IsSupported
Returns true if this format is supported.
- SetData
Set the data in the format format of the length len provided in the buffer buf.