Loading...
Searching...
No Matches
Clap::LibraryHandler Class Referencefinal
Inheritance diagram for Clap::LibraryHandler:
Public Member Functions | |
| void | setup (Library::ProcessesItemModel &model, const score::GUIApplicationContext &ctx) override |
Public Member Functions inherited from Library::LibraryInterface | |
| virtual QSet< QString > | acceptedFiles () const noexcept |
| virtual QSet< QString > | acceptedMimeTypes () const noexcept |
| virtual QWidget * | previewWidget (const QString &path, QWidget *parent) const noexcept |
| virtual QWidget * | previewWidget (const Process::Preset &preset, QWidget *parent) const noexcept |
| virtual void | addPath (std::string_view) |
| virtual void | removePath (std::string_view) |
| virtual bool | onDrop (const QMimeData &mime, int row, int column, const QDir &parent) |
| virtual bool | onDoubleClick (const QString &path, const score::DocumentContext &ctx) |
Public Member Functions inherited from score::InterfaceBase | |
| virtual InterfaceKey | interfaceKey () const noexcept=0 |
| Identifies an interface uniquely. | |
Member Function Documentation
◆ setup()
|
overridevirtual |
Reimplemented from Library::LibraryInterface.
The documentation for this class was generated from the following files:
- score-plugin-clap/Clap/Library.hpp
- score-plugin-clap/Clap/Library.cpp
Public Member Functions inherited from