- // decide if we support this format (should be one of values of
- // StdFormat enumerations or a user-defined format)
- virtual bool IsSupportedFormat(wxDataFormat format) const = 0;
- // get the (total) size of data
- virtual uint GetDataSize() const = 0;
- // copy raw data to provided pointer
- virtual void GetDataHere(void *pBuf) const = 0;
+ virtual bool IsSupportedFormat( wxDataFormat format ) const = 0;
+ virtual size_t GetDataSize() const = 0;
+ virtual void GetDataHere( void *data ) const = 0;