|
swift
|
The interface for the plugin config. More...
Public Member Functions | |
| virtual | ~IPluginConfig ()=default |
| Dtor. | |
| virtual CPluginConfigWindow * | createConfigWindow (QWidget *parent)=0 |
| Creates a new config window and returns its pointer. | |
The interface for the plugin config.
The plugin config plugin is always called from the GUI process in order to make it possible to create a config window.
Definition at line 26 of file pluginconfig.h.