#include <LibraryPluginHandler.h>
|
void | sig_current_library_changed (const QString &name) |
|
void | sig_libraries_changed () |
|
|
void | init (const QList< Container * > &containers) |
| Search for plugins and add some predefined plugins. More...
|
|
QList< Container * > | get_libraries () const |
| Get a list for all found plugins. The ui is not necessarily initialized. More...
|
|
void | local_library_added (LibraryId id) |
|
void | local_library_renamed (LibraryId id) |
|
void | local_library_removed (LibraryId id) |
|
void | local_library_moved (LibraryId id, int from, int to) |
|
Container * | current_library () const |
|
QMenu * | current_library_menu () const |
|
|
void | set_current_library (const QString &name) |
|
void | set_current_library (Container *container) |
|
◆ get_libraries()
Get a list for all found plugins. The ui is not necessarily initialized.
- Returns
- list for all found library plugins
◆ init()
void Library::PluginHandler::init |
( |
const QList< Container * > & |
containers | ) |
|
Search for plugins and add some predefined plugins.
- Parameters
-
containers | Some predefined plugins |