The MongoChem class is an extension to interact with MongoChem.
#include <mongochem.h>
The name of the extension plugin, will be displayed in the user interface.
Implements ExtensionPlugin.
QString description |
( |
| ) |
const |
|
virtual |
A description of the extension plugin, may be displayed in the user interface.
Implements ExtensionPlugin.
QList<QAction*> actions |
( |
| ) |
const |
|
virtual |
- Returns
- The QActions for this extension (should be at least one).
Implements ExtensionPlugin.
QStringList menuPath |
( |
QAction * |
action | ) |
const |
|
virtual |
- 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.
The documentation for this class was generated from the following file: