Inheritance diagram for ObjCryst::WXMolecule:
Public Methods | |
virtual void | CrystUpdate () |
Get new values to be displayed from the underlying object, and raise flag if an UI update is necessary. | |
virtual void | UpdateUI () |
Update the User Interface, if necessary. | |
Private Attributes | |
vector< MolAtom * > | mvpAtom |
Displayed list of atoms. | |
vector< MolBond * > | mvpBond |
Displayed list of bonds. | |
vector< MolBondAngle * > | mvpBondAngle |
Displayed list of bond angle. | |
vector< MolDihedralAngle * > | mvpDihedralAngle |
Displayed list of Dihedral angles. |
|
Get new values to be displayed from the underlying object, and raise flag if an UI update is necessary. The actual GUI update is not made here. UpdateUI() should be called separately, from the main thread. Reimplemented from ObjCryst::WXRefinableObj. |