MCPcopy Create free account
hub / github.com/DISTRHO/DPF / ClipboardDataOffer

Class ClipboardDataOffer

dgl/Base.hpp:266–278  ·  view source on GitHub ↗

A clipboard data offer. @see Window::onClipboardDataOffer */

Source from the content-addressed store, hash-verified

264 @see Window::onClipboardDataOffer
265*/
266struct ClipboardDataOffer {
267 /**
268 The id of this data offer.
269 @note The value 0 is reserved for null/invalid.
270 */
271 uint32_t id;
272
273 /**
274 The type of this data offer.
275 Usually a MIME type, but may also be another platform-specific type identifier.
276 */
277 const char* type;
278};
279
280// --------------------------------------------------------------------------------------------------------------------
281// Base DGL classes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected