The Apbs class provides integration with the APBS package, primarily reading the OpenDX output files produced by it at this point.
#include <apbs.h>
◆ name()
The name of the extension plugin, will be displayed in the user interface.
Implements ExtensionPlugin.
◆ description()
QString description |
( |
| ) |
const |
|
virtual |
A description of the extension plugin, may be displayed in the user interface.
Implements ExtensionPlugin.
◆ actions()
QList<QAction *> actions |
( |
| ) |
const |
|
virtual |
- Returns
- The QActions for this extension (should be at least one).
Implements ExtensionPlugin.
◆ menuPath()
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.
◆ setMolecule()
◆ readMolecule()
Call this slot when the moleculeReady signal indicated that a molecule is ready to be read. The molecule
will have the data read into it. The slot will
- Returns
- true if a molecule was successfully read in.
Reimplemented from ExtensionPlugin.
The documentation for this class was generated from the following file: