Media::Sound::DropHandler Class Referencefinal
The DropHandler class If something with audio mime type is dropped, then we create a box with an audio file loaded. More...
Inheritance diagram for Media::Sound::DropHandler:
Detailed Description
The DropHandler class If something with audio mime type is dropped, then we create a box with an audio file loaded.
Public Member Functions | |
QSet< QString > | mimeTypes () const noexcept override |
QSet< QString > | fileExtensions () const noexcept override |
Public Member Functions inherited from Process::ProcessDropHandler | |
void | getCustomDrops (std::vector< ProcessDrop > &drops, const QMimeData &mime, const score::DocumentContext &ctx) const noexcept |
void | getMimeDrops (std::vector< ProcessDrop > &drops, const QMimeData &mime, const QString &fmt, const score::DocumentContext &ctx) const noexcept |
void | getFileDrops (std::vector< ProcessDrop > &drops, const QMimeData &mime, const score::FilePath &path, const score::DocumentContext &ctx) const noexcept |
Public Member Functions inherited from score::InterfaceBase | |
virtual InterfaceKey | interfaceKey () const noexcept=0 |
Identifies an interface uniquely. | |
Additional Inherited Members | |
Protected Member Functions inherited from Process::ProcessDropHandler | |
virtual void | dropPath (std::vector< ProcessDrop > &drops, const score::FilePath &path, const score::DocumentContext &ctx) const noexcept |
virtual void | dropData (std::vector< ProcessDrop > &drops, const DroppedFile &data, const score::DocumentContext &ctx) const noexcept |
The documentation for this class was generated from the following files:
- SoundDrop.hpp
- SoundDrop.cpp