#include <nnetplugin.h>
Public Member Functions | |
NNetPlugin (const QString &modulename) | |
Initializes the QLibrary with modulename. | |
virtual | ~NNetPlugin () |
Destroys the QLibrary object and unloads the library if possible. | |
int | init_module (char **prefix, char **name, char **desc, int *version) |
Retrieves the name, description, and version information from the plugin. | |
NNet * | getObject (int id) |
Creates and returns a new NNet object from the plugin library, with an id of id. | |
nvemOptionsWidget * | getOptionsWidget () |
Creates and returns the options widget for the plugin. |
|
Initializes the QLibrary with modulename.
|
|
Destroys the QLibrary object and unloads the library if possible.
|
|
Creates and returns a new NNet object from the plugin library, with an id of id.
|
|
Creates and returns the options widget for the plugin.
|
|
Retrieves the name, description, and version information from the plugin.
|