Loading...
Searching...
No Matches
Library::PresetLibraryHandler Class Referencefinal
Inheritance diagram for Library::PresetLibraryHandler:
Library::LibraryInterface score::InterfaceBase

Public Member Functions

QSet< QString > acceptedFiles () const noexcept override
 
QSet< QString > acceptedMimeTypes () const noexcept override
 
void setup (Library::ProcessesItemModel &model, const score::GUIApplicationContext &ctx) override
 
void addPath (std::string_view path) override
 
bool onDrop (const QMimeData &mime, int row, int column, const QDir &parent) override
 
- Public Member Functions inherited from Library::LibraryInterface
virtual QWidget * previewWidget (const QString &path, QWidget *parent) const noexcept
 
virtual QWidget * previewWidget (const Process::Preset &preset, QWidget *parent) const noexcept
 
virtual void removePath (std::string_view)
 
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

◆ acceptedFiles()

QSet< QString > Library::PresetLibraryHandler::acceptedFiles ( ) const
overridevirtualnoexcept

Reimplemented from Library::LibraryInterface.

◆ acceptedMimeTypes()

QSet< QString > Library::PresetLibraryHandler::acceptedMimeTypes ( ) const
overridevirtualnoexcept

Reimplemented from Library::LibraryInterface.

◆ addPath()

void Library::PresetLibraryHandler::addPath ( std::string_view  path)
overridevirtual

Reimplemented from Library::LibraryInterface.

◆ onDrop()

bool Library::PresetLibraryHandler::onDrop ( const QMimeData &  mime,
int  row,
int  column,
const QDir &  parent 
)
overridevirtual

Reimplemented from Library::LibraryInterface.

◆ setup()

void Library::PresetLibraryHandler::setup ( Library::ProcessesItemModel model,
const score::GUIApplicationContext ctx 
)
overridevirtual

Reimplemented from Library::LibraryInterface.


The documentation for this class was generated from the following files: