91 #endif // CINTERFACE_H Definition: cInterface.h:41
Definition: cInterface.h:42
virtual qint16 pluginVersion()=0
Version of the plugin.
Definition: cInterface.h:40
This is the base class for all plugins.
Definition: cInterface.h:31
iType
Defines the type of the interface.
Definition: cInterface.h:38
virtual qint16 pluginAPIVersion()=0
Returns the version of the API.
virtual iType pluginType()=0
Returns the type of the plugin.
virtual QString pluginName()=0
Returns the name of the plugin.
virtual bool config()=0
Calls the configuration dialog (if any).