#include <stlib/Object.h>
#include <stlib/String.h>
Include dependency graph for Plugin.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | External |
Functions | |
External::Plugin * | newPluginInstance (void) |
This function is used for registering library actions into Plugin structure. | |
String * | pluginName (void) |
Answers plugin name. |
|
This function is used for registering library actions into Plugin structure. This function is called on library loading. This function must be defined in every plugin library 'cause this is the only way to access the object inside the library. |
|
Answers plugin name. Every plugin is identified by its name and can be searched by the name. This function should be defined in every plugin library. |