The Workflow class implements the extension interface for external (script) workflows.
More...
#include <workflow.h>
- Author
- Geoffrey R. Hutchison
◆ name()
The name of the extension plugin, will be displayed in the user interface.
Implements ExtensionPlugin.
◆ description()
QString description |
( |
| ) |
const |
|
overridevirtual |
A description of the extension plugin, may be displayed in the user interface.
Implements ExtensionPlugin.
◆ actions()
QList<QAction*> actions |
( |
| ) |
const |
|
overridevirtual |
- Returns
- The QActions for this extension (should be at least one).
Implements ExtensionPlugin.
◆ menuPath()
QStringList menuPath |
( |
QAction * |
action | ) |
const |
|
overridevirtual |
- Returns
- The menu path of the supplied action. This can be empty if the action was not recognized, or contain two or more strings (top level, plus name, e.g. File, &Open).
Implements ExtensionPlugin.
◆ setMolecule()
◆ refreshScripts
Scan for new scripts in the workflow directories.
The documentation for this class was generated from the following file: