![]() |
Kactus2
Kactus2 reference guide
|
#include <IPluginUtility.h>
Public Member Functions | |
virtual | ~IPluginUtility () |
virtual QString | getKactusVersion () const =0 |
Returns the current version of the Kactus2 build. | |
virtual LibraryInterface * | getLibraryInterface ()=0 |
virtual QWidget * | getParentWidget ()=0 |
virtual void | printError (QString const &message)=0 |
virtual void | printInfo (QString const &message)=0 |
Definition at line 21 of file IPluginUtility.h.
|
inlinevirtual |
Destructor.
Definition at line 28 of file IPluginUtility.h.
|
pure virtual |
Returns the current version of the Kactus2 build.
Implemented in PluginUtilityAdapter.
|
pure virtual |
Returns the library interface.
Implemented in PluginUtilityAdapter.
|
pure virtual |
Returns the parent widget to be used for e.g. dialogs.
Implemented in PluginUtilityAdapter.
|
pure virtual |
Prints an error message to the console window.
[in] | message | The error message to print. |
Implemented in PluginUtilityAdapter.
|
pure virtual |
Prints an info message to the console window.
[in] | message | The info message to print. |
Implemented in PluginUtilityAdapter.