Library Plugin Manager.
More...
#include <LibraryPluginHandler.h>
|
void | setCurrentLibrary (const QString &name) |
|
void | setCurrentLibrary (int index) |
|
void | setCurrentLibrary (AbstractContainer *container) |
|
|
void | sigNewLibraryRequested (const QString &name, const QString &path) |
|
void | sigCurrentLibraryChanged () |
|
void | sigLibrariesChanged () |
|
|
void | init (const QList< AbstractContainer * > &containers, AbstractContainer *fallback_library) |
| Search for plugins and add some predefined plugins. More...
|
|
void | shutdown () |
|
QList< AbstractContainer * > | libraries (bool also_empty) const |
| Get a list for all found plugins. The ui is not necessarily initialized. More...
|
|
AbstractContainer * | currentLibrary () const |
|
QWidget * | currentLibraryWidget () const |
|
void | addLocalLibrary (AbstractContainer *container) |
|
void | renameLocalLibrary (const QString &old_name, const QString &new_name) |
|
void | removeLocalLibrary (const QString &name) |
|
void | moveLocalLibrary (int old_local_library_index, int new_local_library_index) |
|
◆ init()
Search for plugins and add some predefined plugins.
- Parameters
-
containers | Some predefined plugins |
◆ libraries()
Get a list for all found plugins. The ui is not necessarily initialized.
- Returns
- list for all found library plugins