|
| enum | forceFieldType {
amber96,
amber99sb,
amber99sbildn,
amber99sbnmr,
amber03,
amber10
} |
| |
| enum | waterModelType {
spce,
tip3p,
tip4pew,
tip5p,
implicit
} |
| |
| enum | nonBondedType {
NoCutoff,
CutoffNonPeriodic,
CutoffPeriodic,
Ewald,
PME
} |
| |
| enum | constraintType {
None,
HBonds,
AllBonds,
HAngles
} |
| |
| enum | integratorType {
Langevin,
Verlet,
Brownian,
VariableLangevin,
VariableVerlet
} |
| |
| enum | barostatType {
NoBarostat,
MonteCarlo
} |
| |
| enum | platformType {
Reference,
OpenCL,
CPU,
CUDA
} |
| |
| enum | precisionType {
singlePrecision,
mixedPrecision,
doublePrecision
} |
| |
|
|
void | updatePreviewText () |
| |
|
|
| OpenMMInputDialog (QWidget *parent=0, Qt::WindowFlags flag=0) |
| |
|
void | readSettings (QSettings &) |
| |
|
void | writeSettings (QSettings &) const |
| |
|
void | setMolecule (QtGui::Molecule *molecule) |
| |
◆ showEvent()
| void showEvent |
( |
QShowEvent * |
event | ) |
|
|
protected |
Reimplemented to update the dialog when it is shown
The documentation for this class was generated from the following file: