|
AvogadroLibs
1.93.1
|
Plugin used to connect to and perform remote operations on an Avodadro server. More...
#include <clientserver.h>
Public Slots | |
| void | setMolecule (QtGui::Molecule *mol) |
| bool | readMolecule (QtGui::Molecule &mol) |
Public Slots inherited from ExtensionPlugin | |
| virtual void | setMolecule (QtGui::Molecule *mol)=0 |
| virtual bool | readMolecule (QtGui::Molecule &mol) |
| virtual void | setScene (Rendering::Scene *scene) |
| virtual void | setCamera (Rendering::Camera *camera) |
| virtual void | setActiveWidget (QWidget *widget) |
Signals | |
| void | connectionError () |
Signals inherited from ExtensionPlugin | |
| void | moleculeReady (int numberOfMolecules) |
| void | fileFormatsReady () |
| void | requestActiveTool (QString toolName) |
| void | requestActiveDisplayTypes (QStringList displayTypes) |
Public Member Functions | |
| ClientServer (QObject *parent_=0) | |
| QString | name () const |
| QString | description () const |
| QList< QAction * > | actions () const |
| QStringList | menuPath (QAction *) const |
Public Member Functions inherited from ExtensionPlugin | |
| ExtensionPlugin (QObject *parent=0) | |
| virtual QList< Io::FileFormat * > | fileFormats () const |
<avogadro/qtplugins/clientserver/clientserver.h>
|
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.
|
virtual |
Implements ExtensionPlugin.
|
virtual |
Implements ExtensionPlugin.