#include <nnetplugin.h>
Static Public Member Functions | |
| void | init () |
| Prepare the plugin manager for usage; Pseudo-constructor. | |
| int | scanPlugins (QString dir) |
| Scan a directory for plugins and attempt to load them. | |
| NNet * | getObject (const QString &modulename, int id) |
| Retrieves a NNet object from the plugin with the basename modulename giving it an id of id. The plugin will be loaded if it is not already. | |
| nvemOptionsWidget * | getOptionsWidget (const QString &modulename) |
| Retrieves the configuration widget for the plugin with the basename modulename. The plugin will be loaded if it is not already. | |
| QMap< QString, NNetPluginManager::moduleInfo > | getList () |
| Retrieves a QMap of module basenames and the moduleInfo that corresponds. | |
|
|
Retrieves a QMap of module basenames and the moduleInfo that corresponds.
|
|
||||||||||||
|
Retrieves a NNet object from the plugin with the basename modulename giving it an id of id. The plugin will be loaded if it is not already.
|
|
|
Retrieves the configuration widget for the plugin with the basename modulename. The plugin will be loaded if it is not already.
|
|
|
Prepare the plugin manager for usage; Pseudo-constructor.
|
|
|
Scan a directory for plugins and attempt to load them.
|
1.3