![]() |
Kactus2
Kactus2 reference guide
|
#include "PluginSettingsModel.h"
#include <QString>
#include <QList>
#include <QtPlugin>
#include <QWidget>
Go to the source code of this file.
Classes | |
struct | IPlugin::ExternalProgramRequirement |
Contains options for required external program paths for plugin. More... | |
class | IPlugin |
All plugin interfaces inherit from a common IPlugin interface which all plugins must implement. It is used by Kactus2 to acquire plugin information. Most of the plugins do not inherit this interface directly, but some derived interface. More... | |