Inheritance diagram for ObjCryst::WXCrystal:
Public Methods | |
virtual void | CrystUpdate () |
Get new values to be displayed from the underlying object, and raise flag if an UI update is necessary. | |
bool | OnChangeName (const int id) |
When a WXFieldName has been changed by the user, it is handled here. | |
void | UpdateUI () |
Update the User Interface, if necessary. | |
Private Attributes | |
WXFieldName * | mpFieldSpacegroup |
SpaceGroup. | |
WXRegistry< Scatterer > * | mpWXScattererRegistry |
Scatterers. | |
WXRegistry< ScatteringPower > * | mpWXScatteringPowerRegistry |
Scattering Powers. | |
REAL | mBumpmergeCost |
Storage for the Anti-bump/merge cost. |
|
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. |
|
When a WXFieldName has been changed by the user, it is handled here. This returns true if the value has been handled (for inheritance purposes). Reimplemented from ObjCryst::WXRefinableObj. |