swift
Public Member Functions | List of all members
swift::gui::IPluginConfig Class Referenceabstract

The interface for the plugin config. More...

Inheritance diagram for swift::gui::IPluginConfig:
[legend]

Public Member Functions

virtual ~IPluginConfig ()
 Dtor.
 
virtual CPluginConfigWindowcreateConfigWindow (QWidget *parent)=0
 Creates a new config window and returns its pointer.
 

Detailed Description

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.

See also
swift::core::ISimulator.

Definition at line 26 of file pluginconfig.h.


The documentation for this class was generated from the following file: