This extension registers FileFormat reader/writers that are implemented as external scripts.
#include <scriptfileformats.h>
◆ 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()
The documentation for this class was generated from the following file: