|
VirtualBox Main API
|
Base abstract interface for drag'n drop. More...
Public Member Functions | |
| void | isFormatSupported (in wstring format, [retval] out boolean supported) |
| Checks if a specific drag'n drop MIME / Content-type format is supported. More... | |
| void | addFormats (in wstring[] formats) |
| Adds MIME / Content-type formats to the supported formats. More... | |
| void | removeFormats (in wstring[] formats) |
| Removes MIME / Content-type formats from the supported formats. More... | |
Public Attributes | |
| readonly attribute wstring [] | formats |
| Returns all supported drag'n drop formats. More... | |
| readonly attribute unsigned long | protocolVersion |
| Returns the protocol version which is used to communicate with the guest. More... | |
Base abstract interface for drag'n drop.
{4132147B-42F8-CD96-7570-6A8800E3342C} | void IDnDBase::isFormatSupported | ( | in wstring | format, |
| [retval] out boolean | supported | ||
| ) |
Checks if a specific drag'n drop MIME / Content-type format is supported.
| format | Format to check for. |
| supported | Returns true if the specified format is supported, false if not. |
| void IDnDBase::addFormats | ( | in wstring [] | formats | ) |
Adds MIME / Content-type formats to the supported formats.
| formats | Collection of formats to add. |
| void IDnDBase::removeFormats | ( | in wstring [] | formats | ) |
Removes MIME / Content-type formats from the supported formats.
| formats | Collection of formats to remove. |
| readonly attribute wstring [] IDnDBase::formats |
Returns all supported drag'n drop formats.
| readonly attribute unsigned long IDnDBase::protocolVersion |
Returns the protocol version which is used to communicate with the guest.
1.8.13