21 #ifndef LIBRARYWATCHER_H 22 #define LIBRARYWATCHER_H 24 #include "Utils/typedefs.h" 25 #include "Utils/Pimpl.h" 45 void libraryAdded(LibraryId
id);
46 void libraryMoved(LibraryId
id,
int from,
int to);
47 void libraryRenamed(LibraryId
id);
48 void libraryRemoved(LibraryId
id);
52 #endif // LIBRARYWATCHER_H This container is only used internally to avoid Ui dependencies in the Components....
Definition: AbstractLibraryContainer.h:19
Definition: LocalLibraryWatcher.h:33
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:30
Definition: EngineUtils.h:33