AvogadroLibs
1.92.0
|
Public Types | |
enum | Type { VanDerWaals, SolventAccessible, SolventExcluded, ElectrostaticPotential, ElectronDensity, MolecularOrbital, SpinDensity, FromFile, Unknown } |
Public Member Functions | |
Surfaces (QObject *parent=0) | |
QString | name () const |
QString | description () const |
QList< QAction * > | actions () const override |
QStringList | menuPath (QAction *) const override |
void | setMolecule (QtGui::Molecule *mol) override |
![]() | |
ExtensionPlugin (QObject *parent=0) | |
virtual QList< Io::FileFormat * > | fileFormats () const |
Additional Inherited Members | |
![]() | |
virtual bool | readMolecule (QtGui::Molecule &mol) |
virtual void | setScene (Rendering::Scene *scene) |
virtual void | setCamera (Rendering::Camera *camera) |
virtual void | setActiveWidget (QWidget *widget) |
![]() | |
void | moleculeReady (int numberOfMolecules) |
void | fileFormatsReady () |
void | requestActiveTool (QString toolName) |
void | requestActiveDisplayTypes (QStringList displayTypes) |
|
virtual |
The name of the extension plugin, will be displayed in the user interface.
Implements ExtensionPlugin.
|
virtual |
A description of the extension plugin, may be displayed in the user interface.
Implements ExtensionPlugin.
|
overridevirtual |
Implements ExtensionPlugin.
|
overridevirtual |
Implements ExtensionPlugin.
|
overridevirtual |
Called when the current molecule changes.
Implements ExtensionPlugin.