13constexpr const char *
DragDrop =
"application/x-wiredpanda-dragdrop";
18constexpr const char *
CloneDrag =
"application/x-wiredpanda-cloneDrag";
23constexpr const char *
Clipboard =
"application/x-wiredpanda-clipboard";
29constexpr const char *
BlobRegistry =
"application/x-wiredpanda-blobregistry";
33constexpr const char *
BlobRegistryV2 =
"application/x-wiredpanda-blobregistry-v2";
Named constants for all MIME format strings used in drag-and-drop and clipboard operations.
constexpr const char * CloneDragLegacy
Legacy clone-drag MIME type retained for backward compatibility.
constexpr const char * CloneDrag
Current MIME type for clone-drag (Ctrl+drag within the scene).
constexpr const char * ClipboardLegacy
Legacy clipboard MIME type retained for backward compatibility.
constexpr const char * BlobRegistry
constexpr const char * DragDropLegacy
Legacy drag-and-drop MIME type retained for backward compatibility.
constexpr const char * BlobRegistryV2
constexpr const char * DragDrop
Current drag-and-drop MIME type for element palette → scene drops.
constexpr const char * Clipboard
Current MIME type for clipboard copy/paste data.