Gfx::Video::DropHandler Class Referencefinal
Inheritance diagram for Gfx::Video::DropHandler:
Public Member Functions | |
QSet< QString > | mimeTypes () const noexcept override |
QSet< QString > | fileExtensions () const noexcept override |
void | dropPath (std::vector< ProcessDrop > &vec, const score::FilePath &filename, const score::DocumentContext &ctx) 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 | dropCustom (std::vector< ProcessDrop > &drops, const QMimeData &mime, 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:
- score-plugin-gfx/Gfx/Video/Process.hpp
- score-plugin-gfx/Gfx/Video/Process.cpp