21#ifndef LIBRARYWATCHER_H
22#define LIBRARYWATCHER_H
24#include "Utils/typedefs.h"
25#include "Utils/Pimpl.h"
48 void libraryAdded(LibraryId
id);
49 void libraryMoved(LibraryId
id,
int from,
int to);
50 void libraryRenamed(LibraryId
id);
51 void libraryRemoved(LibraryId
id);
This container is only used internally to avoid Ui dependencies in the Components....
Definition: AbstractLibraryContainer.h:20
Definition: LocalLibraryWatcher.h:37
Definition: LibraryManager.h:40
Definition: EngineUtils.h:33
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:31