

Public Member Functions | |
| QString | name () |
| Return a name for the plugin. | |
| QString | description () |
| Return a description of what the plugin is doing. | |
Definition at line 7 of file simplePlugin.hh.
| QString SimplePlugin::description | ( | ) | [inline, virtual] |
Return a description of what the plugin is doing.
This function has to return a basic description of the plugin
Implements BaseInterface.
Definition at line 18 of file simplePlugin.hh.
| QString SimplePlugin::name | ( | ) | [inline, virtual] |
Return a name for the plugin.
This Function has to return the name of the plugin.
Implements BaseInterface.
Definition at line 16 of file simplePlugin.hh.